I am stumped. I am getting this error when I try to set a mock to have "PropertyBehavior()":
System.InvalidOperationException: System.InvalidOperationException:
Invalid call, the last call has been used or no call has been made (make sure that you are calling a virtual (C#) / Overridable (VB) method)..
I am trying to use only Rhino...
I have an C++/CLI assembly consisting of approximately 50 source files. The code in this assembly links statically to a number of C++ libraries to do various 'heavy-lifiting' type tasks.
I am using Visual Studio 8 (2005) SP1 to build this assembly.
Building just this assembly (without dependencies, etc) via 'Project Only'->'Rebuild On...
How do I allow my app to have drag and drop toolboxes like Visual Studio?
...
I found a couple posts regarding this error on StackOverflow and posts on various forums. There doesn't seem to be any one cause or solution for this error.
So that it might help somebody else, below is the text of an email I sent to DevExpress regarding my experience with this error.
===
A month or two ago I installed an update to the...
Looking at Amit Chatterjee's Blog post on the upcoming Visual Studio Test Essentials product and in the image he has (below) he basically he says that all the blue blocks will be in Test Essentials, while all the green will be in Visual Studio Test Edition.
I see Test Runner is on the blue block side - does that mean that I can create...
We seem to have an annoying issue with Visual Studio, we have a pretty big solution consisting of lots of projects, and over 20 solution configurations.
Whenever we add a new project to the solution, it comes off as 'buildable' in all of the pre-existing solution configurations. It then becomes tedious to go through all of them and unch...
What is the least slow Virus scanner to use with Microsoft Visual Studio
I have just had Microsoft Visual Studio “go slow” on me again due to my Virus Checker…
We all know that development tools do a lot of file access so are badly effect by Virus Scanner. Most of us have to run a Virus scanner due to do many reasons.
So has anyone...
I'm trying to convert all character strings that match a particular regex in a file to uppercase, but I can't find the syntax to specify that within the 'Find and replace' window in visual studio. Is it possible to do this using the visual studio regex?
...
I'm trying to execute the copy command from the visual studio external tools, but I'm getting an error saying that the command is unknown.
How should i set the path for the copy command? as i know it's operation system command and not executable file.
Thanks
...
What are the necessary steps I have to do to get Team Build 2008 to build a Visual Studio 2005 solution targeting .NET 2.0?
...
How is guidance automation toolkit used to created VS project and item templates? How can create a recipie using that.
...
For some reason my Visual Studio Find dialog, which usually shows instantly after I press Ctrl+F, has started to take more than 2 seconds to show. During this time Visual Studio is entirely unresponsive.
2 seconds for a small window to show is outrageous :) Restarting VS or rebooting the machine didn't help. Has anyone seen this before?...
What's the latest official word from Microsoft about VS 2010 continuing support for Crystal Reports?
...
Imagine the same hardware running Windows XP 32bit, or Windows XP 64bit..
(being that it's a 64bit processor currently running XP 32bit)
2gigs of ram...
Will the performance of Visual Studio benefit from going to the 64bit OS?
The hardware and ram is currently out of my control... If I could throw more hardware or ram at it I would.
...
I am starting to learn Reporting Services and I read that it uses SQL Server to store the meta data. I am planning to use it in a WinForm app. Does SSRS require SQL Server to be used in a WinForm app? Can it be self contained like Crystal?
...
There is a command in Visual Studio 2005 called Edit.SelectToLastGoBack (bound to Ctrl + =).
I presume it is supposed to select all the text between the current cursor position and the last 'Go Back' point, but I can't work out the algorithm it's using for deciding what that point is.
Does anyone know how to use this potentially very ...
I wonder how the VS2008 IDE registers a plugin. A db file, xml etc. since I know that once I call devenv.exe with the parameter to my plugin dll, the next time I launch VS IDE, my plug in is still there. Any leads on where it registers my dll?
I can also make use of a best practice for such development pattern. I think of developing a b...
I have a VS project with an IntermediateDirectory like this: "....\temp\$(SolutionName)\$(ProjectName)".
I can read this value using a macro or add in, however, I would need the actual directory to manipulate files there. Right now, I manually replace the "$(SolutionName)" and "$(ProjectName)" with the respective values, which works fin...
As the title says really - I'm using Visual Studio 2005 Pro, and I've never used Crystal Reports before, but apparently it should be in the Add New Item list, but its not.
Any ideas how to get this?
Cheers
...