visual-studio

XSD sequence shows as abiguous!

I have an XSD which was transformed from a RELAX NG schema with a few errors I am trying to fix. The big issue I have it with the following <xs:element name="list"> <xs:complexType> <xs:sequence> <xs:choice> <xs:sequence> <xs:element minOccurs="0" ref="preamble"/> <xs:element minOccu...

Shopping list for developing Windows app on Mac

Folks, I need to maintain a C#/.Net desktop application. So, I need to set myself up with Windows(7?) and Visual Studio. My current development machine is a Macbook Pro and I would like to continue using it. Overall, I am considering the following recipe: Install VMWare Fusion or Parallels or VirtualBox for running the Windows OS Buy ...

adding users, membership, and roles to site

I have followed scott's gu tutorial here I uploaded the whole database to my site. Before doing what Scott's says I had one username stored in the membership. How can I create an additional user now that the table is in the web host? I can see that there's aspnet_Membership, aspnet_Applications, etc..etc ...

Refactor Pro versus Visual Assist X for C++ Development

There are two major refactoring tools which can be installed for Visual Studio that provide C++ support. The full versions of both tools are $250, and they seem to offer similar functionality. They are: Developer Express' Refactor Pro + CodeRush Whole Tomato's Visual Assist X Which tool is better? EDIT: My initial evaluation of the ...

Which assemblies conflict in "found conflict between different versions" ?

I am getting "found conflict between different versions" from one of my projects. How do I find out which assemblies are actually in conflict? ...

How to upgrade the project build in visual studio 2005 to visual studio 2008?

I have one OPC ( OLE for Process control ) server project which is developed into visual studio 2005. I want to run it in visual studio 2008. The coding for the OPC server project is done in VC++. I want to connect my OPC client to this OPC server. When I was opened the OPC server project which was build into visual studio 2005 into visu...

visual studio resharper disable formatting

Is there a simple way to disable automatic formatting for a specific file in Visual Studio 2008 using ReSharper? ...

Resharper 4.5 Intellisense: Is there anything better?

Does anyone know if i can use another intellisense "helper" with resharper? I'm looking for suggestions of intellisense plugins to replace resharper's or ways to improve resharper intellisense.. I dont know if its just me, but Resharper's intellisense just seems way worst than visual studio's intellisense. ...

Visual studio build error

Hello, I have selected in VS2010 RC the option create Project from existing code after adding all references and building the stuff I got about 10 of those errors: Error 1 Source file 'obj\x86\Debug\View\FormatButtonBarUC.g.i.cs' could not be found E:\TBM\TBM\CSC How can I fix that? ...

VS2010 RC: Find In Files error: No files were found to look in.

I hit control + Scroll lock, control + break, and control + every other key on the keyboard. I have a feeling I am going to see this error in Visual Studio 2050. Does anyone know how to resolve it when it occurs? ...

ASP.NET ASPX Designer question. Bug?

Check out this Screenshot. Shouldn't a hierarchy list of tags appear here? Usually it appears. Sometimes, the tag "appears" there but without text (but the tag object is there as evident when you hover over it.) Other times, like this, nothing appears. It's a usual feature to see the hierarchy or tags which gives me easily access to...

Why can't I see the 'dataset project' property in Visual Studio DataSet designer?

Hi, I am trying to follow 'n tier app design' tutorials and they tell me to set the DataSet Project property from the Data Set Designer in VS, to split table adaptors and entities into seprate projects. I can't see that property! (I'm looking in the same place shown on the videos... all other properties match) Does anybody know why? ...

changing "application files" folder in vb.net

i understand that some files get published to this folder in my application. i want all the files to be in the same folder. how do i do this? meaning that i want the setup.exe and everything to be in one folder after i have published the application. i dont want to have an application files folder at all ...

Visual Studio - Post-build event to merge .cs files

My target environment only accepts .cs files and complies them at run time. My project has gui.cs and 4 other class files. Its about 9000 lines of code. Is there a way to have all 5 files merged into 1 cs file as a post build event? ...

How can I set a breakpoint in referenced code in visual studio?

My main solution is using code from a utiliy class library, that I wrote myself, but is part from an other solution.I want to set a breakpoint in the referenced .dll. How can I do that? ...

Open source alternative for "Intellitrace"

Microsoft has recently announced "Intellitrace", a killer feature for VS2010 IMHO. Basically it records some of the instructions the program ran (specifically function calls), and allows you to easily look through the execution log. Is there a similar feature for open source tools? Specifically such a feature for Java with Eclipse inte...

Is it possible to put namespaces in Visual Studio UML?

Is it possible? Something like this: being it of course, that instead of packages, it'd appear as namespace. Thanks! ...

Debug using MbUnit/Gallio 3.1

When I use the [Debug] button in Gallio, the breakpoints in my unit tests are not hitting. The unit tests are written with MbUnit/Gallio. I am using MbUnit/Gallio version 3.1 build 397 with Visual Studio 2010 Beta 2. The unit tests run to completion in Gallio Icarus, but they run past the breakpoints. I see the symbol tables loading ...

vs 2005 and vwd 2008

Can i open Visual Web developer 2008 projects with Visual studio 2005? ...

Visual Studio move project to a different folder

How do I move a project to a different folder in Visual Studio? I am used to this structure in my projects. -- app ---- Project.Something ---- Project.SomethingElse I want to rename the whole namespace SomethingElse to SomethingNew, what's the best way to do that (without manually going into .sln file)? ...