May 25, 2005 at 4:13 am
anyone have any experience of getting these two to work together?
I started out with an install of Visual Studio 2005 Beta 2 with SQL 2005 Express, then tried to upgrade to Sql Server 2005 Beta 2 developer edition. I had to uninstall all SQL Express components, then uninstall .Net framework 2.0 just to be able to start the install.
After a couple more failures right towards then end of the install, I looked through the copious logs and found that it wanted a copy of dexplore.exe in a .../help whidbey folder to stop the install failing.
the next problem was the following ...
MSI (s) (A8:C0) [10:07:42:510]: Note: 1: 1722 2: SqlWbSetup.5F46584E_060D_4BCB_ADEE_BD15A7BFCC2A 3: C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\SqlWb.exe 4: /setup
MSI (s) (A8:C0) [10:13:10:032]: Product: Microsoft SQL Server 2005 Tools Beta 2 -- Error 1722. There is a problem with this Windows Installer package. A program run as part of the setup did not finish as expected. Contact your support personnel or package vendor. Action SqlWbSetup.5F46584E_060D_4BCB_ADEE_BD15A7BFCC2A, location: C:\Program Files\Microsoft SQL Server\90\Tools\Binn\VSShell\Common7\IDE\SqlWb.exe, command: /setup
I'm giving up for the time being, especially as my Visual Studio 2005 has stopped working, which means I've effectively stopped working too.
One thing I have thought of doing (I just can't spare the time any more) is to remove VS2005 completely, do a clean install of SQL2005DE, then put VS2005 on top.
Any ideas on this?
May 25, 2005 at 5:37 am
Visual Studio 2005 Beta 2 is not compatible with SQL Server 2005 Beta 2. It is compatible with the April CTP of SQL Server 2005. Do a complete uninstall of everything VS2005 or SQL2005 related (there are instructions in the readmes) and then install SQL Server 2005 April CTP (Developer Edition or Express, as you like) and Visual Studio 2005 Beta 2 after that.
May 26, 2005 at 2:07 am
I assume tha you have the 3-disc pack. I uninstalled everything, then a full install of the Visual Studio Team System disc and then a full install of the SQL Server disc. That seems to be OK although I have not tried the connectivity yet!
My main problem is MSCorSvw grabbing 100% of the CPU continuously. I can pause ngen but I don't want to stop it - just get it to behave itself and only run when the machine is idle as it's supposed to.
May 26, 2005 at 4:49 am
Thanks for the pointer Chris. Now I think of it I think I had seen that mentioned before, but I was misled elsewhere into thinking that Beta 2 and the April CTP were synonymous.
November 1, 2005 at 1:40 pm
So how do you pause it?
MSCORSVW definitely has a bug and completely slows my machine as to make it useless.
It happened when I installed framework beta 2.
November 2, 2005 at 5:57 am
ngen /queue pause
... should stop it (I may have the syntax slightly off). I believe that the problem is to do with conflicting thread priorities.
I have set up my machine to autorun a command line to pause ngen at boot.
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply