| Author |
Message |
youngcm2
Joined: 19 Jul 2005 Posts: 8
|
Posted: Fri Oct 30, 2009 4:16 pm Post subject: Visual Studio 2010 |
|
|
| Do you know when a beta will be available for VS 2010? Will there be better support for VS Database Developer? |
|
| Back to top |
|
 |
Anu Deshpande
Joined: 20 Apr 2009 Posts: 590 Location: Cambridge
|
Posted: Mon Nov 02, 2009 12:51 pm Post subject: |
|
|
Many thanks for your post.
Till now we haven't heard about any issues regarding SQL Prompt not working with Visual Studio 2010.
Can you kindly let me know if you are experiencing any issues with it? _________________ Anuradha Deshpande
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com |
|
| Back to top |
|
 |
aseniuk
Joined: 16 Jun 2009 Posts: 15
|
Posted: Mon Nov 23, 2009 8:37 pm Post subject: |
|
|
I just installed VS2010 ultimate beta 2, and the SQL prompt menu is not showing. Do I need to reinstall SQL prompt or is there something I need to do with VS2010?
Thanks _________________ Database Analyst
Alberta Justice and Solicitor General |
|
| Back to top |
|
 |
Anu Deshpande
Joined: 20 Apr 2009 Posts: 590 Location: Cambridge
|
Posted: Tue Nov 24, 2009 12:43 pm Post subject: |
|
|
Yes please, Reinstalling SQL Prompt shoud ideally fix the issue.
Kindly let me know the outcome. _________________ Anuradha Deshpande
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com |
|
| Back to top |
|
 |
aseniuk
Joined: 16 Jun 2009 Posts: 15
|
Posted: Wed Jan 06, 2010 9:12 pm Post subject: |
|
|
Got a new box and tryed this again (Winodws 7), I installed SQL Server 2008, Visual Studio 2010 (Beta 2) and then installed SQL Prompt, I get SQL prompt in SQL server management studio but I still do not see the SQL Prompt 4 menu in Visual Studiio 2010.
2 things to note are, I am running a 64 bit edition of Windows 7 Enterprise and I am running the client for SQL 2008 R2 CTP.
If any one has any ideas or command line suggestions to get SQL prompt into Visual studio I would be happy.
Note: It seems that SQL 2008 R2 CTP doesn't like SQL Refactor. Just FYI. _________________ Database Analyst
Alberta Justice and Solicitor General |
|
| Back to top |
|
 |
Anu Deshpande
Joined: 20 Apr 2009 Posts: 590 Location: Cambridge
|
Posted: Fri Jan 08, 2010 11:18 am Post subject: |
|
|
Hello aseniuk,
I am sorry to hear you are having problems with SQL Prompt.
Can you try adding the path (by default: C:\Program Files (x86)\Red Gate\SQL Prompt 4) manually in Visual Studio. You can do that by navigating to Tools –> options –> add-in/macros security and add the SQL Prompt add-in. Ensure that Tools>Add-in Manager "Include SQL Prompt at startup" is checked then restart the Visual Studio.
If this doesn't work, then try re-registering the DLL:
1. Open a command prompt, change the directory to the SQL Prompt installation folder. Run
%SYSTEMROOT%\Microsoft.net\Framework\v2.0.50727\regasm "%ProgramFiles%\Red Gate\SQL Prompt 4\RedGate.SQLPrompt.VSUI.dll"
2. Run devenv /ResetSettings in Run window.
Kindly let me know if this fixes the issue.
Note: We have a fix for the SQL Refactor not working with SQL 2008 R2 CTP kindly download the latest version from here . _________________ Anuradha Deshpande
Product Support
Redgate Software Ltd.
E-mail: support@red-gate.com |
|
| Back to top |
|
 |
aseniuk
Joined: 16 Jun 2009 Posts: 15
|
Posted: Fri Jan 08, 2010 4:06 pm Post subject: |
|
|
Unfortunately that didn't work. I ran the commands and reset visual studio.
Just to note, %SYSTEMROOT%\Microsoft.net\Framework\v2.0.50727\regasm "%ProgramFiles%\Red Gate\SQL Prompt 4\RedGate.SQLPrompt.VSUI.dll" should be %SYSTEMROOT%\Microsoft.net\Framework\v2.0.50727\regasm "%ProgramFiles(x86)%\Red Gate\SQL Prompt 4\RedGate.SQLPrompt.VSUI.dll"
Is there something else I need to do during the install? _________________ Database Analyst
Alberta Justice and Solicitor General |
|
| Back to top |
|
 |
aseniuk
Joined: 16 Jun 2009 Posts: 15
|
Posted: Fri Jan 08, 2010 4:14 pm Post subject: |
|
|
You will need to make a hot fix for the application to include this text
<HostApplication>
<Name>Microsoft Visual Studio Macros</Name>
<Version>10.0</Version>
</HostApplication>
<HostApplication>
<Name>Microsoft Visual Studio</Name>
<Version>10.0</Version>
</HostApplication>
in the file VSUI.AddIn
Thanks. _________________ Database Analyst
Alberta Justice and Solicitor General |
|
| Back to top |
|
 |
regspc
Joined: 11 Jan 2010 Posts: 2
|
Posted: Mon Jan 11, 2010 2:05 pm Post subject: it doesn't work |
|
|
I tried everything suggested,but it just doesn't work.
There is not a "sql prompt 4" menu in the visual studio 2010.
 |
|
| Back to top |
|
 |
CMG
Joined: 18 Feb 2010 Posts: 1
|
Posted: Thu Feb 18, 2010 10:43 am Post subject: Is there a final resolution? |
|
|
Is there a final resolution to this issue. Just like regspc, I have tried all of the suggestions, and I have met with no success.
Any additional insight will be greatly appreciated. |
|
| Back to top |
|
 |
SimonHargraves
Joined: 21 Jun 2010 Posts: 1
|
Posted: Mon Jun 21, 2010 11:58 am Post subject: |
|
|
I still can't get SQL Prompt working in Visual Studio 2010 following the guides in this thread. I have also tried uninstalling and reinstalling SQL Prompt.
How do we get this working in Visual Studio 2010? |
|
| Back to top |
|
 |
Brian Donahue
Joined: 23 Aug 2004 Posts: 6341 Location: Red Gate Software
|
Posted: Thu Nov 04, 2010 12:54 pm Post subject: |
|
|
Edit the .addin file as described in a previous post to this topic to update the host application to 10.0 and save, then ensure that in VS2010 tools->options, the path to the .addin (c:\program files (x86)\red gate\sql prompt 4) is shown in add-in/macro security.
Works on my computer!TM _________________ Brian Donahue
Technical Support
Red Gate Software Ltd.
44 (0)870 160 0037 ext 8521
US and CAN 1-866-RED GATE ext 8521 |
|
| Back to top |
|
 |
|