Comments
Sort by recent activity
No more exception on startup, but when invoking for example "Profile Namespace"...
Exception dispatching command: The method or operation is not implemented.
at EnvDTE.Project.get_FileName()
at RedGate.Profiler.VSAddin.CodeModel.GetActiveProject()
at RedGate.Profiler.VSAddin.Controller.SetupApplicationDefinition(Project project)
at RedGate.Profiler.VSAddin.Controller.ProfileNamespaces(ArrayList namespaces, ProfilerType type)
at RedGate.Profiler.VSAddin.Controller.DispatchCommand(String command)
I have a solution with 11 projects, 4 unloaded. All C#, no webprojects. / comments
No more exception on startup, but when invoking for example "Profile Namespace"...
Exception dispatching command: The method or operation is not implemented.
at EnvDTE.Project.get_FileName()
at Red...
No, I am using VS2005, team suite. This seems to be in many ways very special, ask the guys at WholeTomato who are fighting with some weird problems in VisualAssist that occur ONLY in this edition of VS2005. / comments
No, I am using VS2005, team suite. This seems to be in many ways very special, ask the guys at WholeTomato who are fighting with some weird problems in VisualAssist that occur ONLY in this edition ...
sure, anytime. / comments
sure, anytime.
Similar situation here, trial version, launched VS (team suite), error on startup:
System.NullReferenceException: Object reference not set to an instance of an object.
at _2._1()
at _5._1(String )
at RedGate.Profiler.VSAddin.Connect.QueryStatus(String commandName, vsCommandStatusTextWanted neededText, vsCommandStatus& status, Object& commandText)
at Microsoft.VisualStudio.CommandBars._CommandBars.get_Item(Object Index)
at BuildAutoIncrementAddin.BuildAutoIncrementMain.CreateVcbToolBar()
at BuildAutoIncrementAddin.BuildAutoIncrementMain.OnConnection(Object application, ext_ConnectMode connectMode, Object addInInst, Array& custom)
This error does not happen without ANTS installed.
In consequence, any command invoked on ANTS results in either
1) Exception dispatching command: The method or operation is not implemented.
2) Exception dispatching command: Unspecified error
Other addins installed:
Enterprise Library Configuration Editor 3.0
EventToaster 1.0
Extensions for Windows WF
IndexedFind 1.0
Microsoft Visual Studio 2005 Team Suite - ENU Service Pack 1 (KB926601)
OnTime VS.NET 7.0
Security Update for Microsoft Visual Studio 2005 Team Suite - ENU (KB937061)
SourceOutliner 1.0
SuperDiff 1.0
VcCodeSnippets 1.0
Visual Assist X
ANTS Profiler
VSReactorAddin / comments
Similar situation here, trial version, launched VS (team suite), error on startup:
System.NullReferenceException: Object reference not set to an instance of an object.
at _2._1()
at _5._1(String )...
If I remember right, without the SDK you can have one or the other but I will have a look at it.
Anyway would be great if SA would be able to handle this in a more end-user friendly way. / comments
If I remember right, without the SDK you can have one or the other but I will have a look at it.
Anyway would be great if SA would be able to handle this in a more end-user friendly way.
I am using the default reporting without userinterface.
Yet the SDK solution is not available in the standard version of SA. [image] / comments
I am using the default reporting without userinterface.
Yet the SDK solution is not available in the standard version of SA.
When doing a build, instead of a rebuild, sometimes an assembly is not rebuilt but still processed by the build task. In this case, yes, this assembly was not rebuilt and has been processed at the last build. / comments
When doing a build, instead of a rebuild, sometimes an assembly is not rebuilt but still processed by the build task. In this case, yes, this assembly was not rebuilt and has been processed at the ...
I guess what Brian said about the XmlSerializers is happening here (at the not protected app shows that), but what happens then with the protected app is at the moment out of my understanding.
I will be able to repro that for you but give me a few days resolver other issues first. / comments
I guess what Brian said about the XmlSerializers is happening here (at the not protected app shows that), but what happens then with the protected app is at the moment out of my understanding.
I wi...
I wish it was LINQ to SQL or at least LINQ at all, but its not. LINQ is not used at all.
The interesting thing I found out here is that in a release version without SA the exception is another one but its swallowed by the runtime.
The runtime tries to load an serialization assembly which doesn't exist but it continues without it (who has the guts to dive into such a thing?)
Yet, after protection it turns into something completely different which worries me a bit. / comments
I wish it was LINQ to SQL or at least LINQ at all, but its not. LINQ is not used at all.
The interesting thing I found out here is that in a release version without SA the exception is another one ...
And if you have SA5 and SA6 side-by-side installed, then you need to restart VisualStudio everytime you want it to use one or the other build task, seems the first one loaded remains loaded for the rest of the app lifetime, independent of project settings. / comments
And if you have SA5 and SA6 side-by-side installed, then you need to restart VisualStudio everytime you want it to use one or the other build task, seems the first one loaded remains loaded for the...