How to diable UAC using VisualStudio2010 to run the compiled app without problems and witout using virtualization?
I mean run the app as administrator. (with shield icon)
I am trying to run code coverage in VS 2010 and I am running into the following error. No coverage information is generated.
Code coverage in-place instrumentation: Cannot fully backup the binary 'MyProject.dll'. Cannot find the back up file, created by instrumentation utility: 'MyProject.dll.orig'.
Possible Dupe: http://stackoverflow.com/questions/2624589/visual-studio-express-2010-license
Sorry for newbie question, but
I saw there was some license file on ISO image and it tells it wont allow me to develop commercial software , but there was Free registration, and I think that after registration I can develop application on it for free .
Correct me if I'm not right or Tell me if I am :) thanks.
As you might know katmouse enables scrolling over non active windows. Which would be especially great in vs 2010 because now you can take source code windows to other monitors. But of course it does not work. Is there a trick to make WPF receive the right message?
I am wondering what these greens things are in VisualStudio2010. What are they for? They look pretty random but of course they have to have some meaning. Can any one tell me?
At first glance they don't mean any thing to me.
Picture 1:
Picture 2:
I have a very simple DLL written in unmanaged C++ that I access from my application. I recently switch to VisualStudio2010, and the DLL went from 55k down to 35k with no code changes, and now it will no longer load in Windows 2000. I didn't change any code or compiler settings. I have my defines setup for 0x0500, which should include Windows 2000 support. Has anyone else run into this, or have any ideas of what I can do?
I’m a fan of the new VS 2010 Web.config transformations. I use this feature for deployment purposes and wondered if it is possible to use them for debugging too.
I think of using them in the IDE: I want to create different built configuration (with linked transformation configurations); choose one of them; start the web site in the IDE and debug the different configuration this way.
When I change the target framework of any project in VisualStudio2010 it does not actually change the System assembly references. For example if I target v2.0 and check the properties of System and System.Data I can see that they are still both v4.0. If i change the target to v3.5, System stays at v4.0 but System.Core changes to v3.5.
Because of this I am truly not targeting anything except v4.0.
In VisualStudio2010 (RC) there is no longer a "browse with" context menu when right clicking .aspx pages. How can you change the default browser now?
By default it seems to use the operating system default browser, but I would prefer to use IE when debugging ASP.net apps. (I am testing this with ASP.net MVC 2)
What ways do I have for creating a unit test template like this? I'm using visualstudio2010 and Resharper 5.
using NUnit.Framework;
namespace SolutionName.Core
{
[TestFixture]
public class ClassNameTests
{
[Test]
public void test()
{
}
}
}
Delphi 2010 has new features regarding the RTTI, which I read it will make it easier for ORM tools and much cleaner code.
but I have not found any ORM incorporated these features.
Do you think the Embarcadero should built one and include it with Delphi
Hi there,
Recently I installed in VisualStudio2010 the Power Tools Extension It's working great, however I have problems with my text coloring theme (Nightfall), and the extension's Colorized Parameter feature.
Since the theme text fore color is grey, when the Power Tools Extensions shows the Parameter Help tooltip using my text colors, it gets unreadable:
Is there a way to change Parameter Help background color?
What steps are needed to target previous versions of the .NET framework in VisualStudio 2010? I installed VS and the .NET 2.0 SDK (from here), but only .NET 4.0 is in the list of available frameworks.
Any ideas what I'm missing?
I get "operation cannot be completed" error when i tried repair or uninstall visualstudio2010 RC1...I tried restarting my computer and doing it couple of times...but it just does not let me do an repair or an uninstall and just hangs...after that and does nothing anyone has any ideas?
Just installed the trial version of VisualStudio2010 RTM.
Now I keep getting :
The name 'NoPanel' does not exist in the current context
Errors (where no panel is just about any control in the .aspx file)
also I got several errors trying to deploy pages and it would not send the .cs file over ...or pdfs in the Content directory (even though I had copy always set)...
This is happening on a pair of mixed ASP.NET MVC and Webforms sites.
I just built a clean PC with WIndows 7 x64. And yet VisualStudio2010 still crashes at random just on startup or when creating new projects. Is this affecting anyone else and do you know of any patches or work-arounds?
Hi,
I've got VisualStudio2010. To develop a web app in Iron Python (i.e. to use a Ruby like language not C#) what downloads to I need? e.g. is the DLR already in VS2010, Iron Python itself
Once setup would I actually be still developing an ASP.net MVC web app but just using Ruby for the language, or is the model something different to this?
thanks
Clean Windows 7 x64 system. Try to install VS 2010 Ultimate and the installation breaks with error:
CRootComponent::Install(): Cannot install; setup files failed verification.
What could be the problem on a clean Win7???
Is it possible to sync settings between computers in VisualStudio 2010? I know you can do it by exporting your settings then copying them over to another computer or putting them in drop box or something. So I was wondering if there is any other way to do it?
Yeah folks i need to upgrade from .net 2.0 to 3.0 framework, for a VB.net project.
I have done this upgradation for a C#.net project in VS 2010, but I dont c the option, for it in the properties submenu of the Project Menu.
Thanks in advance
Much to annoyance of many developers Microsoft have removed the "Run" and "Run On" commands in VisualStudio 2010:
More details at:
http://social.msdn.microsoft.com/Forums/en/vstsdb/thread/f374c604-a7eb-496d-a261-9374790cdbf9
Has anyone seen or written a VS2010 Macro or Extension that fills the gaps and replicates this functionality?