I'm new to Cobra, and it's installed fine and such. However, I've run into an issue.
I can compile a program anywhere, but when I attempt to run it when it is saved outside of Cobra-2010-04-02\Source\ it displays this:
- Code: Select all
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or ass
embly 'Cobra.Lang, Version=0.8.0.1, Culture=neutral, PublicKeyToken=null' or one
of its dependencies. The system cannot find the file specified.
File name: 'Cobra.Lang, Version=0.8.0.1, Culture=neutral, PublicKeyToken=null'
at Hello.Main()
at MainWrapper.Main()
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\M
icrosoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure lo
gging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fus
ion!EnableLog].
I'm sure there's an obvious way to fix this, but i haven't been able to find it.
Thanks in advance for any help.