I get the following error after I install my project on a client. Install has worked fine on several other systems. It is not a web project. Can not find a reference in this forum for System.Web.
==========
FileNotFoundException
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.
FileNotFoundException
Could not load file or assembly 'System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
Source : MicroFour StrataFrame Base
Stack Trace:
at MicroFour.StrataFrame.Security.SecurityBasics.get_CurrentUser()
at MicroFour.StrataFrame.Business.BusinessLayer.Add(Boolean CheckSecurity)
at MicroFour.StrataFrame.Data.ConnectionWizard.LoadApplicationData()
at MicroFour.StrataFrame.Data.ConnectionWizard..ctor(RequiredDataSourceCollection RequiredItems, Int32 ApplicationPK, Boolean PersistData)
at MicroFour.StrataFrame.Data.ConnectionManager.ShowConnectionWizard(Int32 ApplicationPK)
at MicroFour.StrataFrame.Data.ConnectionManager.SetConnections()
at BuffiesDataDeployment.AppMain.SetDataSources()
at MicroFour.StrataFrame.Application.StrataFrameApplication.RunApplication()
at BuffiesDataDeployment.AppMain.Main()
==========
Installing on Win 7. Have installed on Win 7 machines before.
Thanks in advance.