all groups > visual studio .net ide > june 2007 > threads for june 15 - 21, 2007
Filter by week: 1 2 3 4 5
devenv.exe and others causing stop error (BSOD) 0x50 (Visual Studio 2005)
Posted by fischermx NO[at]SPAM gmail.com at 6/21/2007 9:46:55 PM
Environment:
Microsoft Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework
Version 2.0.50727
Microsoft Visual Studio 2005 Professional Edition - ENU Service Pack 1
(KB926601)
Hotfix for Microsoft Visual Studio 2005 Professional Edition - ENU
(KB933608)
Window... more >>
How to Group code under one node?
Posted by J.Marsch at 6/21/2007 6:28:08 PM
We are creating a series of classes that will be code generated, but
customizeable by the end user. (we'll use partial classes, where one file is
generated and the other is user-editable).
Since these files will always come in pairs, it would be really nice if I
could group them in the solu... more >>
Looking for UML reverse engineering tool
Posted by Lee Grissom at 6/21/2007 3:56:29 PM
I'm looking for a solid reliable UML tool for documenting our VS2005 C#
solution, by taking the source code and generating class, activity,
and/or sequence diagrams. I am not concerned about price, but about
reliability and ease of use. Any recommendations are greatly
appreciated.
--
Lee... more >>
Expand All #region's
Posted by randy1200 at 6/21/2007 5:27:00 AM
I've inherited some pretty large source code files with many blocks of code
wrapped in:
#region foo
....
#endregion
The previous folks left all the regions collapsed. Is there a way to expand
or collapse all the regions in the current source code file?
Thanks,
Randy... more >>
MenuBar disappeared in VS2003
Posted by unwillingparticipant at 6/19/2007 9:49:07 AM
The standard MenuBar (File, Edit, View, Project, Build, Debug, etc)
disappeared in my Visual Studio 2003 installation. It comes back when I go
Full Screen. I've tried repairing the installation, uninstall/reinstall, but
it won't come back. Any ideas?... more >>
Designer view fails for WinForm - resources
Posted by JohnMSyrasoft at 6/18/2007 11:15:01 AM
Hi, I'm getting an odd, intermittant error. I have several Windows Forms
(VB.NET 2005) in my project that I cannot view in Design mode. The
application runs fine after a compile but I cannot view the forms in the IDE.
I get messages like:
The type 'SMS_OpTransactions.My.Resources.Resourc... more >>
Error List poping up with each char I type in the IDE
Posted by David Thielen at 6/17/2007 3:44:00 PM
Hi;
This just started happening. Each time I type a letter (or delete one) the
VS 2005 Error List pops up. If it’s already up it gets the focus. Needless to
say, this makes it impossible to edit code. Any idea how to stop this?
--
thanks - dave
david_at_windward_dot_net
http://www.wi... more >>
reference to class library could not be added
Posted by Steve_at_BF at 6/15/2007 11:03:01 AM
I have a Visual Studio application built for the Pocket PC 2003 Device.
It has one VB project in the solution. I want to add a class library to the
solution.
I right-click the VB project file, select Add / New Project / Visual Basic /
Smart Device / Pocket PC 2003 / Class Library (1.0)
The l... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Add Web Reference problem - shows web service methods cant add
Posted by Bob C. at 6/15/2007 7:06:01 AM
I can access the WS outside of VS 2005 with no problem (from Stylus Studio
or IE). Trying to add a web reference from VS doesn't work. At the same
time the service displays it's methods the "Web services at this url" box
displays this message:
Unable to connect to the remote server
A co... more >>
|