Click here to Skip to main content
15,887,344 members
Home / Discussions / C#
   

C#

 
GeneralRe: Docking Dilemma Pin
gUrM33T2-May-04 7:27
gUrM33T2-May-04 7:27 
GeneralRe: Docking Dilemma Pin
Heath Stewart2-May-04 7:47
protectorHeath Stewart2-May-04 7:47 
GeneralMultimedia Keys Pin
Member 87406830-Apr-04 14:31
Member 87406830-Apr-04 14:31 
GeneralRe: Multimedia Keys Pin
Mazdak30-Apr-04 19:02
Mazdak30-Apr-04 19:02 
GeneralRe: Multimedia Keys Pin
Heath Stewart2-May-04 5:57
protectorHeath Stewart2-May-04 5:57 
GeneralRe: Multimedia Keys Pin
Member 8740682-May-04 21:09
Member 8740682-May-04 21:09 
Questionremoting : object reference not set to an instance of an object ??? Pin
youssef30-Apr-04 13:45
youssef30-Apr-04 13:45 
AnswerRe: remoting : object reference not set to an instance of an object ??? Pin
Heath Stewart30-Apr-04 13:54
protectorHeath Stewart30-Apr-04 13:54 
That means you're trying to invoke a member on a null reference. This could be practically any problem, like not setting a variable to an instance of a class, the remote instance is not being created and proxied to your client, and the list goes on and on. The best way to find the problem is to debug your code and find where the NullReferenceException occurs.

 

Microsoft MVP, Visual C#
My Articles
GeneralRe: remoting : object reference not set to an instance of an object ??? Pin
youssef30-Apr-04 14:06
youssef30-Apr-04 14:06 
GeneralRe: remoting : object reference not set to an instance of an object ??? Pin
Heath Stewart30-Apr-04 14:13
protectorHeath Stewart30-Apr-04 14:13 
GeneralRe: remoting : object reference not set to an instance of an object ??? Pin
youssef30-Apr-04 15:06
youssef30-Apr-04 15:06 
GeneralForms Pin
mookeroo30-Apr-04 12:47
mookeroo30-Apr-04 12:47 
GeneralRe: Forms Pin
Heath Stewart30-Apr-04 14:08
protectorHeath Stewart30-Apr-04 14:08 
GeneralRe: Forms Pin
mookeroo30-Apr-04 15:52
mookeroo30-Apr-04 15:52 
GeneralRe: Forms Pin
Nick Parker1-May-04 9:49
protectorNick Parker1-May-04 9:49 
GeneralChanging tab appearance on mouse enter Pin
Flack30-Apr-04 9:03
Flack30-Apr-04 9:03 
GeneralRe: Changing tab appearance on mouse enter Pin
gUrM33T30-Apr-04 15:25
gUrM33T30-Apr-04 15:25 
GeneralDotNetScriptEngine.exe Pin
Mike Hooper30-Apr-04 8:36
Mike Hooper30-Apr-04 8:36 
GeneralRe: DotNetScriptEngine.exe Pin
Nick Parker30-Apr-04 11:38
protectorNick Parker30-Apr-04 11:38 
GeneralRe: DotNetScriptEngine.exe Pin
CWIZO30-Apr-04 20:53
CWIZO30-Apr-04 20:53 
QuestionHow to enter array in windows form Pin
brugi8230-Apr-04 8:21
brugi8230-Apr-04 8:21 
AnswerRe: How to enter array in windows form Pin
Judah Gabriel Himango30-Apr-04 8:37
sponsorJudah Gabriel Himango30-Apr-04 8:37 
GeneralRe: How to enter array in windows form Pin
brugi8230-Apr-04 23:38
brugi8230-Apr-04 23:38 
GeneralHTTP Error 403 when connecting to ASP.NET Web Services more than 10 clients Pin
Crank Ninja30-Apr-04 7:50
Crank Ninja30-Apr-04 7:50 
GeneralRe: HTTP Error 403 when connecting to ASP.NET Web Services more than 10 clients Pin
Dave Kreskowiak30-Apr-04 8:38
mveDave Kreskowiak30-Apr-04 8:38 

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.