I've made a Console Application in C# with VS2005 and putted it on a shared folder in my network (the EXE is called from a Job in SqlServer2000).
After a little struggle to make it work due to permissions...(i used the caspol utility to add a subgroup under the 1.2. Zone - Intranet, and added a strongname to the EXE with fulltrust - i hope im not saying any weird stuff, my english is not my natual language

Now the ugly stuff... my EXE uses 2 DLL which are in the same shared folder, using the [DllImport("libdsh_1MD.dll")] ... and i always get this error:
"Attempted to read or write protected memory. This is often an indication that other memory is corrupt."
What kind of error is this How do i avoid it
Does someone know how to help me