VS 2005 sp1 won't run on XP sp3
Wed, 17 Sep 2008 13:40:27 -0700
VS 2005 sp1 was running fine several weeks a go on XP sp3. Now it won't
run/launch at all. I noticed something, probably windows update installed
.NET framework 2.0 sp1 - not sure this was the culprit.
I have uninstalled: VS 2005 sp1, VS 2005, and ran the utility that cleans up
other parts of VS such as .NET ...
|
Managed resources and icons
Wed, 17 Sep 2008 16:52:00 +0200
hi @all,
VS2008
I have my icons organized in this structure:
.\16x16\icon.png
.\24x24\icon.png
The same icons have the same name.
Now I have created to resource files:
16x16.resx and 24x24.resx
When trying to add the second icon, the IDE complains about an already
existing file.
What can I ...
|
Macro to process multiple lines and save changes
Sat, 13 Sep 2008 19:09:01 -0700
Hi
What is the correct way to loop thru a file and make changes???
In the AssemblyInfo.cs I want to find the 2nd line below and change the
version number
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.*")]
Should I use StreamReader and StreamWriter or
DTE.ItemOperations. ...
|
Very Slow Starting Help
Fri, 12 Sep 2008 15:03:01 -0700
When I first start Help from Visual Studio 2008 (for example by pressing F1),
Visual Studio Locks up for 2 or 3 minutes.
Once it starts, I can close it an call it up again almost instantaneously.
In Options > Environment > Help > Online, I have checked Local Help only and
have selected When loading Help con ...
|
Add existing folder to project
Fri, 12 Sep 2008 11:43:37 -0700 (PDT)
Does anyone know how to add an existing folder to a project using the
automation model? For example, I've tried using
ProjectItem folder =
item.ProjectItem.Collection.AddFolder(newDirectoryName, string.Empty);
(item is my target file next to which I'm creating a folder with the
same name but "Messages" appe ...
|
VS hangs
Fri, 12 Sep 2008 05:28:00 -0700
Hi,
I'm dealing with a problem that my VS is hanging when working with large
winform with a lot of menus.
Most of the time it occure whem I add a menuitem.
This is a call stack:
[In a sleep, wait, or join]
[Native to Managed Transition]
> Microsoft.VisualStudio.Shell.9.0.dll!Microsoft.VisualStudi ...
|
Problems with Dataset Designer
Tue, 9 Sep 2008 05:48:00 -0700
Hi to all,
I have a winforms project migrated from version 2005 to 2008. I have
instal.led lasted updates (included Visual Studio Service Pack 1). The
problem is that i need open the Dataset designer and it open in XML view (not
Visual view is open). I tried to create a new winforms project and i have the
...
|
|
|
Post Build Event Error 9009
Mon, 8 Sep 2008 13:54:01 -0700
Greetings,
I am trying to add a post build error for a C# .Net project, and it does not
execute correctly. I was using relative and those didn't work, so I am
tested it with absolute paths. Neither way seems to work from a C# wpf
project.
I have used the same xcopy type code with relative paths with C+ ...
|
VS2008: Display partial classes in the Solution Explorer
Mon, 08 Sep 2008 10:50:33 +0200
hi @all,
I'm trying to get the Solution Explorer to display a manually created
partial file below the the main file:
<Compile Include="Navigator.cs">
<SubType>Component</SubType>
</Compile>
<Compile Include="Navigator.Designer.cs">
<DependentUpon>Navigator.cs</DependentUpon>
</Compile>
<Compile I ...
|
VS2008: BaseIntermediateOutputPath is not working properly
Mon, 08 Sep 2008 10:26:03 +0200
hi @all,
I'm trying to relocate the \obj path, like in
http://msdn.microsoft.com/en-us/library/bb629394.aspx
This is what I've got in my Common.csproj file (Common is the short
project name):
<PropertyGroup
Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</Debu ...
|