|
From: Joe M. (JIRA) <tr...@fi...> - 2011-03-28 14:33:22
|
Unable To Load App Targeted For .Net 4
--------------------------------------
Key: DNET-375
URL: http://tracker.firebirdsql.org/browse/DNET-375
Project: .NET Data provider
Issue Type: Bug
Components: ADO.NET Provider
Affects Versions: 2.5.1
Environment: Win XP, Vista, Visual Studion 2010 Express
Reporter: Joe Montgomey
Assignee: Jiri Cincura
An app built with .Net 4 is unable to load on a machine that does not have System.Web.dll installed.
Error message is: "Could not load file or assembly 'System.Web, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified."
The app makes NO use of System.Web either in the using statements or references. The same app, when .Net 3.5 is the target, loads & executes fine.
Appears that .Net 4 has done something that causes FirebirdSql.Data.FirebirdClient to have a dependency on System.Web.dll
Do newer versions of FirebirdSql.Data.FirebirdClient (2.5.2 or 2.6) have this dependency?
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|