On 06/07/03 Yongkee Cho wrote: > combichem2.exe is successfully compiled. > mcs -r Math3D.dll -o comibchem2.exe AssemblyInfo.cs Atom.cs . > and execute it, an error occurs. > > [EMAIL PROTECTED] CombiChem]# mono combichem2.exe -cCORE.sd -s1R1.sd > > ** (process:18943): WARNING **: Could not find assembly AssemblyInfo > > cannot open assembly combichem2.exe > > What does that mean?
It looks like combichem2.exe references an assembly named AssemblyInfo and mono can't find it. Why such a reference is there we can't know: you're either adding it somehow and didn't provide the complete commands you use to compile or it's a bug, but we can't know unless you provide a complete test case of what you're doing. lupus -- ----------------------------------------------------------------- [EMAIL PROTECTED] debian/rules [EMAIL PROTECTED] Monkeys do it better _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
