M 
		
								
				
				
			
		Mark Hudson
Hi All,
I'm writing a simple C#.NET CF app for a UDP Client/Server.. and I'm getting
a weird MissingMethodException in my class. It's weird because I can call
every other method in the class, except this one.. I've even tried renaming
it!
Have I missed something glaringly obvious?
objUDP = new Comms.UDP();
objUDP.IsConnected(); // I can Step-Into thess
function no problems... no matter what order I call them
objUDP.BytesReceived();
objUDP.BytesSent();
objUDP.GetLocalHost();
objUDP.GetLocalHostList(); // Crashes on this line here - it wont
even Step Into the code behind!
Hope you can help - thanks in advance...
Mark
PS: Go Australia in the Rugby World Cup! (www.rugbyworldcup.com)
				
			I'm writing a simple C#.NET CF app for a UDP Client/Server.. and I'm getting
a weird MissingMethodException in my class. It's weird because I can call
every other method in the class, except this one.. I've even tried renaming
it!
Have I missed something glaringly obvious?
objUDP = new Comms.UDP();
objUDP.IsConnected(); // I can Step-Into thess
function no problems... no matter what order I call them
objUDP.BytesReceived();
objUDP.BytesSent();
objUDP.GetLocalHost();
objUDP.GetLocalHostList(); // Crashes on this line here - it wont
even Step Into the code behind!
Hope you can help - thanks in advance...
Mark
PS: Go Australia in the Rugby World Cup! (www.rugbyworldcup.com)
	