Hello,
Using Windows 7 32 bit, VS 2010, .NET 4 DLL, NUnit (2.5.5) to unit test the application. I'm currently getting the following error; seen plenty of posts and tried the following:
restart machine
restart VS
delete bin/obj and reload
clean/rebuild
But I cannot get NUnit to hit my breakpoints when running;
I set the NUNit test ...
I need to write a help file for a WinForms app in Visual Studio 2010. Ideally, I'd like to use a tool that integrates with Visual Studio, rather than a totally separate tool.
In the past I've used HTML Help Workshop, but this is ancient, and I recall it was a little funky to use. I also know there was a tool built into the Visual Studi...
I have recently moved to a dark color theme for all my code editors. It is much easier on the eyes. But I recently came across an issue that I can’t figure out how to correct and was hoping that someone will have an answer.
When the method info box pops up this is what it looks like this:
Notice the method info is unreadable because ...
I have some code that is failing tests, but I can't understand why. I made the error of making a big chunck of code without making tests first / making tests during the coding. Now it simply doesn't work and I'd like to know if it is possible to put break points or something in the code that is failing so I can check on what is happening...
I keep wondering what are Contexts when it comes to Unit testing. There seem to be 3 options for doing tests in Visual Studio:
All Tests in the Current Context
All Tests in Solution
All Impacted Tests
Point 2) is quite obvious to me, but I don't understand what Points 1) and 2) mean.
Thanks
...
I am new to development. I followed step by step instructions from http://code.google.com/apis/maps/articles/flashmapinwpf.html to host google maps in a wpf application using c#.
The program will compile and run in the IDE and also my windows environment. The same executable files will not run on any other machine I have tested it on.
...
Does Dreamweaver CS5 support auto-formatting feature similar to Visual Studio 2010 CTRL+K, CTRL+D?
Thanks!
...
I just installed visual studio 2010 but when i create a new project Framework 4 does not appear in the options for target framework. I know framework 4 installed correctly because the new app pools set to v4 were created in IIS. For some reason it's just not showing up in visual studio. I tried repairing dotnet 4 and reinstalling visual ...
hi all,
im (like a lot of other people) doing my first steps in vs2010.
one of the things i just found which really annoys me is that each time i try to debug a WPF application the ide slows down so each movement from one statement to the other results in 10 sec. (!) waiting.
what can i do ? is there a nice solution (besides not using...
I am running VS2010 and have Expression Blend 3 installed.
I select a file, MainPage.xaml and select the option "Open in Expression Blend."
Expression Blend 3 is opened and my associated web application "SilverApplication1.Web" is displayed in the project explorer with the error "Unsupported project."
Any idea why?
...
I know it is possible to create Debugger Visualizers since Visual Studio 2005.
Now, what I'd like to know is if it is possible to use our Debugger Visualizers without having to put them in Visual Studio's folder.
Although it is useful to have Visualizers for .NET's types as Bitmap, Image, arrays, etc, I wouldn't like to put in VS' fo...
I built a new VS2010 project template (based on MVC2, but it's not important). Most of the files are, of course in the project, but there are a few that are not. For example, T4MVC.setting.t4 and instructions.pdf. Although they are not in the project, I would still want to put them in user directory when new project is created.
However,...
is Visual-studio 2010 in final release and i can buy it ?
thak's in advance
...
Hello, I'm currently trying VS2010 and while it's smooth, good looking, sexy would I even add, I've met a MAJOR Turn off, being still a big teen noob in C and C++, I need my AUTO Completion until I learn some of the lib's members.
I tried toggling the CTRL+ALT+SPACE Option, using the hotkeys, the Button in the EDIT Tab is disabled (grey...
I have a Console App created in VS 2010 targeting .NET 4.0. According to Microsoft (Rick Byers) AnyCPU is no longer the default for Console Apps because, in the Microsoft way, they feel like it is a better idea to default to x86. Also, the option to change the platform to AnyCPU, or x64 for that matter, does not seem to be available. ...
If found a solution to a related question here http://stackoverflow.com/questions/3079563/designer-problem-with-compositedataboundcontrol. But I now have the strange behavior that I can edit the template, after setting the datasourcecontrol correctly, and put in label controls and edit the bindings correctly like I would expect. That is ...
Is there a way to change the poll interval for the Build Notification tray application for TFS 2010?
...
[01/18/10,18:49:13] Microsoft Visual Studio 2010 Professional Beta 2 - ENU: [2] Failed to fetch setup file in CGRootComponent::PreInstall(), cancelled
[01/18/10,18:49:13] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467260.
[01/18/10,18:49:13] setup.exe: [2] CSetup...
I have Visual-studio 2010 prot and I am trying to create a Windows-mobile or Windows-CE project, but I don't see how to do it.
Can anyone help ?
...
I am trying to get Subsonic(3.0.0.4) to work(.Net 3.5 - VS2010), simple install that looks at the Northwind database using ActiveRecord. I used the 5 minute demo from http://subsonicproject.com/docs/The_5_Minute_Demo. I added the reference to the dll, un-blocked the T4 templates that I downloaded, changed the Settings.ttinclude to point ...