all groups > visual studio .net ide > may 2006 > threads for may 8 - 14, 2006
Filter by week: 1 2 3 4 5
clearcase integration for project not added via VS to cc
Posted by knurgb at 5/14/2006 11:24:22 AM
Hi.
My situation is following:
The project is already in ClearCase (CC)
but was not added to CC via VS 2005 IDE
via "Add solution to Clear Case" command.
I would like to have CC support in VS 2005
(add to source control/check in/out - from ide).
When the project is added via command from ... more >>
How to open a project through Addin?
Posted by Abhi at 5/13/2006 10:56:56 PM
Hi All,
I am building a Visual Studio Addin in which inserting one menu under
tools window. When user clicked on this menu, a wizard window is shown
to take some inputs from user. At end of wizard, i want to create /
open a project in Visual Studio IDE.
To do this, i want to know followin... more >>
Problem - TableLayoutPanel causes form change when opened in IDE.
Posted by lloyduh234 at 5/13/2006 7:50:01 AM
When I open a c# winform with a table layout panel, the IDE indicates that
the form has been changed. The table layout panel has two columns, one of
which is autosize.
The main problems are:
1) If the project is under source control, I'm unable to open the form
without checking it out.
2) ... more >>
Website solution explorer context menu
Posted by Sean at 5/12/2006 6:17:01 AM
Hello,
I'm trying to create a plugin which connects to the website's solution
explorer context menu, and for particular files enables a custom command.
This works great for class library projects, but not for websites. I have
already posted here with source code
(http://forums.asp.net/threa... more >>
Lost menu item
Posted by inpuarg at 5/11/2006 10:52:34 AM
File - New - Web Project (or web site item ) disappeared suddenly :)
I am using vs 2005 professional edition , IIS etc. services are working fine.
Other items lest on this menu are :
Project
File
Project From Existing code.
3 days ago - it was there. how can i get it back ? ... more >>
Better formatted Output Window
Posted by Seefer at 5/11/2006 7:21:01 AM
Is there any way to control the way text is formatted in the Output Window?
Whenever I compile and recieve warnings or errors it's really hard to glean
information at a glance.
My projects are stored in the My Documents folder and the output window
insists on listing the entire file path t... more >>
VS 2005 -Go To Definition- results in -From Metadata-
Posted by matze at 5/9/2006 1:04:45 PM
With reference to:
http://groups.google.com/group/microsoft.public.vsnet.general/browse_frm/thread/f9061c26167aab0e/3055f7851af8af9a?lnk=st&q=F12++metadata&rnum=10&hl=en#3055f7851af8af9a
I have exactly the same annoying problem. Because no one answered and
if did not found any other information... more >>
asp net custom controls library help
Posted by martin at 5/9/2006 12:53:05 PM
I write a costom controls asp.net library using visual basic.
I want that while using the controls in design time a help can be shown
that is relevant to the control.
I read about VSHIK - help integration kit - but I am not sure if I have to
integrate my help into visual studio.
actually I... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VS.NET 2003 Configuration Manager question
Posted by The Man From SQL at 5/9/2006 6:55:02 AM
Okay, here's what I've done so far:
I've got a VS.NET VB.NET solution with four projects: a Windows App, a
Forms Library, a Data Access layer DLL, and a BLL dll. To this solution,
I've added a C# Class Library to house all of my NUnit Tests.
Now, sometimes I want to be able to debug th... more >>
Refresh files cripple build
Posted by Max Metral at 5/8/2006 10:36:36 PM
We have a web project that references our class libraries with .refresh
files in the bin directory (in a separate project). There are about 8 of
those libraries, many of which reference each other in various ways (it's
properly architected, don't worry). If we keep the refresh files, builds ... more >>
Can't drag-drop SQL objects
Posted by JT at 5/8/2006 9:24:01 AM
Hi,
I am making the leap from VS2003 to 2005. In the 03 version, I could open a
connection to a SQL 2000 database and drag a stored procedure to the form
designer and I would have created for me a sqlcommand and sqlconnection
object. In VS2005, when I drop a stored procedure onto the design... more >>
|