(Exception from HRESULT: 0x8007007E)

hi all..
I am linking the DLL created in C++/CLR application in C# in the Reference of C# application.
while building it is succeeded,but when debuging i am getting that the project has been stopped working. through the step by step debugging i got the error like

The specified module could not be found. (Exception from HRESULT: 0x8007007E)

that is shown Application.Run(new Form1()); in the program.cs file
that form1() does not exists.


If any help I will be thankful to u..............
Topic archived. No new replies allowed.