Click here to Skip to main content
15,921,959 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: how to get install path Pin
Heath Stewart14-Jan-04 9:41
protectorHeath Stewart14-Jan-04 9:41 
GeneralRe: how to get install path Pin
yu-yu14-Jan-04 15:37
yu-yu14-Jan-04 15:37 
QuestionHow do you access the scrollbar of a panel? Pin
pwinant12-Jan-04 15:49
pwinant12-Jan-04 15:49 
AnswerRe: How do you access the scrollbar of a panel? Pin
Heath Stewart14-Jan-04 9:30
protectorHeath Stewart14-Jan-04 9:30 
GeneralRe: How do you access the scrollbar of a panel? Pin
pwinant14-Jan-04 10:04
pwinant14-Jan-04 10:04 
GeneralMultithread synchronisation in VB.net Pin
Paul Farry11-Jan-04 20:46
professionalPaul Farry11-Jan-04 20:46 
GeneralSuspend/resume Pin
Anonymous10-Jan-04 17:31
Anonymous10-Jan-04 17:31 
GeneralProblem: difference in behavior between ASP.NET & .NET EXE calling SOAP::Lite web service Pin
claughlin9-Jan-04 6:07
claughlin9-Jan-04 6:07 
I am having an interesting, but very annoying problem related to making web service requests from .NET to a Perl SOAP::Lite web service that is running on Linux. Here is the situation:

(1) In most cases, we are able to make web service calls from ASP.NET to the Perl web service just fine. There may be problems, but the test methods that we've tried seem to work fine.

(2) A .NET console application is able to make calls to the Perl web service without any visible problems.

(3) The problem comes in when the Perl web service throws a SoapException. When this happens and the web service was called from the ASP.NET client, a System.Runtime.Serialization.SerializationException is thrown that says the following:

An unhandled exception of type 'System.Runtime.Serialization.SerializationException' occurred in Unknown Module.

Additional information: The type System.Web.Services.Protocols.SoapException in Assembly System.Web.Services, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b03f57f11d50a3a is not marked as serializable.

What is confusing is that we can make make the same call from a .NET console application to the Perl web service and it works properly, throwing a SoapException.

In each of the clients (ASP.NET & .NET console app), a web reference to the Perl web service was created the exact same way in Visual Studio based on a WSDL file, so there are no apparent differences in that area.

In summary, we are finding a difference in behavior between an ASP.NET client and a .NET console application and I can't figure out what the difference is between them.

If anyone has any suggestions or information on this, it would be most appreciated.

Thank you,
Clark Laughlin
Generalabout how to use package installer Pin
Anonymous8-Jan-04 22:31
Anonymous8-Jan-04 22:31 
GeneralRe: about how to use package installer Pin
UB9-Jan-04 5:39
UB9-Jan-04 5:39 
GeneralRe: about how to use package installer Pin
yu-yu12-Jan-04 20:57
yu-yu12-Jan-04 20:57 
GeneralRe: about how to use package installer Pin
UB13-Jan-04 5:35
UB13-Jan-04 5:35 
GeneralRe: about how to use package installer Pin
yu-yu13-Jan-04 15:56
yu-yu13-Jan-04 15:56 
GeneralRe: about how to use package installer Pin
yu-yu13-Jan-04 21:25
yu-yu13-Jan-04 21:25 
GeneralRe: about how to use package installer Pin
UB14-Jan-04 5:22
UB14-Jan-04 5:22 
GeneralRe: about how to use package installer Pin
yu-yu14-Jan-04 15:56
yu-yu14-Jan-04 15:56 
GeneralRe: about how to use package installer Pin
UB15-Jan-04 6:55
UB15-Jan-04 6:55 
GeneralRe: about how to use package installer Pin
yu-yu15-Jan-04 20:27
yu-yu15-Jan-04 20:27 
GeneralRe: about how to use package installer Pin
UB16-Jan-04 4:54
UB16-Jan-04 4:54 
GeneralRe: about how to use package installer Pin
yu-yu18-Jan-04 19:48
yu-yu18-Jan-04 19:48 
GeneralRe: about how to use package installer Pin
UB19-Jan-04 5:39
UB19-Jan-04 5:39 
GeneralRe: about how to use package installer Pin
yu-yu13-Jan-04 17:35
yu-yu13-Jan-04 17:35 
GeneralSingle Precision Math Pin
LokiSD8-Jan-04 11:37
LokiSD8-Jan-04 11:37 
QuestionHow to specify an Assembly reference? Pin
Chris Meech8-Jan-04 5:16
Chris Meech8-Jan-04 5:16 
AnswerRe: How to specify an Assembly reference? Pin
Chris Meech8-Jan-04 5:50
Chris Meech8-Jan-04 5:50 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.