Hello I´ve got from a web services a soapexception an d i would like to get the real message from the web services: That is: _m"System.Web.Services.Protocols.SoapException: El servidor no puede procesar la solicitud. ---> System.Exception: aaa es un ceo \n en Service.Divide(Int32 a, Int32 b) en d:\\aaa\\Mis Documentos\\Visual Studio 2005\\WebSites\\WebSite2\\App_Code\\Service.cs:línea 25\n --- Fin del seguimiento de la pila de la excepción interna ---" I would like to get the message: " aaa es un ceo \n"
123456uio
Posts
-
SoapException -
Reverse AjaxHow can i use Reverse AJAX in C#? I use ANthem framework. An example will be great.
-
open a windowI´ve been trying what you told me but the window is not open. It´s only show the text what you say to me but on a yellow background.
-
open a windowHello How can i open a new window afteraexecuting aevent in the codebehind?
-
.Net 30 y .Net20Which are the differences between .NET 2.0 y .NET 3.0? Is recommended to use .nEt 3.0? Best regards Borja
-
Visual Studio 2003. CVSRepoHow can i do to integrate The Visual Studio 2003 for using a CVSRepo?
-
Ienumrator movenextI would like to know how can i move with IEnumerator movenext and moveback, that is forward and back in the list iterated.
-
dataGrid datasetHi I´ve got the following doubt. I ñve got a datagrid that can be sorted. I have attached a dataset. For example. DataSet ds = new DataSet("JAMONES"); ds.COLUMN(nombre); ds.COLUMN(id); I have associated a ArrayList with all the JAMONES. I would like to delete the selected JAMON from JAMONES using the id. How can i do to indexed easily the ArrayList? ArrayList jamones = {jamon1, jamon2}; DataGrid jaomnesDG = {jamon2, jamon1}. I tried to delete jamon1. How can i delte from jamones. Best regards, John
-
DataGridHi I´ve got the following doubt. I ñve got a datagrid that can be sorted. I have attached a dataset. For example. DataSet ds = new DataSet("JAMONES"); ds.COLUMN(nombre); ds.COLUMN(id); I have associated a ArrayList with all the JAMONES. I would like to delete the selected JAMON from JAMONES using the id. How can i do to indexed easily the ArrayList? ArrayList jamones = {jamon1, jamon2}; DataGrid jaomnesDG = {jamon2, jamon1}. I tried to delete jamon1. How can i delte from jamones. Best regards, John
-
DataGrid andscrollHello I´ve got two datagrids. The first one, "a", can use scroll bars when there is more rows that the rows that can be show. The second one that is not possible. The scroll bar is not shown. What can i do to show the scroll bar? Best regards Borja
-
NHIBERNATEI would like to know how can i pass a table to Hibernate automatically in Net 1.1. That is a neeed a software to generate DTO y DAO.
-
Query log, sqlserver 2000Hi I would like to see the query log from sqlserver 2000, but i cannot. How can i do that?
-
DataColumn and DataTableHello I´m working with DataTAble and DataColumns. I would like to know how can i put the size of a column THat is, now all the columns has the same size in the tables and i would like to know how can i create of differente sizes.
-
FormatExceptionHello I´ve got a string and i would like to convert into an int but the problem is that when i don´t have an int an exception is throw (FormatException). How can i catch this expceion? The try{catch(Exception e) doen´t work. I use System.Convert.ToInt32(string). Thank you in advance, Borja Riesgo Juan
-
Sort columns of a tableIs there any Windows Forms components that allow to sort the content of a table by the column? That is the user press the name of the column and the table is ordered ascending and descending. And furthermore, there is a component that allow to search using one field or several of the table? Now we use DataTable. Thank you
-
Call a lib from .NETHello I´ve got a static library lib that is compiled for running in MS-DOS(it must run in MS-DOS for detecting some drivers that are only in DOS). How can i call it from .NET or from C++? From C++, I would create a DLL that will be called from C#. Best regards, Borja
-
DebugI work with Microsoft Visual C# .NET 2003. My problem is that a few days when i debugged a window appeared with "variables locales" but this window has disappeared. I would like to see this window again when I debug but i cannot find the correct way to show it again. It was really useful. Best regards, Borja
-
WSACAncelBlockingCallThis is the answer that i´ve got. I´m working with threads.
-
WSACAncelBlockingCallI´ve got this error when I use threads I don´t know the reason. THe aplicationwork perfect, that is I get all the data from all the threads but I don´t know the meaning of the exeption and the possible consecuencies.
-
Nested TransactionI´m working with Sql Server 2000 and C# Framework 1.1. I would like to create a nested transaction that is I would like the option to the following: _ i ´ve got an object x with a subset of object y. How can i create a nested transaction? when i storing the objects i would like to have the possibilisty to store the objects x in the DB but i´ve got an exception while storing y i would like to have the possibility of rollback. That is: Transaction X begin Transaction Y begin Transacation Y rollback --> Only rollback Y not X Transaction X commit --> Commit X