Comments
Sort by recent activity
Hi
Really sorry about this bug but was a really brain dead bit of code on my part. This will be fixed in the next version. We are looking at changing the installer so you get the option of what programs to install SQL Prompt into. This will hopefully solve this particular problem! For the time being there are instructions for removing SQL Prompt from Visual Studio in the following thread. http://www.red-gate.com/MessageBoard/vi ... php?t=5422
Lionel / comments
Hi
Really sorry about this bug but was a really brain dead bit of code on my part. This will be fixed in the next version. We are looking at changing the installer so you get the option of what pro...
Thanks for the request. Your right there is no way of doing that at the moment. I have added this issue to our list of enhancements for SQL Prompt so it will get considered for future versions. Thanks for the feedback.
Lionel / comments
Thanks for the request. Your right there is no way of doing that at the moment. I have added this issue to our list of enhancements for SQL Prompt so it will get considered for future versions. Tha...
The menus are not in the dialog but when you have the customize dialog showing you can drag the menus themselves off the toolbar. So go to customize then click on the menu itself and drag it off the application. Your cursor will change so it has a cross in the bottom right hand corner and when you stop dragging the menu item will be destroyed. Hope that helps / comments
The menus are not in the dialog but when you have the customize dialog showing you can drag the menus themselves off the toolbar. So go to customize then click on the menu itself and drag it off th...
We are going to release the next version sometime next month. If anyone would be willing to help us make sure that we have sorted out all of the Visual Studio issues then I can give out a development build which should be reasonably stable and will have this particular bug fixed. As with all development builds this will be entirely at you own risk and is unsupported (although I really want to know about any bugs that you find!). If you are interested then send me a personal message and I will send you a build.
Lionel / comments
We are going to release the next version sometime next month. If anyone would be willing to help us make sure that we have sorted out all of the Visual Studio issues then I can give out a developme...
Thanks for reporting that. We defiantly should not be crashing in that situation. I will put a fix in 3.6. In the mean time I am afraid the best I can suggest is that you disable SQL Prompt while Data Dude. Very sorry for the inconvenience.
Lionel / comments
Thanks for reporting that. We defiantly should not be crashing in that situation. I will put a fix in 3.6. In the mean time I am afraid the best I can suggest is that you disable SQL Prompt while D...
Sorry about that. We are are not sure quite how long it will be till the patch is out as quite a few of us are going/are on holiday. It will be soonish though (around a months time) as we are just going to fix the important issues that have come in the 3.5 release and not add a whole load new features.
You should be able to use 3.1 in the mean time.
Lionel / comments
Sorry about that. We are are not sure quite how long it will be till the patch is out as quite a few of us are going/are on holiday. It will be soonish though (around a months time) as we are just ...
There is no option to skip the 2005 install at the moment. The fact that the install fails when visual studio crashes is however a bug which we are hopefully going to fix in 3.6 . We have found that the bug where Visual Studo fails to start is intermittent so if you retry the installation it will probably succeeded. If you still have problems the run
C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\DevEng.exe /Setup
before you run the installer. Hope that helps / comments
There is no option to skip the 2005 install at the moment. The fact that the install fails when visual studio crashes is however a bug which we are hopefully going to fix in 3.6 . We have found tha...
Whoops found the bug. The problem is that the trayapp options are not being updated when the other editors are changing them so this is why you are seeing this behaviour. It is now fixed. / comments
Whoops found the bug. The problem is that the trayapp options are not being updated when the other editors are changing them so this is why you are seeing this behaviour. It is now fixed.
Well I am running out of ideas [image] . One random idea is that .net give assemblies different privileges if they are run from a network share as opposed to run off the local hard disk. You can set up individual prividges for assemblies in the Control Panel->Administrative Tools->Microsoft .NET Framework 2.0 Configuration. Maybe there is some strange setting in there. I would expect you would get a different error message if that were the case. something like:
System.Security.Permissions.RegistryPermission, mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.
at System.Security.CodeAccessSecurityEngine.Check(Object demand, StackCrawlMark& stackMark, Boolean isPermSet)
at System.Security.CodeAccessPermission.Demand()
at Microsoft.Win32.RegistryKey.CheckSubKeyCreatePermission(String subkeyName)
at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey, RegistryKeyPermissionCheck permissionCheck, RegistrySecurity registrySecurity)
at Microsoft.Win32.RegistryKey.CreateSubKey(String subkey)
at Excel_Functions.MyFunctions.RegisterFunction(Type type)
but might be worth a look.
Alternatively there sounds like there was a similar issue in dotnet 1.0 http://support.microsoft.com/kb/327507 not sure if any of that will help
If you get despirate then you can run http://www.microsoft.com/technet/sysint ... egmon.mspx
to see what registry keys are being accessed and try and change the permissions by hand.
Sorry for not having any really good sugestions / comments
Well I am running out of ideas . One random idea is that .net give assemblies different privileges if they are run from a network share as opposed to run off the local hard disk. You can set up ind...
How very frustrating!!! I don't really know what to suggest as it sounds like a strange setup issue with the machine. The only thing I could think of it to temporarily disable UAC and then try running the command. If that doesn't work then send an email to support@red-gate.com. They know a lot more about configuring windows machines than I do so they should hopefully be able to suggest a way of getting regasm to run.
Lionel / comments
How very frustrating!!! I don't really know what to suggest as it sounds like a strange setup issue with the machine. The only thing I could think of it to temporarily disable UAC and then try runn...