From:
<car...@te...> - 2004-03-15 10:37:58
|
Hello: > where the version and PublicKeyToken is same as in C:\WINDOWS\assembly .. It works for me :( i'm afraid seems that this works only for me ;), i have updated in the CVS the web.config file with the configuration i use. <compilation> <assemblies> <add assembly="FirebirdSql.Data.Firebird, Version=1.5.1517.178, Culture=neutral, PublicKeyToken=e1b4f92304d7b12f" /> </assemblies> </compilation> Using WebMatrix (that is using .NET 1.0 in my case, i have both frameworks installed 1.0 and 1.1), having the .NET 1.0 Firebird .NET provider assembly installed only in the GAC ( i mean i don't have it in a bin directory in the examples dir ), and it works for me. -- Best regards Carlos Guzmán Álvarez Vigo-Spain |