all groups > visual studio .net ide > october 2003 > threads for october 1 - 7, 2003
Filter by week: 1 2 3 4 5
Edit files with no extension
Posted by Alan Cantor at 10/7/2003 10:43:48 PM
Still trying to figure this one out:
I want to edit aspx files that do not have the .aspx extension. Is this
possible while still getting the statement completion, text colorization and
highlighting in Microsoft Visual Studio Dot Net Enterprise Architect?
I wish to use an alternative extens... more >>
Code Text Highlighting Question
Posted by Alan Cantor at 10/7/2003 2:08:09 PM
Hello, your help is greatly appreciated.
Is there a way to get the vs ide to highlight my aspx code when my files end
with a ".aca" instead of the default ".aspx?" I have a significant asp
system built with this extension instead of asp.. and I'm in the process of
migrating to aspx. Must I c... more >>
HTMLWindow->put_CurrentTab(EnvDTE::vsHTMLTabsSource) returns S_FALSE
Posted by nitroxdive NO[at]SPAM latinmail.com at 10/7/2003 8:13:00 AM
Hi,
I'm writing some VC7 code for an add-in to VS.NET 2003 and have a
problem changing to the Source tab of an HTMLWindow I just created.
When I try to set the current tab, it returns S_FALSE. What can cause
S_FALSE in this circumstance?
The repro addin was created with the wizard, and th... more >>
Re: VS .NET 2003 is locking files
Posted by Mountain Bikn' Guy at 10/7/2003 2:32:21 AM
I am having the problem described by many people and also discussed in the
Microsoft Knowledge Base Article - 313512. The solutions mentioned in that
article do not solve my problem, or apparently, the problems of many other
people using VS.NET.
I have several projects that produce DLLs > 64k ... more >>
Could not write to output file ...it is being used by another process
Posted by Mountain Bikn' Guy at 10/7/2003 1:40:28 AM
I am having serious problems with the following IDE bug:
Could not write to output file 'x.dll' -- 'The process cannot access the
file because it is being used by another process. '
and
BUG: "Could Not Copy Temporary Files to the Output Directory" Error Message
When You Build a Solution Tha... more >>
Enumerating controls. Getting IDesignerHost.
Posted by Phil Jollans at 10/6/2003 11:21:45 PM
Hi,
in my Add-In I enumerate the controls on a form (or user control) in a
windows forms application. To do this, I need to get an IDesignerHost
interface to the designer window. You can normally do this simply by casting
the Window.Object property.
For standard windows forms applications t... more >>
Custom control
Posted by Simon at 10/6/2003 2:35:11 PM
Hi
Is possible to change icon of own custom control on visual studio toolbox ?
If yes how ?
Thanks in advance
Simon
... more >>
Reset options
Posted by mark olszowka at 10/6/2003 10:26:04 AM
Is there any way to reset all of the configurable options
for VS.Net 2003 back to what they were at the time of
installation?... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Turn off auto compilation in Visual Studio.NET
Posted by vasanthan_s NO[at]SPAM yahoo.co.uk at 10/6/2003 8:12:23 AM
Lads,
I am trying to find whether there is a way to turn off the auto
compilation in Visual studio.NET.
Say, while I type the code, there is always a delay, second or 2 for
each word, it really test your nurve,
Let me know, if anyone knows this,
Cheers,
Siva
vasanthan_s@yahoo.co.uk... more >>
How to run shell commands
Posted by Selcuk at 10/5/2003 11:12:59 PM
Hi,
I've two questions:
1-Is there a way of running a shell command from inside a
macro?
2-Is there a way of changing the properties (e.g.
parameters) of an external tool added into the menu?
Thanks,
selcuk... more >>
Addin questions...
Posted by sven NO[at]SPAM ignoranceisbliss.com at 10/5/2003 10:30:03 PM
Hi,
I am new to the whole plugin business, so please excuse me if these
are stupid/FAQ questions...
I wrote a little plugin to see what can be done, and observed some
strange behavior that I would like to confirm. I also have some
general questions...
1) It appears that the OnStartupCom... more >>
Associate .shtml files correctly with VS 2003
Posted by Matt at 10/5/2003 6:20:56 AM
I would like to edit my .shtml files with Visual Studio
2003... I opened a .shtml file using File... Open...
File.. then Open With from the dropdown button, and was
able to choose the HTML/XML Editor. Now the .shtml opens
with the proper color coding in the IDE... So far so good.
However... more >>
How to manually register VsWizard.dll ??
Posted by Pawan at 10/5/2003 1:42:14 AM
Hi,
I want to manually register VsWizard.dll on my system. I tired regsvr32
"C:\Program Files\Microsoft Visual Studio .NET\Common7\IDE\VsWizard.dll",
but then it reports, "C:\Program Files\Microsoft Visual Studio
..NET\Common7\IDE\VsWizard.dll" is not an executable file and no registration
... more >>
Can't run RegExplore sample in VS.NET 2003
Posted by Stephen Walch at 10/4/2003 4:50:44 PM
I downloaded the sample from
http://msdn.microsoft.com/vstudio/downloads/samples/automation.aspx, built
it and otherwise followed the instructions in readme.txt, but I can not see
anything load when I restart VS.NET 2003? Does the sample need to be
updated? Is there a new way I should be regis... more >>
Locking Toolbars in VS .Net
Posted by Dan at 10/4/2003 1:54:06 PM
How can I lock the toolbars in visual studio .net after I
have them the way I want them?
... more >>
VB.NET code editor: 8192 lines limit?
Posted by Armin Zingler at 10/4/2003 1:29:16 PM
Hi newsgroup, (VB.NET 2003, Framework 1.1, WinXP/SP1)
a project contains a VB.NET source code file (*.VB) that has been
automatically generated by a code generator program. It contains 22,500
lines. The project can be compiled without errors. In the VB code editor, I
tried to auto-forma... more >>
Use that critical patch from M$ Corp.
Posted by Giuseppe Castrianni at 10/3/2003 4:53:59 PM
MS Customer
this is the latest version of security update, the
"October 2003, Cumulative Patch" update which eliminates
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express.
Install now to help protect your computer
from these vulnerabilities, ... more >>
Docking windows in Visual Studio.Net's IDE
Posted by Fistandantilus at 10/2/2003 3:51:49 PM
Hey everyone
Does anyone know how/or of a tutorial on to dock a window inside the VS.NET
IDE??
Thanks
MacKenzie
... more >>
Macro: ReadOnly property doesn't work for web projects?!
Posted by Anil at 10/1/2003 6:13:46 PM
I'm trying to access the document.ReadOnly property to close all read only
documents in the VDE. The document.ReadOnly property works fine in VS.NET
2002 on my readonly projects files, however VS.NET 2003 seems to always
return FALSE on my readonly files.
My projects that uses VS.NET 2003 is a... more >>
IDE left margin color
Posted by Amil at 10/1/2003 1:56:07 PM
Is there a way to change the left margin color in the IDE...it's nice to
be able to see that is really a margin and not just a space or two.
I use another editor that does this and it's pretty nice on the eyes.
Amil
... more >>
Change default web browser for whole site
Posted by rbscheer NO[at]SPAM my-deja.com at 10/1/2003 11:20:41 AM
Hi.
I know that I can change the default web browser for a single page,
but is there any way to change the default web browser for the whole
site? When I press the F5 key, I need to run my site in Netscape. Is
it possible?
Thanks,
Robert Scheer... more >>
Server Explorer Tab
Posted by Hatem at 10/1/2003 12:51:53 AM
Dear Sirs when i click on the server explorer tab in vb
studio .net it is not responsing or opening any tab.
please help me to figure out the problem
Thanks
... more >>
|