Visual Studio 2010 has a Publish command that allows you to publish your Web Application Project to a file system location. I'd like to do this on my TeamCity build server, so I need to do it with the solution runner or msbuild. I tried using the Publish target, but I think that might be for ClickOnce:
msbuild Project.csproj /t:Publish ...
Hi
I am trying to use the debug and release versions of the webconfig but it never works. I am trying to do this for a 3rd party library that I am using called combres.
http://combres.codeplex.com/
So I first put all the needed web.config code in the web.config. Now I have 2 different .xml files(thats where you put your javascript and...
Visual Studio 2010 has a new feature that is just way cool. You can now add transformation files that will change the web.config file based on the configuration you are compiling. The upshot of which is that you can change the web.config file for your various environments (eg: dev, staging, production, etc).
That's all fine and dandy ...
Hi folks,
My Web.Config Transformations are not getting published - and I think the error has to do with these warning(s) I'm getting.
Using Visual Studio 2010, I'm playing around with my Web.Config / Web.Config.Debug files.
In my .Debug file, I get the following warning listed numerous times.
No element in the source document matche...
Visual Studio 2010 now opens XSD files in design mode by default. I can't find any option for disabling this. Is there a way to always open XSD files in text mode?
...
I was messing around with the keyboard shortcuts the other day, and by mistake saved a setting that overrides the default behavior for Ctrl+s - I soon found out this wasn't what I wanted (obviously), but now I can't find how to reset it.
I have looked in Tools->Options...->Keyboard for "File.Save" and "File.Save[whatever]", but neither ...
Hold your guns! I did check to see if all the project outputs are set to the same processor architecture (in this case, x64). They are. So what am I trying to do?
Wrote a plugin for Autodesk Revit Architecture 2011 x64
targets .NET 3.5
x64
Created a setup project
Created a custom action (RegisterRevit2011Addin) for registering plugin...
I am looking to be able to validate if user is looking to make a valid drag drop and have this indicated by the colour of the destination CompartmentShape, I have done the following which gives me the ability to validate correctly, I just need to update the UI
public override void OnDragDrop(DslDiagrams.DiagramDragEventArgs e)
{...
I'm having some problems with Visual Studio and Intellisense - whenever I click Ctrl+Space to get the regular intellisense dropdown, I get the one shown in the picture instead.
Which setting should I change to prevent this behavior?
This happens in all sorts of files, not just xml...
This problem has appeared since I installed some ...
Is there some setting that can be turned on in Visual Studio 2010 to make it compile/verify the inline code in my MVC2 views when I hit build? Much like what happens when I open a view.
...
I'm trying to index the GAC and use the ResolveAssemblyReferences target. However, some assemblies (such as Unity application block) seem to be missing from the GAC and yet VS happily shows them in the Add Reference dialog. My question: how can this be? I always thought that only GAC-registered assemblies appear there. Am I missing somet...
Hi
Visual Studio 2010 Premium, Native WIN32 MFC Project (no .net project in solution).
We have a complex solution with 35 projects. We have many clients for that product and what we normally do was to create a separate configuration for each client. Configuration did not have any major changes except few #define and changes to output d...
In VS 2008 when I try to step into the
return new Triangles(element, mesh);
line, I get the following error the first time
DLL 'C:\Windows\assembly\GAC\Microsoft.DirectX\1.0.2902.0__31bf3856ad364e35\Microsoft.DirectX.dll' is attempting managed execution inside OS Loader lock. Do not attempt to run managed code inside a DllMain or im...
I am having a very odd problem with Visual Studio 2010. After using it for a while, the statement completion comes up in what looks like a vertical IME mode. Nothing I type ever gets to the document, hitting esc gets rid of the box, but any typing brings it right back up. Restarting VS fixes it for a while.
I have uninstalled all langua...
On my development machine I am running IIS7 on Windows 7 64 bit and enabled "Enable 32-bit Applications" so i could use Ionic rewrite module. The problem is that under this configuration even though I attach to the right process my breakpoints will not get hit. Taking a closer look at the "Attach to Process" dialog I noticed that all oth...
I am looking for advice on the most appropriate MSDN license (without overpaying) for the following development team.
We are essentially a (3-5 developers) SharePoint/.Net development team that will be developing to SharePoint 2010. We also want to integrate with Team Foundation Server so any advice on the appropriate license for that ...
I've recently upgraded to Visual Studio 2010. Now when I build projects I get a line that reads:
1> .NETFramework,Version=v4.0.AssemblyAttributes.cpp
I've learned that this is the result of the new build engine, msbuild.exe, but this file is actually auto-created and placed in my local temp directory (c:\Documents and Settings\me\Loc...
Hi,
While trying to run all the unit tests in my solution(Visual Studio 2010) I am getting a 'Failed to queue test run xxxx@MACHINENAME 2010-06-23 14:01:36': Unable to start the agent process' error. Does anyone know what causes this particular error to occur and how to resolve it so that I can run my unit tests?
Thanks
...
Visual Studio 2010 was projected to have a minimap feature for scrolling through code files.
What is a minimap? A skinny map on the left side where you can click to get to different parts of the file.
http://www.sublimetext.com/
There were screen shots of this being implemented in Visual Studio 2010, but it would appear that the featu...
I have a tab control in my main page. When I have it in the Design view in Visual Studio, everything looks perfect, the tab control is set to fill the entire page. However when I run the program, and I have it in a maximized browser window, the tab control is still the same size as it originally was. In other words, the tab control do...