I deleted the exported zip file that was placed in my exported templates folder and of course it still shows in Visual Studio's "Add New Project" dialog. I expected that but I'm having a difficult time finding where else the template files are stored. How do I remove a custom template?
Edit
I've searched the following folders (and nume...
In Visual Studio 2008/2010 it's possible to place a series of simple .cs code files underneath another .cs file in solution explorer. This behavior is similar to how you see files arranged when adding a WPF UserControl to the solution, where instead a single .cs file can collapse/expand underneath the .xaml file.
How do you make the sol...
Hi there,
I having a situation with my VS2010, while using MVC, and I would like to know if anyone have the same situation.
My VS2010 don't check if class defined in ASPX pages header exists, or class property in ASPX during compilation.
Best regards
...
Hi everyone.
When I create a new command of a report that looks like that
select e.x, a.x, a.y
from Table1 t,
table2 a
where a.z = e.z
and a.xx = form1.ComboBox1.Text
it generates an error. Is there a way to do it?
Thanks
...
VS 2010 hangs when using the XAML designer. I don't think I have memory issues as the system has 4 gigs of RAM. I know that there were issues with VS 2008 SP1 that was fixed a patch.
They don't seem to have one for VS 2010. Anyone else has this issue?
Is there a workaround in using the designer?
Anyone? Thanks
...
I absolutely love the Source Code Ouliner power toy that I use in VS2005 but am upgrading to 2010 and it seems they haven't yet released a new version. Is there anything similar that shows you a basic outline of the file you are currently navigating?
...
This is really just re-asking this question asked about Visual Studio 2008. Does VS2010 offer any feature to get rid of the CS1591 compiler warning for auto-generated code?
CS1591: Missing XML comment for publicly visible type or member
To quote the question for VS2008:
This is an annoyance more than a
problem. My project contain...
I have a web application that has been built as two. One is physically located within the file structure of the other. I am trying to integrate the child app into the parent app and consolidate all classes to the parent, to begin large scale ASPclassic-to-ASP.NET conversion of this app. Also, I'm trying to do this without creating a n...
Hello,
While setting up TFS for another user, I entered my credentials to connect to the server temporarily. Well, it still refers to my user name for the working folder. I even logged in on his machine and removed the workspace reference, but it's still giving him errors that I already mapped the folder to my account name for that pr...
After seeing the Hanselman "You are doing it wrong" video I start to use the Web Publish feature of VS2010.
What I'm really missing is that the websites sometimes gives errors while the site is publishing because the feature does not copy the app_offline.htm file to the server.
I do not want to start using MSDeploy scripts, because I ...
Hi,
I just installed trail version of Visual COBOL with visual studio 2010 from Micro Focus. I am trying to compile one of my old COBOL programs into .NET assembly. When I compile, it creates .IDY file exension file in the bin floder. I want to decompile assembly to C# code. Is there anyway I can do this?
Thanks..
...
I'm working on a project in C++/CLI, which includes some custom-made native libraries, a pair of custom .NET components and many .NET application with Windows Forms.
Right now, I have problem with the Visual Studio designer; each time I add one of our custom components into a form it works, but after closing the designer tab it fails to...
when i hit ctrl + c without selecting anything (it should copy that line) and make some changes in the code then paste to another section, however the copied code is no longer there. im using visual studio 2010 and 2008, they both have this bug. anyone else noticed this bug?
...
I'm having a problem with T4MVC losing the code it generated each time I do an SVN update. I can fix it by deleting the .generated.cs files and re-running the template. But this is proving a bit tiresome. Is there something I am missing?
First a little background information ...
I am using C# v4, VS2010 and ASP.NET MVC2. I use subver...
I'm doing some solution housecleaning and want to move a few web references from one project to another. VS2010 will not let me drag/drop them from one project to another. What is the easiest way to move them? If it matters these are old-style asmx web services, not WCF services.
...
I've been a long time user of Visual SVN (pretty much since the beginning), but I often have problems with little things like renaming files in a solution and then not committing properly (or whatever) and causing the commit to break.
Now I've just seen that Axosoft is giving RocketSVN away FREE (for a limited time), and I'm wondering i...
Greetings all,
I'm working with a C# solution in VS 2010. Right now, since I'm targeting AnyCPU, when I want to build my installer, I can just select Release mode and hit build and everything is done for me. However, pretty soon I'm going to have to add a C++ DLL project to the solution to accomplish some low-level stuff. To avoid ha...
I am working on an ASP.Net MVC web app in VS 2010. I want to run the web app in my local IIS 7 under it's own web. I have my hosts file set up so that *.dev points back to my local ip so when I create an IIS web i can just give it a unique host name like myapp.dev and it runs.
This is my first web application project with VS and I am tr...
Hi,
I'm trying to create an openGL app with pure winapi environment (no VCL). For some reason I want my App compiled in both VC2010 & CB2009. So I made a classic bouncing rect gl testing program on VC2010 first and try to ship them to CB2009.
Here is my problem:
On VC2010 my app compiled and run well. A bouncing rect apear on my hand-ma...
We've recently upgraded from VS2008 to VS2010. The conversion of our vb.net Windows Forms app went well, but we're now having big problems with the forms designer.
Pretty much any change to the layout of a form (sometimes just a solution rebuild) will work once, but on recompile, the IDE designer refuses to display the form, the error ...