SteveoAtilla
Regular
Hello all.
I have a C++ app that had been working, but needed a few tweaks.
I made those tweaks, and it runs locally both on my machine, and the server that the .exe is on. The problem is, it is not run directly from the server, but from another server. Here is the specific message:
It had been working just fine, so I don't know what "unsafe" code I may have added. I have changed the .NET framework permissions on pmautil, so I'm not sure what to do next.
Help!
Thanks,
Kahuna
I have a C++ app that had been working, but needed a few tweaks.
I made those tweaks, and it runs locally both on my machine, and the server that the .exe is on. The problem is, it is not run directly from the server, but from another server. Here is the specific message:
Unhandled Exception: System.Security.Policy.PolicyException: Unverifiable assembly '\\pmasql\pmtravel\scripts\xml2sql.exe' failed policy check.
The program runs from a machine named pmautil but the executable is loaded on the pmasql machine.
It had been working just fine, so I don't know what "unsafe" code I may have added. I have changed the .NET framework permissions on pmautil, so I'm not sure what to do next.
Help!
Thanks,
Kahuna