Howdy stackers.
This ones really an annoyance on my end and searching hasn't resulted in a clear fix yet.
The same .sln file for Visual Studio 2008 is ordering projects in a different way. In my office, I have both my Web Projects at the top and my 3 Websites below (seems to be default alphabetical ordering which is fine!).
At home, ...
I've tried changing the RowStyle Wrap property and every Wrap property in the grid. How do I stop word wrap in a Gridview no matter what size the Row's Text Length is?
...
I used to be able to build and run my console applications by hitting ctrl + f5 in visual studio. This no longer works. I looked everywhere. Does anyone know how to re-enable this command?
...
Hello,
I'm planning to install VSTS 2010 Beta 1 in my development workstation and i don't know if my VSTS 2008 will continue working..
Have someone tried this??
Thx!
...
How do I configure Visual Studio to stop launching a broswer window ever time I debug an ASP.NET project?
...
When working with an ASP.NET application in Visual Studio 2008, my errors window often contains a list of errors such as;
The name 'txtUsername' does not exists in the current context.
When I double click on the error, it will go to the source, show the control underlined in red, then realise it's mistake and remove those errors. It'...
I am wondering if it is possible to 'snapshot' an object when debugging in VS2008, basically I am working with a WCF Service and want to be able to debug my object and spend as long as I want looking at its properties before IIS kills my process.
Is it possible to move the complete object into isolation so that I can continue to look a...
Hello,
I am going to develop a new website with asp.net 3.5 and LinqToSQL. For maintainability purposes, how can I modify a Linq class if an attribute is added to a table in the database ?
Thank you.
...
Hi there,
does anyone know how i can map EJS to visual studio to act like a HTML file. I think i managed to do it but its got a lot of bloat in it.. Its basically an HTML file without the HTML and BODY tags.. so i selected the UserControl in VS 2008, tools, options, Text Editor, file extension and added EJS and added it as usercontrol.
...
I find myself using Resharper's "convert to auto property" refactoring a lot to remove pre C# 3.0 boilerplate code.
Is there a way I can apply this to all properties in a single class at once?
...
I have got a Visual Studio Solution containing several projects and have set up the references between the projects as project references.
When a reference to an assembly is added, the references' properties contain a setting for
Specific Version = True|False
This property is missing for project references. How can it be set? I'd lik...
In a visual studio C# project, it is possible to add references to COM libraries. Visual Studio will then use tlbimp.exe to generate the interop assembly when building the project. The reference looks like this in the .csproj file:
<ItemGroup>
<COMReference Include="TDAPIOLELib">
<Guid>{F645BD06-E1B4-4E6A-82FB-E97D027FD456}<...
Does anyone know if VS2010 will use the same project & solution file format as 2008, or will the 2008 project files need to be upgraded to 2010 format before they'll open in that version?
...
What is the highest level of .Net Framework and\or version of Visual Studio to develop and run ASP.Net Web applications for the Windows 2000 Advanced Server SP4 operating system?
I want to use the most current technology possible to develop such a visual studio 2008 but unfortunately a client can provide a Win2K server to deploy and run...
I have various individual projects in VS 2003 with some common files(Admin) in each of them. Now I want to migrate all these projects into VS 2008. I also want all the projects to be under 1 single solution so that I have 1 common admin section in the main project and each project as subproject
Ex
Main Project
- Admin Section
...
When I try to start a new C# project in VS2008 I immediately get the error:
"The designer could not be shown for this file because none of the classes within it can be designed", that is I get this before I even written one line of code.
Google doesn't have any helpful solutions to this rather widespread problem but I tried reinstall my...
I'm having problems displaying custom (inherited) controls in my .NETCF windows mobile project in Visual Studio. The control appears on the designer surface as a gray box with the class name written in it.
As a test case I have a simple control defined as:
public class ucButton2 : Button
{
}
Should be just like a button but it gives...
I want to display a map in a MFC application (Visual Studo 2008 with MFC Feature Pack).
Off the top of my head I have the following requirements:
I have to be able to add my own markers (plain lat/lon positions), preferrably with different colors/icons so one can distinguish between different types of markers.
If the map data is fetche...
In order to handle settings for different deployment targets, I moved application settings from app.config to its own file and included that file in app.config via configSource. I also created a settings file for each target.Here is an illustration:
Project A
app.config (references settings.config)
settings.config
settings.Rel...