[Mono-devel-list] ByteFX mysql

Pascal Fresnay pascalfresnay at free.fr
Mon Aug 8 10:19:47 EDT 2005


Stefano Incontri a écrit :

>Successfull in Visual Studio .NET 1.1 (adding the dll to the reference)
>but not in linux by command line, I guess the path is missing
>(referencePath?)...
>  
>
Probably you d'ont have ByteFX.Data.dll installed.
You can find it here :
http://dev.mysql.com/downloads/connector/net/1.0.html
To install, unzip binary, then :
gacutil -i ByteFX.data.dll
This line will install MySQL connector in the Global assembly cache, so 
when you reference it with -r:, compiler will find it.

>Il giorno lun, 08/08/2005 alle 15.46 +0200, Kamil Skalski ha scritto:
>  
>
>>You must modify the build process of your project. What are you using?
>>Makefiles, MonoDevelop, Visual Studio?
>>
>>Anyway, you must add ByteFX to referenced assemblies, either by
>>modifying compilation scripts to include
>>mcs sources.cs  -r ByteFX.Data.dll
>>
>>or add referenced assembly in your IDE
>>
>>2005/8/8, Stefano Incontri <sincontr at yahoo.it>:
>>    
>>
>>>Hi All,
>>>I'm a newby with C# and Mono... maybe this is a stupid question : I'm
>>>willing to use ByteFX mysql connector, but I don't know how to import or
>>>reference it in my project, the 'using' keyword doesn't find it.
>>>The message is 'Main.cs(4) error CS0246: The namespace `ByteFx.Data' can
>>>not be found (missing assembly reference?)'.
>>>
>>>Thanks
>>>Stefano
>>>
>>>
>>>
>>>
>>>
>>>
>>>___________________________________
>>>Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB
>>>http://mail.yahoo.it
>>>_______________________________________________
>>>Mono-devel-list mailing list
>>>Mono-devel-list at lists.ximian.com
>>>http://lists.ximian.com/mailman/listinfo/mono-devel-list
>>>
>>>      
>>>
>>    
>>
>
>
>	
>
>	
>		
>___________________________________ 
>Yahoo! Mail: gratis 1GB per i messaggi e allegati da 10MB 
>http://mail.yahoo.it
>_______________________________________________
>Mono-devel-list mailing list
>Mono-devel-list at lists.ximian.com
>http://lists.ximian.com/mailman/listinfo/mono-devel-list
>
>
>  
>




More information about the Mono-devel-list mailing list