hmmm, it´s a while ago since I did some VB-code, and somehow it doesn´t seem to work anymore quite the way it did...
Problem:
I create a class, I define a public instance and then access one of the
classes functions... no problems while building, but it won´t run the
bloody thing. it stops at the remote.dll, with following message:
Exception System.NullReferenceException was thrown in debuggee:
Object reference not set to an instance of an object.
MainFormLoad() - C:\Dokumente und Einstellungen\Jedidia\Eigene Dateien\SharpDevelop Projects\trythisshit\MainForm.vb:30,3
OnLoad()
OnCreateControl()
CreateControl()
CreateControl()
WmShowWindow()
WndProc()
WndProc()
WndProc()
WmShowWindow()
WndProc()
OnMessage()
WndProc()
DebuggableCallback()
SetVisibleCore()
SetVisibleCore()
set_Visible()
RunMessageLoopInner()
RunMessageLoop()
Run()
OnRun()
DoApplicationModel()
Run()
Main() - 17d14f5c-a337-4978-8281-53493378c1071.vb:81,13
what the hell´s wrong??