G
Guest
Problem:
App works OK in debug both in VS.Net and build version.
Also OK as release version in VS.net
Not working as release version build.
Gets to this line of code: (private func called from sub Main())
da.Fill(crms_ds_ParcelList, "rfaPRef")
then stops (does not hang) just stops...
Also one of the messages boxes in the try..catch...finally statement
I have included to trap prob in release version
Flashes up but to quick to see which one....
Any thoughts....
App works OK in debug both in VS.Net and build version.
Also OK as release version in VS.net
Not working as release version build.
Gets to this line of code: (private func called from sub Main())
da.Fill(crms_ds_ParcelList, "rfaPRef")
then stops (does not hang) just stops...
Also one of the messages boxes in the try..catch...finally statement
I have included to trap prob in release version
Flashes up but to quick to see which one....
Any thoughts....