Microsoft
Software
Hardware
Network
Question : SQL Server connection throws System.InvalidOperationException
Hi I am trying to connect to a SQL 2008 64 bit database from a c# porogram coded in Visual C# 2005 express.
My connection string is as follows.
SqlConnection myConnection = new SqlConnection("uid=UerserI
D;pwd=Pass
word;serve
r=serverna
me.domain.
local;Trus
ted_Connec
tion=False
;database=
MyDatabase
Name;conne
ction timeout=30");
this fails with a systeminvalidoperationexce
ption.
Can any assist me to get this working.
Answer : SQL Server connection throws System.InvalidOperationException
You get an InvalidOperationException when you try to execute an operation on an object but the object is not yet in he right state to be executed.
It could be because you don't open the connection.
Can you post the code what executes the connection
Random Solutions
fruit vitamin content same in ca and fl?
HP Proliant DL360
Unattended Windows 7 Installation answer file not working
How do I add a Folder to Windows Installer without having to add each individual file
Can I install an external fibre channel tape drive onto a traditional non-fibre channel server by adding a fibre channel board in the server?
PHP.ini file 'display_errors' is set to Off but errors still appear on page?
Thunderbird slow to download
Request.PhysicalApplicatio
nPath returns I.P. not URL
High CPU utilization
Windows Service crashing on one machine, not on the other