 |
BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3
 | This is the forum to discuss the Wrox book Beginning ASP.NET 3.5: In C# and VB by Imar Spaanjaars; ISBN: 9780470187593 |
|
Welcome to the p2p.wrox.com Forums.
You are currently viewing the BOOK: Beginning ASP.NET 3.5 : in C# and VB BOOK ISBN: 978-0-470-18759-3 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
|
|
|
|

August 28th, 2008, 11:21 PM
|
Authorized User
|
|
Join Date: Aug 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I have tried uninstalling SQL Server 2005 and installing again. Now I get the error response below:
Failed to generate a use instance of SQL Server due to a failure in starting the process for the user interface. The connection will be closed.
|

August 29th, 2008, 01:13 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
This sounds like problems with the OS or installation. These kind of errors are extremely hard for me to fix remotely, so I think you'll need to Google a bit and see what comes up. For the exact error (after I changed use to user) Google returns a couple of interesting results:
http://www.google.com/search?hl=en&q...r+the+user+%22
All with a different solution, so you'll need to figure out which one you need.
Cheers,
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of Beginning ASP.NET 3.5 : in C# and VB, ASP.NET 2.0 Instant Results and Dreamweaver MX 2004
Want to be my colleague? Then check out this post.
|

February 1st, 2009, 02:59 PM
|
Authorized User
|
|
Join Date: Jan 2009
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Same Error Message
I am getting the same error message:
Could not load file or assembly 'Microsoft.SqlServer.Management.Sdk.Sfc, Version=10.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91' or one of its dependencies. The system cannot find the file specified.
I have installed and reinstalled SQL Server 2005 Express Edition to no avail.
Does the client portion need to be installed?
Thank you
|

February 1st, 2009, 03:02 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
You may want to try reinstalling VWD 2008 as well; if I am not mistaken, it installs a few components needed to integrate with SQL Server. Also, try installing the (Express) edition of the client components. E.g. SQL Server Management Studio Express Edition.
Hope this helps,
Imar
|

February 1st, 2009, 04:30 PM
|
Authorized User
|
|
Join Date: Aug 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Same error message
Areed24, I had much trouble with this. It actually took days for me to get it sorted out. What I finally did was to totally uninstall VWD 2008 Express and SQL Server 2005 Express, including deleting any registry keys associated to them. Then install VWD again, making sure that is completes. SQL Server Mangement Studio will not be included with this install. If you need/want SQL Server Mangement Studio as well, you will need to do an upgrade/Add to your current install. The first time you go through the upgrade process, you will not see the option to add Management Studio. Let this upgrade complete. Then do a second upgrade, and you will see that you now have the option to add SQL Server Management Studio.
Hope this helps.
|

February 2nd, 2009, 08:41 AM
|
Authorized User
|
|
Join Date: Jan 2009
Posts: 51
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Thank you, I did a complete uninstall and reinstall as well. Then I received another error message about SQL Not being able to open to which I read up on and found out that the SQLExpress directory needed to be deleted. I think that I am good to go now. Thanks for the additional information.
|
|
 |