G
Guest
Please help
I have a C++ managed component that has no specific dependencies/references - I have a simple test program in C# that creates an instance of it and calls a public method
The test app reports FileNotFoundException, and reports that the C++ dll or one of its dependencies cannot be found
Note: This is running on NT4 SP6a - it works fine on Win2K and WinXP
I have run the FUSLOGVW util, and it is reporting the correct assembly location, and is not reporting any load errors
I am really stuck, can anyone help?
I have a C++ managed component that has no specific dependencies/references - I have a simple test program in C# that creates an instance of it and calls a public method
The test app reports FileNotFoundException, and reports that the C++ dll or one of its dependencies cannot be found
Note: This is running on NT4 SP6a - it works fine on Win2K and WinXP
I have run the FUSLOGVW util, and it is reporting the correct assembly location, and is not reporting any load errors
I am really stuck, can anyone help?