G
Guest
I still have big problems running an assembly consisting of C# generated dll
and exe and VC++ (managed+unmanaged+mfc) generated dll.
On my development machine no problem, but on any other machine.
I get an System.IO.FileNotFoundException for one of my dll's.
The odd thing is that the file is right there, the file have the correct
version and in the error messages you can clearly see that he does know
where to look for the file.
So in theory this should work!!!!!!
I tried to create a config file, but it does not help much.
I also tried to copy to a local folder, but no help.
And I activated full trust for the domain and executable!
A screen dump (Exception converted to messagebox) can be found here:
http://www.obaeyens.com/Skyscan/DOTNET/DeploymentProblem.jpg
Any tips how to track down the real error so I will never ever have this
problem again?
and exe and VC++ (managed+unmanaged+mfc) generated dll.
On my development machine no problem, but on any other machine.
I get an System.IO.FileNotFoundException for one of my dll's.
The odd thing is that the file is right there, the file have the correct
version and in the error messages you can clearly see that he does know
where to look for the file.
So in theory this should work!!!!!!
I tried to create a config file, but it does not help much.
I also tried to copy to a local folder, but no help.
And I activated full trust for the domain and executable!
A screen dump (Exception converted to messagebox) can be found here:
http://www.obaeyens.com/Skyscan/DOTNET/DeploymentProblem.jpg
Any tips how to track down the real error so I will never ever have this
problem again?