all groups > visual studio .net ide > june 2005 > threads for june 8 - 14, 2005
Filter by week: 1 2 3 4 5
Indenting Code Problems
Posted by KulSeran NO[at]SPAM gmail.com at 6/14/2005 8:40:07 AM
in VS6 i could "indent closing brace"
if ( true )
{
}
Is there any way to get VS7 to do that too?
... more >>
vs2005: nested master pages
Posted by param NO[at]SPAM community.nospam at 6/14/2005 12:02:29 AM
Hi all, I have a website with 1 level nested master pages. I have configured
the pages element in web.config and setting the masterfile property there
pointing to the 2nd master file (nested). VS 2005 compiler gives 2 errors on
the aspx page:-
Error 11 The element 'html' occurs too few time... more >>
Problem adding existing files to Web Project
Posted by Dave Newman at 6/13/2005 7:52:21 PM
I know this question has been asked before but I can't find any decent
answers.
I can't use Visual Studio 2003 to add existing files to my web project.
Currently i receive the following error:
Unable to get file 'http://localhost/project/file.vb' from the web
server. Server error: 'project... more >>
Force app onto 2nd monitor
Posted by Steve Teeples at 6/13/2005 9:13:04 AM
Is there a way to force and application to appear on a second monitor when
running the IDE in debug mode? The IDE is on the primary monitor and I'd
like the application to start up on the 'other' monitor.
--
Steve... more >>
VS2005 creating buttons for CommandsBars does not work
Posted by Gerrit Beuze at 6/13/2005 12:00:00 AM
Hi all,
In a VS 2003 and VS2005 add-in I'm using the DTE.CommandBars
to create new menus and toolbars and fill them with items.
In VS 2003 this works OK, however for VS 2005 BETA 2, this causes exceptions.
Any idea what's causing this?
Any work arounds?
Thanks in advance,
Gerrit Beuze... more >>
VS2005 problem with Addin IconData
Posted by Gerrit Beuze at 6/13/2005 12:00:00 AM
Hi all,
I'm trying to show an aboutbox icon for a VS2005 beta 2 addin
through the .addin file.
However nothing appears, not even the default icon as provided
by the add-in wizard.
<Extensibility xmlns="http://schemas.microsoft.com/AutomationExtensibility">
<Addin>
<AboutIconData>icon d... more >>
Project Stats Generation
Posted by Bruce at 6/11/2005 10:31:36 PM
Is there any mechanism within Visual Studio.NET 2003 to generated a summary
of project stats, such as # lines of code, # of classes, # of methods, etc.
(across all files within the project)?
Thanks,
Bruce
... more >>
Visual Studio .NET Spyware ?
Posted by Cteniza at 6/11/2005 8:33:26 AM
Every time i open VS IDE/HELP i found a new file on the temporary files
folder.
All the files are named "IM" + variable + ".XML" contain:
<?xml version="1.0" encoding="utf-8"?>
<UI>
<String Id="L_FeedbackLink_TEXT">Send feedback to Microsoft</String>
<String Id="L_MessageLink_TEXT">Micros... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Open in Code View instead of Design View
Posted by Jaime at 6/9/2005 10:40:28 PM
Is there a way to configure the IDE so every time I double click on a .cs
file in the explorer it opens the code of the cs instead of going to the
designer by default?
Thanks
... more >>
project level namespace imports
Posted by Danny Robinson at 6/9/2005 12:44:04 PM
Can't find in Visual Studio 2005 where I can declare any project level
namespace imports. The old version has an imports feature under the
configuration properties for the project. The Help pages says it's there
under references or something, but it's not. Am I missing something, or just
... more >>
VS.NET 2005 IDE unstable with managed MFC projects
Posted by Tamas at 6/8/2005 12:00:00 AM
My company is developing a product in VS.NET 2005. In the project we =
want to use legacy code written in C++/MFC. To achieve this, we created =
a regular MFC DLL project with the /clr option ON, in that we plan to =
implement managed wrapper classes that call into the legacy MFC code. =
The leg... more >>
|