How can we help you today? How can we help you today?
Mike U
You can download the update directly from http://downloads.red-gate.com/EAP/SQLPromptEAP/SQLPrompt_5.2.0.5.exe Hope Prompt serves you well in Denali, and please let us know if you encounter any Denali-specific problems! / comments
You can download the update directly from http://downloads.red-gate.com/EAP/SQLPromptEAP/SQLPrompt_5.2.0.5.exe Hope Prompt serves you well in Denali, and please let us know if you encounter any Den...
0 votes
According to the reply to a similar problem posted in the MSDN forums, this can be caused by uninstalling previous versions of Microsoft Visual Studio - apparently it corrupts the .NET framework v2 machine.config file. The original response is at the bottom of the thread here, but to make life easier for you I'll reproduce it: ...If you open up your machine.config file (in %windir%\Microsoft.NET\Framework\v2.0.50727\CONFIG – and in both Framework and Framework64 if you have a 64-bit machine), you’ll probably see an element that looks like this: &lt;system.serviceModel&gt; &lt;commonBehaviors&gt; &lt;endpointBehaviors&gt; &lt;/endpointBehaviors&gt; &lt;serviceBehaviors&gt; &lt;/serviceBehaviors&gt; &lt;/commonBehaviors&gt; &lt;/system.serviceModel&gt; If you do see exactly that (probably at the end of the file), then I think we have figured out your problem. What you need to do is remove this element. So first back-up the machine.config file (save a copy of it to your Desktop or wherever) and then using Notepad, delete that entire <system.serviceModel> element, up to and including </system.serviceModel>. Then save machine.config... Once you've updated machine.config, you'll definitely need to restart SSMS to see whether that fixes the problem. You may need to restart your machine to persuade the .NET framework to reload the machine.config, although that probably won't be necessary. Please let us know whether this fixes your problem or not. If it doesn't, we can try to investigate further. Kind Regards, Mike Upton / comments
According to the reply to a similar problem posted in the MSDN forums, this can be caused by uninstalling previous versions of Microsoft Visual Studio - apparently it corrupts the .NET framework v2...
0 votes