all groups > visual studio .net ide > march 2005
Filter by week: 1 2 3 4 5
Saving a solution
Posted by gwatts NO[at]SPAM phys.washington.edu at 3/31/2005 10:25:07 AM
Hi,
I've written an IDE plug-in. One of the things it needs to do is save
the solution (File->SaveAll or right click on the solution in the
solution explorer window and do "save" -- either is fine). I've not
been able to figure out how to do this. Does anyone know? Many thanks!
Cheers,
... more >>
Save location for newly created projects/files
Posted by Steve Schroeder at 3/31/2005 8:39:50 AM
How do I stop Visual Studio .Net from auto saving project files in
C:\Document Settings\...blah, blah, blah...?
How frickin' annoying is that! Grrr.
... more >>
Statement Completion
Posted by Steve at 3/30/2005 11:33:05 AM
Does the Visual Studio have a feature to complete language statments?
ie. if, switch, for, ...
Or, is there an editor that you can recommend?
Thanks... more >>
devenv.exe crash
Posted by Antonios at 3/29/2005 8:37:04 AM
I load VS and select a Visual C# windows form project. When I try to bind the
toolbox to the UI by hitting the auto hide button next to the toolbox the
program crashes and shows me a devenv.exe problem. Any ideas what is causing
this?... more >>
VS.NET 2003 IDE crashing on load
Posted by greenhouse at 3/29/2005 7:03:05 AM
I have a solution with 8 projects that has loaded in the pass w/o incident.
I am using XP pro sp 2 w/ vs.net 2003. We loading the solution the ide
crashes and give the following error msg.
An unhandled exception has been caught by the VSW exception filter.
AppName: devenv.exe AppVer: 7... more >>
intellisense
Posted by Sam at 3/28/2005 1:53:48 PM
Hi,
I have many projects in my solution.
The intellisense in one of the forms from one of the projects does not work
at all.
I have to rebuild the project and it works. After I type in a few lines of
code it does not work again.
I already tried deleting the .suo file. It is not helping.
... more >>
Invoking third-party compilers from the IDE
Posted by BigMan at 3/28/2005 1:39:47 PM
How, if possible, may I invoke other compilers and/or linkers from the VS
IDE.
... more >>
IDE can't find the code changes. (VB.net)
Posted by Li Weng at 3/28/2005 1:31:02 PM
Hi,
Suddenly IDE can't find the code changes I made. After run the program and
step in, IDE only show old value and can't the new variables. When click to
make the break point, it doesn't cover current line. the length it covers is
the length of old line that used to be here.
I tried... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Debug Stored Procedures
Posted by Fao, Sean at 3/24/2005 3:52:32 PM
Hello,
I was attempting to set break points and debug a stored procedure, but I
haven't had much luck. I read
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vdbt7/html/dvconusingbreakpointswithstoredproceduresuser-definedfunctionstriggers.asp
and it looks like it can be d... more >>
Visual studio enumerates all directories
Posted by STech at 3/23/2005 1:45:09 PM
When I open Visual Studio .Net IDE (devenv with no additional params), the
exe tries to open all directories on all projects that are on my "Existing
project list".
The reason I am asking is that I noticed that VS.NET became slow recently in
starting up because I have some existing projec... more >>
Finding source files
Posted by Bob Altman at 3/23/2005 7:58:48 AM
Hi all,
While debugging, I occasionally step into a routine for which source code is
not available. If this happens to be a routine in a dll for which I do have
source code and a pdb file, how do I tell the debugger so that it displays
source lines and symbolic debugging info?
Typically... more >>
Methods Description in ClassLibrary
Posted by bernardpace NO[at]SPAM yahoo.com at 3/22/2005 11:07:49 PM
Hi,
I just started a new Console Application, to start everything from the
begining.
From the Solution Explorer of my Console App, I am selecting Add
Existing Project. I browse for the path were it is and select the C#
Project File of the ClassLibrary. Then in the using directve I add
the ... more >>
VS.NET "Cab" deployment project loosing folder information
Posted by Stephen Walch at 3/22/2005 7:18:31 PM
Trying to use VS.NET to create a CAB file. My C# project contains a lot of
"Content" resources in folders and subfolders, but when I add the Project
Output/Content to my CAB file, all the folder information is lost. All I
get is a flat CAB file with all the resource files in the "top level" ... more >>
difference in vsnet and vstudio newsgroups?
Posted by Flip at 3/22/2005 3:02:18 PM
I subscribe to a few vsnet and vstudio newsgroups, but have often wondered
what's the difference between them?
Thanks.
... more >>
Add Field to a Form Class
Posted by xcomplus at 3/22/2005 11:03:02 AM
I want to add fields or methods to a Windows Form class through the VS.NET.
However, when I right clicked on the Form in the Class View, I do not see the
Add/Add Field menu item in the context menu. Can anybody tell me what is
causing the menu item from being displayed?
Thanks.... more >>
Losing indent and other features when handling LineChanged
Posted by Ralf Berkvens at 3/22/2005 8:49:07 AM
Hi,
I've been trying to make an add-in in VS.NET 2003 using Visual Basic. This
add-in should add a comment block to functions among other things. I'm
coding it in VB.Net.
This is a snippet of the code, starting in the OnConnect Sub:
--------------------
objTextEvents = New TextEvents
... more >>
Methods Description in ClassLibrary
Posted by bernardpace NO[at]SPAM yahoo.com at 3/22/2005 6:51:05 AM
Hi,
I constructed a ClassLibrary using Visual Studio .NET 2003. Before
for each method I did a brief description about it.
/// <summary>
/// ...
/// </summary>
public ... myMethod(...)
{
....
}
Now I am using my library from another class, but description is not
becoming visible, b... more >>
Raise exception in command window
Posted by Emil Astrom at 3/22/2005 12:26:37 AM
Hi!
Is there a way to raise a given exception during debugging in VS 2003, for
example by typing a command the command window? This would be very useful
but I have not yet found a way to do it.
Cheers,
Emil
... more >>
First time running in Debug Mode IDE recompiles EVERYTHING?
Posted by Ken Baltrinic at 3/21/2005 5:44:35 PM
We are having a significant problem in that any time we restart the ide,
such as when we start in the morning, the first time we run our solution in
debug mode, the IDE recompiles everything, whether the code has changed
since last compilation or not. This is a significant issue as a full
r... more >>
Anyone using CVSNT (CVS) in VS.NET for SCM?
Posted by Mark A. Nadig at 3/21/2005 1:34:04 PM
If you are or have tried using CVSNT in VS.NET, I'd love your
feedback.
Thanks,
Mark Nadig
/\/\/... more >>
Docking the toolbar hangs the IDE. VS 2003
Posted by Ryan Taylor at 3/21/2005 10:14:01 AM
Hello.
I've been working with VS 2003 for some time now. Today, I opened a project
I have been working on and docked the toolbox to the side with the pin
button. Suddenly, the IDE hangs. I had to kill the process with Task
Manager. I tried it again after a machine reboot. Same problem. So I tr... more >>
Problem with IIS (I think)
Posted by Peter Yee via DotNetMonster.com at 3/20/2005 3:03:39 PM
Greetings. I recently puchased a new laptop that has Windows XP
professional on it and instaled IIS and Visual Studio 2003. I copied a
project from my other laptop onto my new laptop. For some reason, it would
not load any of my webforms projects. No problem with the windows project
though. In m... more >>
problems in vs.net ide 02
Posted by Ranal Fernando via .NET 247 at 3/18/2005 5:27:44 AM
(Type your message here)
sometimes the properties window does not open i have a hard time closing the whole solution & reopening it can anybody help me?
--------------------------------
From: Ranal Fernando
-----------------------
Posted by a user from .NET 247 (http://www.dotnet247.com/)
... more >>
The operation could not be completed" message...
Posted by Shamil Salakhetdinov at 3/17/2005 11:57:14 PM
Hi All,
I'm getting a message box:
<<<
Microsoft Development Environment:
=========================
The operation could not be completed
>>>
while trying to add a new form to WinForms VB.NETor C# project. (VS.NET 2003
Enterprise
Architect). I can add a new class module, a new standard... more >>
Bleached out IDE disabled options virtually unreadable?
Posted by PhillipBD at 3/17/2005 6:23:02 PM
I just upgraded to VS.NET 2003.
The disabled features in the IDE are bleached out to be almost unreadable,
no matter how I set my laptop's display brightness/contrast.
I've never had this problem with any other application on this laptop,
including VB6 and VS.NET 2002.
Does anyone els... more >>
Double clicking on task item in the Task List window does nothing
Posted by Peter Lee at 3/17/2005 3:39:04 PM
Visual Studio automatically adds a task item when it see TODO comment. When
you double click on that item, it takes you to place in the file where that
TODO comment came from.
I like to add this behavior to files besides source code files.
I can programmatically add a task item to the Task... more >>
open file dialog bug in vs2k3
Posted by Gabest at 3/16/2005 4:01:51 PM
Create a directory and a subdirectory starting with a dot (ie c:\Program
Files\.dir\.subdir), then navigate into .subdir with the file opener dialog
and push the "up one level" button, it will tell you that the path is
invalid.
In case you were wondering why I need such directory names anyw... more >>
outlining #ifdef/#else
Posted by dror.treves NO[at]SPAM gmail.com at 3/16/2005 8:56:42 AM
Hi,
I'm trying to hide some nasty code we have in our project by extending
the outline engine to support #ifdef/#else blocks.
Is there any way to do it ?
Thanks.
... more >>
VC++ .Net Compile Problem
Posted by z80hastings at 3/15/2005 11:06:37 PM
Using VC++ .Net Version 7. Not sure if any1 can help, or if I'm just being
incredibly dumb; project was working fine, now for some reason won't
compile, the error im getting is:
c:\Programming\C++ .Net\TiffExplorer\FormCompile.h(118) : error C2039:
'GetObjectA' : is not a member of 'System:... more >>
VS Macros and FolderBrowserDialog
Posted by Henning v. Zitzewitz at 3/14/2005 8:13:35 AM
Hi,
i'am new to IDE Macro porgramming (and new to VB and .net as well) and stuck
with a problem with FolderBrowserDialog and SHGetPathFromIDList .
I Like to open a "Browse for Folder Dialog" from within a .NET Macro. At
first i tried FolderBrowserDialog but i get an empty dialog, only showing
... more >>
ANN: free DPack for VS.NET 2003/2005 v2.0.6
Posted by Sergey M at 3/13/2005 4:21:15 PM
Hi all,
I'm pleased to announce that after several months of development,
DPack 2.0.6 has been finally released. DPack is a free VS.NET
2003/2005 add-in collection. DPack includes various browser tools that
allow the developer to quickly narrow the search down to a particular
class, metho... more >>
XML doc visibility
Posted by Jon Shemitz at 3/10/2005 7:44:15 PM
My /// comments only show up in tooltips when the commented member is
in the same assembly, not when my code is in a library assembly. Yet,
FCL (and some 3rd party) /// comments do show up in tooltips.
How do I get my /// comments to show across assembly boundaries?
--
www.midnightbeach... more >>
upload files with ftp
Posted by Dabbler at 3/10/2005 5:41:03 PM
Is there a way to push files up to an ftp server? I tried adding a server to
the server explorer but it only allows local servers, not internet based.
Thanks for any help with this.... more >>
Sick and tired of Visual Studio.NET 2003 deleting code.
Posted by Ken Varn at 3/10/2005 4:41:56 PM
I can't count the number of times I have edited my ASP.NET page only to
determine that Visual Studio decides to randomly delete code from my
code-behind file. This has happened several times now. So far, I have lost
all code in my InitializeCompoenent() method (and no, I have not placed any
of... more >>
ANN: Structured Difference Viewer 1.10 released
Posted by Gerrit Beuze at 3/10/2005 3:58:51 PM
Hi all,
ModelMaker Tools is happy to annonuce the release of
+++++ ModelMaker Structured Difference Viewer 1.10 +++++
New in this release: Class Difference (for C# and Pascal)
Class Difference mode compares any two classes or methods in any two files.
This allows you to:
+= Compare ren... more >>
Visual Studio not changing references forms when the name is changed
Posted by Henry at 3/9/2005 11:48:27 AM
I don't know if this is just something i am doing wrong, but I was working
through a tutorial using Visual Studio and a C# windows application.
The first two actions I took after creation the new solution and project
were to:
1. Rename the Form1.cs file to the application name I had chosen, ... more >>
Export solutin to a batch file
Posted by chi at 3/9/2005 10:46:13 AM
Hi,
I have a VS.net solution project and I need to export this
project to a batch file (or a makefile) so build can just
run this batch/makefile from command line to build the
whole project. How to export it? I see this feature on
VS6.0 but could find on vs.net. Thanks for any help.
... more >>
command line builds don't work
Posted by thomas woelfer at 3/9/2005 10:43:04 AM
hi.
i have a solution that builds in debug and release mode, when building
inside the ide.
when i try to build the same solution from the command line, the behaviour
is
rather random. sometime, the release build works, but the debug build fails.
sometimes both fail. sometimes, referenced... more >>
VS.NET 2003 IDE problems
Posted by Spooky at 3/9/2005 3:11:57 AM
Hi all,
I am getting a problem similar to KB 887818. On
compiling a project in the solution I get the following
error message "Unable to write to output file <<Dll Name>>
System Error &H80070020&". It looks like the DLL is being
locked by some other processes. In my case the solution
c... more >>
How keep C# from outlining comments?
Posted by Dave Kolb at 3/8/2005 7:05:12 PM
I am actually one of the folks that like outlining but for one "feature"
which I hate - collapsing comments as part of the outlining! Good Grief the
IDE even collapses a single comment line.
Ideally I would like to keep all comments just before a procedure collapsed
with the procedure or pe... more >>
How to create a C# Console Application on another machine?
Posted by Quentin Huo at 3/8/2005 10:43:38 AM
Hi:
I want to create a new C# console application on my server (it is another
machine with different IP) from my VSStudio2003 on my local machine. Can I
do this?
If yes, how can I do this? Is there any article talking about this online?
If not, any suggestion?
Thanks
Q.
... more >>
Intellisense stops working
Posted by Richard at 3/7/2005 12:20:55 PM
Hello,
I'm having a problem that I think others have had as well where my
intellisense stops working suddenly. All the keywords which are usually
changed to a different color all disappear as well, so all the code text is
black. If I recompile then everything comes back, but then once I s... more >>
Addin/ ClassView access
Posted by olga nikitina via DotNetMonster.com at 3/7/2005 8:41:52 AM
I have added a menuitem in the context menu to the
Class View. Please, how can I know whether project or namespace is selected?
Thanks, Olga.
--
Message posted via http://www.dotnetmonster.com... more >>
ATLASSERT (p == NULL)
Posted by Frankie at 3/7/2005 2:27:33 AM
I am always getting this alert when I am iterating through the
projects in a solution. It occurs when this is executed:
cpp_projects->Item(num, ¤t_project)
cpp_projects is of type CComPtr<EnvDTE::Projects>.
Does one have to call the following functions all in one function?
cpp_solution-... more >>
VS 2003 .net crashes upon initial load
Posted by goodguygonebad at 3/6/2005 11:42:18 AM
Hello All:
I have installed VS .net 2003 enterprise version with no errors. But, when
I attempt to start vs, The IDE displays for a quick second then on top of
the IDE I get the general WINXP error that an error occured and the app
has to close. It happens every time.
I have uninstalled and... more >>
<summary> to left?
Posted by Brian at 3/5/2005 3:57:04 PM
Hi, I'm just having my first serious look at the VS .Net IDE after
years of VS6.
I quite like the way you can use intellisense to look at variables,
and it *almost* makes up for the jarring abscence of m_ etc :)
Anyway, I'm looking at the way you build documentation /
intellisense into th... more >>
intellisense missing performlayout()
Posted by dennist685 at 3/5/2005 1:03:02 AM
intellisense missing performlayout()
I disable the datagrid when the add button is clicked. When either the
cancel or update button is clicked, I enable the datagrid. However, because
the child controls are not also enabled - in this case I'm concerned with the
scroll bars - I also put in... more >>
t_copy_assemblyâ€_error_message
Posted by Alberto Cecchi at 3/4/2005 12:55:01 PM
Hello,
How can I obtain the fix reported in the knowledge base article 887818 ?
Thanks for your reply, Alberto.... more >>
Failed to Create New VB.Net project in VS.Net
Posted by david-tiger at 3/4/2005 8:27:04 AM
I just installed .NetFramework v1.1, ASP.Net 1.1, and VS.Net professional
2003 in my Windows Server 2003 machine. I try to create a ASP.NET web
application Project, but it failed.
If http://localhost/WebApplication1 is entered in the Location, the
following error msg returned:
"Visual Studi... more >>
C# Express Problem
Posted by Yoeri at 3/3/2005 7:38:15 PM
Hello,
I installed C# express february CTP after uninstalling previouse
versions. When I create a new winforms project, I constantly get an
error: "The operation could not be completed".
Reinstalling a previous version does not solve the problem.
Does anybody knows a solution to this ? ... more >>
|