A
Anil Kripalani
I have a .NET Windows Forms application that I launch from a web browser.
The user clicks an HTTP link from an ASP.NET page that launches a .NET exe
(All .NET 1.1). The application runs fine so long as I change the IIS
virtual root "Execute Permissions" to "Scripts and Executables". Under
those circumstances however, when the application exits, I get the error:
CGI Error
The specified CGI application misbehaved by not returning a complete set
of HTTP headers. The headers it did return are:
If I only use the default "Scripts" for "Execute Permissions" then I get an
error on launch. Sometimes that error is:
An unhandled exception of type 'System.IO.FileLoadException' occurred in
IEExec.exe.
Additional information: The located assembly's manifest definition with
name 'myappname.exe' does not match the assembly reference.
Anyone have suggestions on how my app can launch and exit without errors
using No Touch Deployment?
Thanks,
Krip
The user clicks an HTTP link from an ASP.NET page that launches a .NET exe
(All .NET 1.1). The application runs fine so long as I change the IIS
virtual root "Execute Permissions" to "Scripts and Executables". Under
those circumstances however, when the application exits, I get the error:
CGI Error
The specified CGI application misbehaved by not returning a complete set
of HTTP headers. The headers it did return are:
If I only use the default "Scripts" for "Execute Permissions" then I get an
error on launch. Sometimes that error is:
An unhandled exception of type 'System.IO.FileLoadException' occurred in
IEExec.exe.
Additional information: The located assembly's manifest definition with
name 'myappname.exe' does not match the assembly reference.
Anyone have suggestions on how my app can launch and exit without errors
using No Touch Deployment?
Thanks,
Krip