Wednesday, June 24, 2009
Wednesday, April 08, 2009
Monday, March 02, 2009
Flash vs. Silverlight
Comparison of coding different effects in Flash and Silverlight. Online samples and source code included.
Flash vs. Silverlight
Flash vs. Silverlight
Wednesday, February 25, 2009
Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instanc
The error message I had was "Failed to generate a user instance of SQL Server due to a failure in starting the process for the user instance."
"If you don't want to follow the link above and read the details, the short answer is that SQLExpress creates a directory per user in "c:\Documents and Settings\[user]\Local Settings\Application Data\Microsoft\Microsoft SQL Server Data\SQLEXPRESS" that it uses to store information. I deleted the files from that directory and was able to connect succesfully using User Instances on the next try."
After adjusting for the Vista file structure and removing all the user instance SQL file, it worked.
The fix was this entry from Craddock on a Microsoft forum:
"If you don't want to follow the link above and read the details, the short answer is that SQLExpress creates a directory per user in "c:\Documents and Settings\[user]\Local Settings\Application Data\Microsoft\Microsoft SQL Server Data\SQLEXPRESS" that it uses to store information. I deleted the files from that directory and was able to connect succesfully using User Instances on the next try."
After adjusting for the Vista file structure and removing all the user instance SQL file, it worked.
Monday, February 23, 2009
Tuesday, February 17, 2009
Thursday, February 05, 2009
Subscribe to:
Posts (Atom)