BadImageFormatException

bwagle

New member
Joined
Dec 23, 2005
Messages
1
Programming Experience
10+
Hi,
I have a VB.NET application which resides on a Windows 2000 server. Several client machines (which are also Windows 2000) connect to this server using wireless lan and run the application.

I am facing an interesting problem. If the wireless connection goes down and comes back up, the application gets a "BadImageFormatException". This seems to happen mainly when the application tries to load forms or access comboboxes that have not been accessed even once before the wireless went down. For forms that have been accessed atleast once, they seem to be ok. Also if I run the exe locally everything seems fine and I dont get this error even when the wireless goes down. ( i even tried writing a smartclient, where a stub exe resides on the client and downloads the app from the server when it first starts, but thats not helping either)

Any kind of help will be greatly appreciated

Thanks

Balu
 
Back
Top