S
sjenkinson
Hi
I have a VB.NET Pocket PC application that I am developing, and have
been encountering this error inconsistently. The solution compiles yet
when I try to run (via debugging on the device), sometimes I can step
into the method LoadForm, but most of the time it comes up with the
exception System.MissingMethodException
Public Sub New()
MyBase.New()
InitializeComponent()
LoadForm()
End Sub
Public Sub LoadForm()
'My form loading code in here
End Sub
This is driving me crazy, I have spent hours trawling through the net
trying to find a solution, but nothing works consistently. Sometimes
if I rename the method LoadForm then it will run a few times but then
once it encounters an exception once, it will not run again. If anyone
has any advice or solution, it would be hugely appreciated.
I have a VB.NET Pocket PC application that I am developing, and have
been encountering this error inconsistently. The solution compiles yet
when I try to run (via debugging on the device), sometimes I can step
into the method LoadForm, but most of the time it comes up with the
exception System.MissingMethodException
Public Sub New()
MyBase.New()
InitializeComponent()
LoadForm()
End Sub
Public Sub LoadForm()
'My form loading code in here
End Sub
This is driving me crazy, I have spent hours trawling through the net
trying to find a solution, but nothing works consistently. Sometimes
if I rename the method LoadForm then it will run a few times but then
once it encounters an exception once, it will not run again. If anyone
has any advice or solution, it would be hugely appreciated.