program compiles but won't run
This is about ch 9 in beginning C++ by Horton. Ex9_16 and Ex9-16Lib.
I got the program to complile but it wont run. the message is:
An unhandled exception of type 'System.IO.FileNotFoundException' occurred in createAClassLibMain.exe
Additional information: Could not load file or assembly 'createAClassLib, Version=1.0.3113.14760, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.
The only changes I made were calling the class library file (His Ex9_16lib)createAClassLib, and the file containing main I called createAClassLibMain (His Ex9_16). Since the program compiles I believe I must have usesed these new names consistenly and correctly through out the two programs.
Any suggestions from anyone would be appreciated.
|