 |
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
|
|
|
|
|

December 3rd, 2008, 12:26 PM
|
|
Authorized User
|
|
Join Date: Aug 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Database Publishing Wizard
I am trying to get to the Database Publishing Wizard. I have my project loaded in VWD, Database Explorer open, right-clicked PlanetWrox.mdf, but "Publish to Provider" is not an option.
Any ideas on this?
|
|

December 3rd, 2008, 03:26 PM
|
|
Authorized User
|
|
Join Date: Aug 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
In the Database Explorer. Available options are Refresh, Delete, Modify Connection, New Query, Rename, and Properties.
|
|

December 3rd, 2008, 04:49 PM
|
|
Authorized User
|
|
Join Date: Aug 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Not seeing what is described there.
Version 9.0.30729.1 SP
Is it possible that the Publisher Wizard was not installed? Should I be seeing it in my list of installed programs in ADD/REMOVE Programs?
|
|

December 3rd, 2008, 04:53 PM
|
|
Authorized User
|
|
Join Date: Aug 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I found this possible solution in the internet. However I do not have this file. Should I have the file noted below?
In the C:\Program Files\Microsoft SQL Server\90\Tools\Publishing\1.2 folder there is a file called VSInt.reg. Execute this file so it adds to the registry, restart Visual Studio and you should be up and running!
|
|

December 3rd, 2008, 04:56 PM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
What version of SQL Server do you have installed? The file you're referring to is part of SQL Server and contains the following:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VWDExpress\9 .0\Menus]
"{40d75537-ce10-4311-a7b0-6b164d80405d}"=",1000,1"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio \9.0\Menus]
"{40d75537-ce10-4311-a7b0-6b164d80405d}"=",1000,1"
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.
|
|

December 3rd, 2008, 09:18 PM
|
|
Authorized User
|
|
Join Date: Aug 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I am running SQL Server 2008. As I said, I don't have that file, so it makes me think that Database Publishing Wizard is not installed.
|
|

December 4th, 2008, 03:41 AM
|
 |
Wrox Author
|
|
Join Date: Jun 2003
Posts: 17,089
Thanks: 80
Thanked 1,576 Times in 1,552 Posts
|
|
As far as I know, it's not an optional item; it just gets installed when you install VWD and SQL Express together.
You could try reinstalling VWD and SQL Express, or you could contact Microsoft support and get help from them. Something is definitely not in order.... ;)
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.
|
|

December 4th, 2008, 03:18 PM
|
|
Authorized User
|
|
Join Date: Aug 2008
Posts: 19
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
I was afraid that you were going to say that. You may have forgotten how many times I have had to reinstall VWD and SQL Server. :-(
|
|
 |