Hey, I am trying to build a simple, managed dll and then reference it from a console style project in vc++ 2k2. Both projects are in the same solution. Ive set up the correct dependency order, and the project compiles beautifully. When I hit f5, all libraries load fine until I get to the projects main library which fails with
"An unhandled exception of type System.IO.FileNotFoundException occurred in Unknown Module.
Additional information: File or assembly name c5, or one of its dependencies, was not found."
I have tried to setup my linker to add the path to the libraries assembly file but I still get the error. What gives? Is there some special path variable to set for managed .dll includes?
"An unhandled exception of type System.IO.FileNotFoundException occurred in Unknown Module.
Additional information: File or assembly name c5, or one of its dependencies, was not found."
I have tried to setup my linker to add the path to the libraries assembly file but I still get the error. What gives? Is there some special path variable to set for managed .dll includes?