From: Alan M. <al...@me...> - 2003-06-04 13:33:51
|
Hi, Yes - now I am... :-) but now I get dependenciy errors on this line Line 23: <add assembly="FirebirdSql.Data.Firebird, Version=1.0.1154.37639, Culture=neutral, PublicKeyToken=a39b891b3af74145" /> Are my versions in sync? thanks Alan > -----Original Message----- > From: fir...@li... > [mailto:fir...@li...]On Behalf Of > Carlos Guzman Alvarez > Sent: Wednesday, 4 June 2003 11:26 PM > To: Alan McDonald > Cc: fir...@li... > Subject: Re: [Firebird-net-provider] Compilation Error > > > Hello: > > > I've just installed .NET Framework... > > and ASP>NET Webmatrix (if anyone else has tried it) > > I then installed then Firebird .NET Provider 1.0 > > Are you using a web.config file ?? you need one, see example in > Examples\ASP.NET directory of the .NET provider installation > > > <?xml version="1.0" encoding="UTF-8" ?> > > <configuration> > > <system.net> > </system.net> > > <system.web> > <compilation> > <assemblies> > <add assembly="FirebirdSql.Data.Firebird, > Version=1.0.1154.37639, Culture=neutral, > PublicKeyToken=a39b891b3af74145" /> > </assemblies> > </compilation> > > > .................. > .................. > > > > </system.web> > > </configuration> > > > > -- > Best regards > > Carlos Guzmán Álvarez > Vigo-Spain > > "No tengo dones especiales.Sólo soy apasionadamente curioso" > Albert Einstein, científico. > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of TotalView, The best > thread debugger on the planet. Designed with thread debugging features > you've never dreamed of, try TotalView 6 free at www.etnus.com. > _______________________________________________ > Firebird-net-provider mailing list > Fir...@li... > https://lists.sourceforge.net/lists/listinfo/firebird-net-provider > |