Monthly Archives: June 2010

Visual Studio 2010 Could not load file or assembly

Visual Studio build error: : Error 15 Could not load file or assembly ‘file:///C:\Documents and Settings\kumard\My Documents\Visual Studio 2010\Projects\LANSW.LMS\site\References\SwitchIT.DataAccess.dll’ or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) Solution: Right click on each *.dll file in

Tagged with:
Posted in C#, Visual Studio

Enable Web Services Enhancements (WSE) 3.0 in Visual Studio 2012, 2010 and 2008

Web Service Enhancements 3 (WSE 3) is not officially supported since Visual Studio 2008. The reason is that Microsoft wants you to migrate your code to WCF. See below to enable Web Services Enhancements (WSE) 3.0 in VS2012, VS2010 and

Tagged with: ,
Posted in ASP.NET, C#, Visual Studio