| Author |
Message |
cpdaniel
Joined: 05 May 2009 Posts: 12
|
Posted: Tue May 05, 2009 9:47 pm Post subject: ANTS menu & toolbar - most options greyed out in VS2005 |
|
|
I'm running VS2005 SP1 on Windows 2003 SP2 x64. I have just installed ANTS 4.3.0.198.
I have an ANTS 4 menu in VS2005 - but the top three items are always disabled, regardless of what file(s) I have open, or the type of project I'm working on. When should these menu options be enabled?
I also have an ANTS 4 toolbar, which I've closed, because every toolbutton in it is disabled - again, without regard to the project type, etc.
Theories?
I'm the meantime, I'm ignoring these options - frankly, this scant level of VS integration is almost more of a bother than a help anyway. |
|
| Back to top |
|
 |
StephenC
Joined: 15 Oct 2007 Posts: 314 Location: Cambridge
|
Posted: Tue May 05, 2009 11:39 pm Post subject: |
|
|
Hi,
Are you on a non-English language computer with a non-English installation of Microsoft Visual Studio?
Stephen |
|
| Back to top |
|
 |
cpdaniel
Joined: 05 May 2009 Posts: 12
|
Posted: Wed May 06, 2009 10:34 pm Post subject: Re: |
|
|
| StephenC wrote: |
Hi,
Are you on a non-English language computer with a non-English installation of Microsoft Visual Studio?
Stephen |
No. English all around. |
|
| Back to top |
|
 |
StephenC
Joined: 15 Oct 2007 Posts: 314 Location: Cambridge
|
Posted: Thu May 07, 2009 11:16 am Post subject: |
|
|
Hi,
In general the options grey out if the add-in doesn’t understand the project type. I think MVC ASP.NET applications produce this, but things like COM+ apps and services will confuse it as well. (Which in a way is fair enough, as these have to be installed after compiling and ANTS can’t do that for you)
Although if this is happening for all your project types then it would appear to be an issue that we currently don't know about. To my knowledge we haven't had any other reports of this with V4.
Hmm, it’s possible that something in VS’s configuration has screwed up the add-in. Normally this results in all of the menu items getting greyed out, though, rather than just one or two.
Running devenv /resetaddin RedGate.Profiler.AddIn.Connect ought to fix that problem if it has occurred.
Stephen |
|
| Back to top |
|
 |
cpdaniel
Joined: 05 May 2009 Posts: 12
|
Posted: Thu May 07, 2009 6:54 pm Post subject: Re: |
|
|
| StephenC wrote: |
Hi,
In general the options grey out if the add-in doesn’t understand the project type. I think MVC ASP.NET applications produce this, but things like COM+ apps and services will confuse it as well. (Which in a way is fair enough, as these have to be installed after compiling and ANTS can’t do that for you)
|
The solution I'm working in now contains 22 projects:
2 .NET EXE projects (one console, one WinForms)
1 VC++ Makefile project (used to automate a bunch of post-build stuff)
19 .NET DLL projects, of which 7 are VSTS unit test projects.
The Makefile project is the Startup Project in the solution.
If I remember, I'll try opening a solution that doesn't have a Makefile project in it to see if that's throwing it off (seems like the most likely candidate). |
|
| Back to top |
|
 |
cpdaniel
Joined: 05 May 2009 Posts: 12
|
Posted: Mon May 18, 2009 7:33 pm Post subject: |
|
|
| Any other suggestions? |
|
| Back to top |
|
 |
|