[MonoDevelop] Re: Error compiling project on monodevelop

André de Castro Zorzo André de Castro Zorzo
Sun, 1 May 2005 17:27:52 -0300


Hi, 

After compiling the class with 
mcs BasicList.cs -r System.Data.dll -r FirebirdSql.Data.Firebird.dll

I try to execute with 
mono BasicList.exe

And now I get the error:

** (BasicList.exe:2917): WARNING **: Could not find assembly
FirebirdSql.Data.Firebird, references from
/home/acz/Projects/regisharp/regisharp/BasicList.exe
(assemblyref_index=1)
     Major/Minor: 1,7
     Build:       0,35237
     Token:       fa843d180294369d
System error: No such file or directory


** (BasicList.exe:2917): WARNING **: Missing method .ctor in assembly
/home/acz/Projects/regisharp/regisharp/BasicList.exe, type
FirebirdSql.Data.Firebird.FbConnection

Unhandled Exception: System.NullReferenceException: Object reference
not set to an instance of an object


André

On 5/1/05, André de Castro Zorzo <andrezorzo@gmail.com> wrote:
> Hi,
> 
> maybe someone can help me.
> 
> I'm starting a simple project to learn. I'm using monodevelop to write
> codes and when I try to compile a code I get an error, I think it's
> Firebird Connector that doing this error. But, I've included the dll
> in the project references.
> 
> error CS0006: Cannot find assembly ` Version=1.7.0.35237'
> error CS0006: Cannot find assembly ` Culture=neutral'
> error CS0006: Cannot find assembly ` PublicKeyToken=fa843d180294369d'
> 
> And when I compile directly with command line:
> 
> mcs BasicList.cs -r System.Data.dll -r FirebirdSql.Data.Firebird.dll
> 
> I have no problems.
> 
> Thanks, André
> --
> http://www.andrezorzo.com
> ICQ: 113851428
> MSN: andrezorzo@hotmail.com
> 


-- 
http://www.andrezorzo.com
ICQ: 113851428
MSN: andrezorzo@hotmail.com