Hello Folks,
I am trying to develop a Proof Of Concept for a Zero Deployment
Created a simple winform.
Created a simple WebService.
Call a method from WebService on a button click and display results in the
TextBoxx So far so good,
Everything works as expected but when I try to deploy it over the web I am
gettingh the following error.
An Exception 'System.IO.FileLoadException' has occured in IEExec.exe
This error happens first time when I click on the
Exe(http://servername/appdir/appname.exe)
It asks me if I would like to debug I decline and next time I try to load
the application works fine.
This happens also when I try the same on my local machine(I got everything
on the same box).
And goes away when I try for the second time.
It happens after everytimg I compile the application.
I have a work around as I explained but I would like find out from the Great
Minds what is causing this error.
I see Michael Moor from MS answered to similar question but a differnet
context so not very relevant.
Any answer will be appreciated.
Thx
Sridhar