[Mono-dev] ByteFX.Data
    Gonzalo Paniagua Javier 
    gonzalo at ximian.com
       
    Thu Dec  1 17:44:49 EST 2005
    
    
  
On Thu, 2005-12-01 at 18:44 +0100, Velazquez Angel wrote:
> I don't know why this namespace is working at my console app, but I
> can't use it on my Webservices...
> "ByteFX.Data unknown add a namespace or a reference" something like 
You need one of these:
      * Use the @Assembly directive in your WS.
      * Copy ByteFX.Data.dll to the bin directory of your application.
      * Add that assembly explicitly in your web.config
        (system.web/compilation).
-Gonzalo
    
    
More information about the Mono-devel-list
mailing list