-- set your current connection to use master otherwise you might get an error USE master GO ALTER DATABASE YourDatabase SET SINGLE_USER WITH ROLLBACK IMMEDIATE GO ALTER DATABASE YourDatabase SET MULTI_USER GO
world wide web development problems asp net php html xhtml css javascript jquery w3dproblems
Wednesday, October 1, 2014
How do you kill all current connections to a SQL Server database
Unable to Log In --Cookies Are Blocked Due To Unexpected Output
Just make sure wp-config.php file is in utf-8 encoding; if not save file in utf-8 encoding
To save file in utf-8 encoding use notepad, notepad++ or equivalent editor then do a save as to save file in proper encoding
To save file in utf-8 encoding use notepad, notepad++ or equivalent editor then do a save as to save file in proper encoding
Thursday, September 25, 2014
Cannot convert lambda expression to type 'string' because it is not a delegate type
//add this using System.Linq; //or this using System.Data.Entity;
Wednesday, September 24, 2014
An ASP.NET setting has been detected that does not apply in Integrated managed pipeline mode
<configuration> <system.webServer> <validation validateIntegratedModeConfiguration="false"/> </system.webServer> </configuration>
Friday, September 19, 2014
Cannot Load File C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 4.0\win64_x64\dotnet1\crdb_adoplus.dll
In app.config file
<startup useLegacyV2RuntimeActivationPolicy="true"> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> </startup>
Subscribe to:
Posts (Atom)