G
Guest
Hello everyone, Im having a rather strange problem with my custom ASP.NET
application. After deploying the application on a .NET v1.1 computer, the
first time the application is launched it can call an external interop and
excute commands with no problems. However, when the same system is restarted
and my application is relauched the COM commands do not function (asp &
managed code still works fine).
When I alter the permissions of any file in my application's web folder the
COM interop functions begin working again. Sometimes I open up my web config
add a blank space to the end of the file, save & exit, and voila the COM
interop works again (temporarily - until the next restart).
What is going on, is the CLR not loading the COM interop correctly? How do I
resolve this issue?
application. After deploying the application on a .NET v1.1 computer, the
first time the application is launched it can call an external interop and
excute commands with no problems. However, when the same system is restarted
and my application is relauched the COM commands do not function (asp &
managed code still works fine).
When I alter the permissions of any file in my application's web folder the
COM interop functions begin working again. Sometimes I open up my web config
add a blank space to the end of the file, save & exit, and voila the COM
interop works again (temporarily - until the next restart).
What is going on, is the CLR not loading the COM interop correctly? How do I
resolve this issue?