all groups > visual studio .net ide > march 2004 > threads for march 22 - 28, 2004
Filter by week: 1 2 3 4 5
Bug in EnvDTE when traversing overloaded VB.NET properties?
Posted by Jens Christian Mikkelsen at 3/28/2004 12:26:45 PM
It appears that if you have an overloaded property in VB.NET (2003), e.g.
Default Public Overloads ReadOnly Property Item(ByVal sName As String) As
Object
Get
End Get
End Property
Default Public Overloads ReadOnly Property Item(ByVal iIndex As Integer) As
Object
Get
End Ge... more >>
Where can I download VS Whidbay ?
Posted by David Spectorman at 3/28/2004 1:16:05 AM
Where can I download VS Whidbay?... more >>
Adding a Web User Control to a Web Page Fails.
Posted by Ryan M. Hager at 3/26/2004 9:21:05 AM
I have a ASP Dot Net web forms application that I created (It may have been upgraded from VS 2002) and am working on in Visual Studio .NET 2003. I have created a custom web control that I want to add to a page. Every time I have added it to the page (Drag and Drop) it causes VS to use 100% CPU and... more >>
VS.NET 2003 - Very Very Slow Macro Execution
Posted by Spam NO[at]SPAM DefinitiveSolutions.com at 3/26/2004 8:40:17 AM
I'm wondering if anyone else is seeing this. I had a macro I wrote
for VC6 that reformats comments. Nothing fancy or complicated: it just
makes each line as long as it can be, up to 80 chars. Pretty simple,
and in VC6, it runs virtually instantaneously.
So, I "ported" it to the VS.NET 2003 m... more >>
VC# Standard edition feature question
Posted by Angus Grant at 3/25/2004 9:59:25 AM
My company purchased VB.NET 2003 Standard Edition, but it does not include
Source Control integration and you can not produce dll's.
I was thinking about purchasing C#.NET Standard edition for personal use,
but if I can not produce dll's this is not possible. Can you purchase C#.NET
Profession... more >>
Retrieve List of Components (e.g., DataSets)
Posted by Mark Olbert at 3/25/2004 6:40:25 AM
(this didn't seem to post, so I'm trying again)
How do the various IDE actions which retrieve lists of DataSets, and referenced DataSets, from
within the IDE work? I want to be able to "borrow" the methodology so I can "scan" the active
project for components of an arbitrary defined type (e.g.,... more >>
How do I get the Data Connection value from Server Explorer in c#?
Posted by Nigil LaVey at 3/25/2004 3:37:51 AM
hi guys.
Is there a way to retrieve the Data Connection "localhost.master.dbo"
ConnectionStrings, DataBase values Etc.... from the Server Explorer of
Visual Studio.Net?
I am abled to retrieve the Node Name by using EnvDTE.UIHierachy. but I am
facing Reflection problems ... take a look at my ... more >>
Intellisense only works when .h file is included?
Posted by kackson NO[at]SPAM yahoo.com at 3/25/2004 1:58:44 AM
Hi.
I'm on WinXP Sp1 running VS .net 2003 7.1.
I've my classes defined in my .h file which I did a #include in my
..cpp file. And my project's "Source Files" folder only contain the c++
files. There's nothing in the "Header Files". The program able to
compile well. But the intellisense does not... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Installed FP2000 and now VS.Net 2K3 has to configure MSDN Library every time it starts.
Posted by Seeker at 3/24/2004 11:20:58 PM
*sigh* Can't Microsoft get anything right?
Just installed FP 2000 for some troubleshooting that I need to do and now
whenver I start the VS 2K3 IDE I have to wait 20 minutes while is has to
"configure MSDN Libarary - April 2003"...
Why does this keep happening and how do I stop it?
... more >>
VS.NET 2003 editor closes source files
Posted by response NO[at]SPAM myrealbox.com at 3/24/2004 7:44:16 PM
I am working on a solution that contains several projects.
I have 10-20 files open in the editor.
Every once in a while (usually when switching between debug and edit
modes) VS decides to close some of the files.
This is very annoying!
How do I prevent it from happening?... more >>
MSDN\2003FEB
Posted by Thom Little at 3/24/2004 11:44:40 AM
How does MSDN\2003FEB relate?
With Visual Studio .NET 2003 and MSDN both installed on the same machine I
have the following subdirectories in the MSDN directory ...
2003FEB
2004APR
Are both required or is 2003FEB replaced by 2004APR?
--
-- Thom Little -- www.tlaNET.net -- Thom Littl... more >>
Tool for recording my working hours?
Posted by Andre Schaub at 3/24/2004 11:02:50 AM
Hi there,
does anybody know if there's a tool for automatically recording my
working hours within the IDE?
You know the problem: if you are working on a project, you spend hour
and hour for it. Sometimes you got an idea, that you implement
immediately. This takes some minutes again. Mayb... more >>
Stopping the IDE from "guessing" at what I want to paste.
Posted by Grahammer at 3/24/2004 7:25:49 AM
Why does the VS.Net IDE insist on trying to make my life difficult...
I copy some text from a webpage and try to paste it into the IDE text editor
and it gets mangled beyond recognition. If I wanted it to be interpreted as
HTML coding, I'd choose "paste as HTML", but I don't want HTML!
i.e.
... more >>
Really Really Slow Ide
Posted by Manuel Lopez at 3/24/2004 5:26:13 AM
Hello
I have this strange problem with some of my projects
After I fiinish coding a small line of code, the ide stops for about 20-30 seconds and the responds. This also happens when I press the return key for a carriege return or when i copy/paste a piece of code
I have searched the groups an... more >>
Cannot see my custom control on Toolbox
Posted by KPH at 3/24/2004 12:36:06 AM
Hi,
I have a custom control project on my solution. So I have test program for the custom control but I can't see my custom control on Toolbox. How I can add/see to Toolbox of IDE?
Thanks,
KPH... more >>
How to stop the build action when error happens?
Posted by Wu Yifei at 3/23/2004 5:46:08 PM
Hi
I have 71 C++ projects in one solution, if one project get build error( compile/link), the current setting of my IDE will go ahead to build instead of stopping. But I would like to stop build when error happen, do you have any idea how to modify this setting.?... more >>
Exclude file from build
Posted by Jonathan Turkanis at 3/23/2004 10:59:06 AM
After using Visual Studio for years, I just discovered the 'exclude
from build' property on the property pages for source files, a feature
which I find extremely useful on other IDEs, such as Codewarrior.
Unfortunately, I don't see a way to tell at a glance which files are
excluded. Can this be ... more >>
Properties Window Permanently Empty
Posted by Eberhard Schefold at 3/22/2004 8:04:50 PM
I'm using VS .NET 2003 (English) under Windows XP Professional (German)
and have an annoying problem: The Properties Window spontaneously
decided to remain permanently empty. Just the title bar is visible,
everything else is uniform gray. Only one account is affected. In
another, the window stil... more >>
Properties Window Permanently Empty
Posted by Eberhard Schefold at 3/22/2004 8:03:34 PM
I'm using VS .NET 2003 (English) under Windows XP Professional (German) and
have an annoying problem: The Properties Window spontaneously decided to
remain permanently empty. Just the title bar is visible, everything else is
uniform gray. Only one account is affected. In another, the Windows s... more >>
dialog resource properties window wont come up
Posted by tenloe at 3/22/2004 6:31:09 PM
I just started using MS Visual Studio 6.0 C++ in windows XP professional. IT seemed to be working OK for several simple exercises
The first time I tried to make a new Dialog Resouce, the resource was added OK, the Dialog resource editor started up, I selected "Edit Properties" from the right but... more >>
Unspecified Error during dataset Generation
Posted by Manolo Alvarez at 3/22/2004 2:36:10 PM
Hi Guys, all of a sudden when I try to generate a dataset fro a properly configured data adapter I get a messagebox displaying "Unspecified Error". This problem is happening throughout the project and the whole solution. The project compiles and runs great. Any ideas to what migh be happening? Thank... more >>
Macros just broke! "Type VSLangProj.VSProject is not defined" ???
Posted by cmay NO[at]SPAM walshgroup.com at 3/22/2004 11:00:48 AM
About 6 months ago I finished writing a few macros that I have used on
and off during development.
All of a sudden, I got to run one of them and I get a compile error.
"Type VSLangProj.VSProject is not defined"
I haven't changed anything in the macro code in months, so I have no
idea why ... more >>
Code annotations not showing in Task List
Posted by dm_dal at 3/22/2004 10:54:06 AM
When I annotate my code with "// TODO", "// HACK" or "// UNDONE", set the
bookmark with "Add Task List Shortcut", my task list does not show that line
as it should. I'm coding in C#. Using VS.Net 2003
The bookmark arrow shows up in the margin of my code, but the shortcut does
not get created... more >>
Unable to get NUnit console app to output to VS output window
Posted by Joel Gordon at 3/22/2004 10:43:48 AM
Hi,
According to the NUnit documenation (in ReadMe.pdf) :
"When the nunit-console program is run in debug mode under Visual Studio,
it detects that it is running in this mode and sends output to the Visual
Studio output window."
I have NOT been able to get the nunit-console program to sen... more >>
Intellisence with template in a namespace trouble
Posted by mbosticky NO[at]SPAM aimltd.co.uk at 3/22/2004 6:53:07 AM
Hi Everybody
I just discovered that the following code (in C++) will not be
correctly interpreted by intellisence in the Class View and Object
Browser window (VS 2003).
1. namespace MyNameSpace
2. {
3. template<class Source>
4. void concatenate()
5. {
6. }
7. }
In th... more >>
CodeElementFromPoint function behaves weird. ..
Posted by troels_gram NO[at]SPAM hotmail.com at 3/22/2004 2:51:04 AM
Hi there,
I'm doing a small macro for VS.NET to insert "context sensitive"
comment blocks above code constructs. In order to determine the code
construct under the cursor I use the CodeElementFromPoint function in
the VCFileCodeModel class:
Function GetCodeElement() As VCCodeElement
... more >>
|