all groups > visual studio .net ide > october 2006 > threads for october 22 - 28, 2006
Filter by week: 1 2 3 4 5
How to recognize change of Active document
Posted by Evgeny at 10/28/2006 12:00:00 AM
Hello,
I wrote some Tool Window add-in that should process current active document
in IDE. How could I catch an event of changing of the current document? It
means that when an user of IDE opens a new document then my tool should
process it automatically. I can reach this aim with a timer bu... more >>
docking addin window in the main ide window
Posted by Jimatinsyst at 10/27/2006 4:31:30 PM
Hello, I'm trying to dock my addin tool window within the "main ide
window" (ie where code or designer documents normally live in tabs) but
I can't seem to make that happen.
I can use a wide variety of constants to obtain a window to link to...
Window2 w2 =
(Window2)_applicationObject.Windo... more >>
Search and Replace with newlines
Posted by Steve Shaw at 10/26/2006 4:10:02 PM
This apparent bug has cropped up a few times in the past, but I finally
decided to pursue it this time. I picked up a query from SQL Profiler and
pasted it into a new text file in Visual Studio 2005. I wanted to economize
on screen space a bit, so I wanted to collapse the select list into a ... more >>
VS2003 SP1 Broke Rebuild Only selected project
Posted by GregM at 10/26/2006 10:40:02 AM
After installing VS2003 SP1, right clicking on a project and selecting
Project Only-Rebuild Only <Project Name> does nothing when the project is
already up to date. It's like it's doing a Build Only instead of Rebuild
Only.
If I do a Clean Only, then Rebuild Only will cause it to build, bu... more >>
Restore default toolbox not working in VS2005
Posted by s.bussing NO[at]SPAM symax.nl at 10/25/2006 1:38:36 AM
I thought that resetting the toolbox in VS2005 would leave me with the
default component which where installed during the installation of
VS2005, but I choose the option "resetting the toolbox" and the only
tab left now is "General". No webcontrols, novalidators etc.
How can I get these back? ... more >>
Forms designer grid VS2005
Posted by Peter Hartlén at 10/24/2006 3:18:27 PM
Hi!
I just can't find out why I don't see a grid in my forms designer. I've set
the following grid settings under Tools->Options->Windows Forms Designer"
GridSize = 4;4
ShowGrid = True
SnapToGrid = True
What am I doing wrong?
... more >>
source control output
Posted by eXavier at 10/24/2006 7:54:02 AM
Hello,
I use VS.NET 2005 Team Foundation with Team Foundation server as source
control. When I get latest version of sources I couldn't see what files have
been updated. In previous version (VS.NET 2003 + VSS) it could be seen in
Output window when selected Source control in combo box. Why th... more >>
Web Application Projects - Web Config Tab Broken in VS 2005 On x64
Posted by Seen at 10/23/2006 2:50:02 PM
I've installed the latest version of ASP.NET Web Application Projects and
created a new project of this type (all prerequisites are present). When
attempting to view the "Web" tab in the project Properties, I get the
following message along side a red X:
Unable to cast object of type
'Mi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VS2005 not opening source files
Posted by Chuck C at 10/23/2006 11:34:19 AM
Ok.. I have tried and tried to get this to work but still no luck.
Here is what I have installed on my box:
VS6
VS2003
VS2005
Here is my problem:
From windows explorer if I right click on any type of source file (.cs, .c,
..h, etc.) and click Open With and select VS2005 it doesnt ... more >>
need create GUID?
Posted by gnih at 10/23/2006 12:36:49 AM
If a public class which not create a GUID by itself, Visual studio will
generate one and install it into system registry, is it right?
Actrually, I had a project with some public class defined. but I don't
want system registry aware of them.
... more >>
|