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

.NET (Core and Framework)

 
QuestionNull Reference Exception in C#.NET Pin
I.explore.code27-Apr-07 22:48
I.explore.code27-Apr-07 22:48 
AnswerRe: Null Reference Exception in C#.NET Pin
Colin Angus Mackay27-Apr-07 22:59
Colin Angus Mackay27-Apr-07 22:59 
GeneralRe: Null Reference Exception in C#.NET Pin
I.explore.code28-Apr-07 7:20
I.explore.code28-Apr-07 7:20 
AnswerRe: Null Reference Exception in C#.NET Pin
Christian Graus27-Apr-07 23:12
protectorChristian Graus27-Apr-07 23:12 
AnswerRe: Null Reference Exception in C#.NET Pin
Brady Kelly27-Apr-07 23:42
Brady Kelly27-Apr-07 23:42 
GeneralRe: Null Reference Exception in C#.NET Pin
sarah_malik28-Apr-07 0:49
sarah_malik28-Apr-07 0:49 
QuestionWhere can I find .NET framework maps and ADO.NET class library maps? Pin
Slow Learner27-Apr-07 7:46
Slow Learner27-Apr-07 7:46 
QuestionWSDL in .NET 2.0 and VS2005 Pin
iltallman27-Apr-07 4:24
iltallman27-Apr-07 4:24 
Having problems connecting to a service which is supposed to by available. Can someone give some advice. Here is what I did:

1. Took existing "working" WSDL file from client and created .NET class using WSDL.exe

2. Within this new class
[this.Url = "http://204.131.177.150:80/soap/authRpc" ].
CTRL-Click on this link brings up XML exception below - should I expect this?

================= Exception =============================

- <soap-env:envelope xmlns:soap-env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
- <soap-env:body>
- <soap-env:fault>
<faultcode>SOAP-ENV:Server
<faultstring>[ISS.0088.9112] An Exception was thrown in the server
<faultactor>http://schemas.xmlsoap.org/soap/actor/next/
- <detail xmlns:webm="http://www.webMethods.com/2001/10/soap/encoding">
- <webm:exception>
<webm:classname>java.lang.NullPointerException
<webm:message xml:lang="">





======================== END ==================================

3. Tried to use a function within this class but got a "The request failed with HTTP status 403: Service Error." message back from the request.

Questions:
A. Did I go through the process correctly?
B. Could this be a simple permissions thing at the server?
C. Is it an issue how the function was called? Format issues...
D. How do you resolve HTTP error?



Thanks
AnswerRe: WSDL in .NET 2.0 and VS2005 Pin
kubben27-Apr-07 11:57
kubben27-Apr-07 11:57 
QuestionRDLC Filter And/Or Pin
prinztelly27-Apr-07 3:50
prinztelly27-Apr-07 3:50 
QuestionProblem with collection Pin
varun_78927-Apr-07 3:39
varun_78927-Apr-07 3:39 
AnswerRe: Problem with collection Pin
Arun.Immanuel27-Apr-07 3:42
Arun.Immanuel27-Apr-07 3:42 
AnswerRe: Problem with collection Pin
pbraun27-Apr-07 4:59
pbraun27-Apr-07 4:59 
AnswerRe: Problem with collection Pin
Luc Pattyn27-Apr-07 6:12
sitebuilderLuc Pattyn27-Apr-07 6:12 
AnswerRe: Problem with collection Pin
Kevin McFarlane27-Apr-07 10:47
Kevin McFarlane27-Apr-07 10:47 
Question.NET 3.0 Pin
Talal Sultan26-Apr-07 21:35
Talal Sultan26-Apr-07 21:35 
AnswerRe: .NET 3.0 Pin
szukuro26-Apr-07 21:55
szukuro26-Apr-07 21:55 
GeneralRe: .NET 3.0 Pin
Talal Sultan26-Apr-07 22:20
Talal Sultan26-Apr-07 22:20 
GeneralRe: .NET 3.0 Pin
szukuro26-Apr-07 22:43
szukuro26-Apr-07 22:43 
GeneralRe: .NET 3.0 Pin
Kevin McFarlane27-Apr-07 3:21
Kevin McFarlane27-Apr-07 3:21 
AnswerRe: .NET 3.0 Pin
Kevin McFarlane27-Apr-07 3:30
Kevin McFarlane27-Apr-07 3:30 
QuestionPlugins and Assembly References Pin
Steven M Hunt26-Apr-07 8:26
Steven M Hunt26-Apr-07 8:26 
AnswerRe: Plugins and Assembly References Pin
Eugene Ciloci27-Apr-07 12:15
Eugene Ciloci27-Apr-07 12:15 
GeneralRe: Plugins and Assembly References Pin
Steven M Hunt27-Apr-07 12:24
Steven M Hunt27-Apr-07 12:24 
Questionscroll bar issue in MDI Pin
sarah_malik26-Apr-07 5:04
sarah_malik26-Apr-07 5:04 

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.