all groups > visual studio .net ide > november 2003
Filter by week: 1 2 3 4 5
Check critical pack which comes from MS Corp.
Posted by Troy Duncan at 11/30/2003 11:36:12 AM
Microsoft Customer
this is the latest version of security update, the
"November 2003, Cumulative Patch" update which eliminates
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now ... more >>
VB.Net Standard Edition
Posted by Kel Good at 11/30/2003 10:39:47 AM
Hello,
Is there a link anywhere that makes it clear what the concrete limitations
are of this edition of Visual Studio, and any work arounds?
Thanks.
Kel
... more >>
Finding functions and subs in the current file
Posted by Ben at 11/29/2003 6:56:01 PM
Hi,
Im trying to write a macro or add in that runs through a solution and adds
in Comments at the top of the source files and also above each and every
function or subroutine (if its a VB file) or method. Is there a way to do
this using the CodeDOM? All I have seen are samples on how to generate... more >>
Accessing to an Addin Method from Excel Macro
Posted by arbabi NO[at]SPAM yahoo.com at 11/29/2003 1:11:14 PM
Hi,
I have written an Addin for excel and used VS.Net and C#. I want to
have access to one of my addin static methods within excel.
I know in VB6.0 if you write the following statement in OnConnection
method it will magically works:
AddInInst.Object = me
But how can we do this in C#?
T... more >>
Build macros: can they be user-defined?
Posted by Russell Hanneken at 11/29/2003 9:57:38 AM
A co-worker and I are collaborating on a C++ project, with the code
maintained by Visual SourceSafe. The trouble is, our include paths need to
be different; some of the header files are located in one folder on my
machine, and another folder on his. We'd like the Visual Studio .NET
project fil... more >>
Problems with outlining
Posted by Developer at 11/29/2003 9:17:25 AM
Hello,
I recall that in the previous DevStudio, #if/#endif blocks could be
collapsed. Is that an option in Visual Studio.Net?
Also, weren't comment blocks -- a multi-line file header, for example --
treated as collapsible ellements? In my .cpp file, the first outline marker
starts at the beg... more >>
SQL Editor wont come up in VS 2003
Posted by btamxx at 11/29/2003 7:56:05 AM
I am running VS.NET 2003 Student and have edited, added, and removed stored procedures in my database in the past, through VS.NEt 2003. My system crashed and I decided to go from WinXP to Win2K and re-installed everything including SQL Server 2000 and VS.NET 2003 Student. Now I can't edit stored pro... more >>
Why did Shift+F12 show only first referenced place? - how to show all/others
Posted by javadeveloper NO[at]SPAM web.de at 11/29/2003 7:24:48 AM
If i want to see from where my methods are called i can go to the
first caller by shift+f12 - why cant i go through all callers or how
can i see all the places in IDE ??
Thx
R.... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
[REQ] Renaming of classes
Posted by amerio at 11/28/2003 6:10:24 PM
Hi,
I'm missing a feature : smart renaming of C++ classes.
This is different from find and replace in multiple files, as it should account for
locality of names.
Say, for example, I have two classes named Bar.
One is the globale namespace, the other is nested into class Foo.
class Bar
{...
... more >>
property display window in vs .net
Posted by Bernie Yaeger at 11/28/2003 7:37:05 AM
I used to have an explanation of a given property beneath the properties
window in vs .net, but it seems to have disappeared. What tool/window
option will show this?
Thanks for any help.
Bernie Yaeger
... more >>
VS.Net 2003 - Track Changes in Code
Posted by Augustin Prasanna. J at 11/28/2003 12:39:11 AM
Hi,
Is it possible to write a macro that keeps track of
change in the code similar to the one in MS Word ?
(highlight portions of code with comment)
Thanks,
Augustin... more >>
Help, Can't create any new project in Studio 2003.
Posted by William_zhao at 11/27/2003 6:59:17 PM
I can't create any new project using Project Wizard.
It always tells me "Navigate failure, Can't open page".
Desperately need your help. Without Project Wizard, I can
do nothing.... more >>
Open Custom Toolwindows
Posted by Dan at 11/27/2003 6:58:24 AM
I've created a custom toolwindow using the standard shim control in an
add-in I'm working on. The problem is that I can't figure out how to make
the toolwindow automatically re-dock to its previous location when the
add-in loads. VB "sometimes" does it for me, but it is unpredictable at
best. An... more >>
Sourcesafe confusion
Posted by Paul R at 11/27/2003 3:36:55 AM
Hi,
Can anyone tell me the best way to get a solution into sourcesafe?
I wanted to add an existing solution that was in my \My Documents\Visual
Studio Projects\MyApp folder.
I right clicked in the .net IDE and selected "Add Solution to Source
Control...".
It all got added, but it creat... more >>
REPOST: NullReferenceException opening form designer
Posted by Chris Dunaway at 11/26/2003 6:08:12 PM
I still have not got any help with this issue.
I installed VS.Net 2003 on my mahcine and there were no errors. When I
create a Windows Forms application, The form designer comes up with a big
red X across it with a messagebox that says there's NullReferenceException
with no indication of wh... more >>
HTTP /1.1 500 Internal Server Error while adding new web projects
Posted by Amit Gala at 11/26/2003 5:21:36 PM
I just reinstalled VS.Net and IIS on my machine
While opening web projects or making new ones I get this
error HTTP /1.1 500 Internal Server Error thats why none
of my new or existing web projects work .
Please help urgently.
Thanks... more >>
BUG and FEATURE REQUEST in designer properties
Posted by discussion NO[at]SPAM discussion.microsoft.com at 11/26/2003 10:23:22 AM
Hi,
I have an enum (a bitfield with Flags attribute) that is in a user control
and at design time the form does NOT permit setting of multiple bits.
Will this be possible in future designers?
Thanks.
... more >>
about vsip: how to add a folder in project area
Posted by roy at 11/26/2003 3:23:22 AM
hello there:
i am puzzlesd in developping vsip,
my mission is to add a folder in a project under
a solution,any one so kind can give me some advice?
there seems no sample in samples downloadn from
http://www.vsipdev.com ,thank you... more >>
EnvDTE.CodeClass / DocComment: how to create an empty line?
Posted by Roland Weigelt at 11/26/2003 12:20:56 AM
Hi!
I want to create a summary like this:
/// <summary>
///
/// </summary>
But not matter how I set the DocComment property of a EnvDTE.CodeClass
instance (or any other element like properties or functions), I can only
create
either
/// <summary>
/// </summary>
or
/// <summar... more >>
IDE: Selection glitch
Posted by Lee Silver at 11/25/2003 5:47:03 PM
I reported the following glitch in V1.0, was informed that it would be fixed in
V1.1, but it still exists.
Given the following proc:
Sub SomeSub
' code
' more code
' and more code
End Sub '--- SomeSub ---
When I double-click in the left margin to select the whole proc, eve... more >>
Where is my webform!?
Posted by Sarah Bram at 11/25/2003 4:09:56 PM
Hi,
I have created my first ASP.NET app / page with
Microsoft Visual Studio .NET 2003 using C#
(Microsoft Visual C# .NET 69586-335-0000007-18261)
But, when I closed VS and re-opened it later,
I see all files in my project,
except the webform I had designed.
How to open that webform!?
... more >>
Refactoring code
Posted by discussion NO[at]SPAM discussion.microsoft.com at 11/25/2003 3:37:37 PM
Hi,
Would it be possible with the code refactoring features of the next VSnet
to drag and drop to change location of code in the class view?
Thanks
... more >>
Has a project item changed since I last read it?
Posted by Jon Shemitz at 11/25/2003 3:22:35 PM
I'm writing a VS add-in that needs to display data based on the
content of an XML project item file. If the item is not open (or is
Saved) I can read it from disk; if it is dirty, I can read it from the
TextDocument. But reading the XML is not free, and I'd like to cache
the internal representat... more >>
Dynamic Help
Posted by Roberto Martinez-Brunet at 11/25/2003 2:40:39 PM
All,
Is there any way to totally disable Dynamic Help?
Thanks!
R-o
... more >>
Edit and continue
Posted by discussion NO[at]SPAM discussion.microsoft.com at 11/25/2003 2:19:52 PM
Hi,
Will Vsnet IDE and C# ever get "Edit and continue" in the debugger?
Thanks
... more >>
Fail to register dll in VS .Net 2003
Posted by randomstr NO[at]SPAM yahoo.com at 11/25/2003 6:02:26 AM
Howdy,
I have recently converted my project from VC++6 to VS.Net 2003 VS7.1,
and now, It won't register.
when running regsvr32 I get:
LoadLibrary failed - the specified module could not be found
and when running directly from the IDE I get:
Project : error PRJ0019: A tool returned an err... more >>
Text Corruption in VS.NET
Posted by Paul Keir at 11/25/2003 5:02:47 AM
Hi All,
I find that occasionally Visual Studio .NET displays my
text with strange graphical artifacts as I type. The text
is split in half horizontally, and seems to merge with
another line nearby. When this happens, the text remains
distorted until I press return, and wait. The mouse cur... more >>
Mouse Wheel Scroll <Annoying>
Posted by David Thornley at 11/24/2003 10:37:22 PM
I just recently purchased a Microsoft Wireless Optical Mouse 2.0.
After installing Intellimouse 5.0 I now find that VisualStudio's code editor
doesn't scroll via the wheel in uniform to all other windows. It seems much
slower and scrolls line by line.
Is there anyway to fix this adverse beha... more >>
Is Visual Studio .NET Addins are threadsafe
Posted by chan at 11/24/2003 8:20:48 PM
Hi,
Visual IDE experts out there, can you tell me whether
visual studio .net addin is threadsafe, and how to use
thread properly in visual studio .net addin.
I added a timer in my addin but the timer's elapsed
handler cannot access the addin's instance variable
properly.
I made a ve... more >>
Debug starting taking forever after installing interdev
Posted by Troy Dedmon at 11/24/2003 12:45:09 PM
One of our teammembers installed interdev after installing
visual studio 2003. Now visual studio 2003 is taking about
5 min to step through one line with the debugger. We
uninstalled interdev and reinstalled iis as well as visual
studio 2003. The devenv process is taking 100% system
resour... more >>
Recopy of App.Config
Posted by Anthony Boudouvas at 11/24/2003 11:30:36 AM
Hi to all,
i am building an app that uses the App.Config file and reads/writes at
runtime.
So, i make changes, build the project, run the project from iside the IDE
and
at runtime i have routines that writes to the config file,
at ..\bin\debug drirectory.
But in the next build, the IDE re... more >>
Keyboard shortcuts
Posted by discussion NO[at]SPAM discussion.microsoft.com at 11/24/2003 9:01:43 AM
What happened to the keyboard shortcut to find matching braces, brackets
etc?
... more >>
Reference problems and custom controls dissappearing
Posted by sjamesNO_SPAM NO[at]SPAM mhapensions.com at 11/24/2003 1:28:42 AM
Hi all,
I've been advised to repost this message to the IDE newsgroup:-
My problem is this - my custom controls periodically disappear from my
project when I build it. First of I get the message about a missing
dependency, then if I rebuild after that - the control just physically
disappear... more >>
VSNet 2003 slow project loads
Posted by Mark at 11/23/2003 9:37:08 PM
I have vs.net 2003 installed on a P4 2.2ghz machine. While the time to
start the IDE is tolerable, the loading of an existing solution (even with
only a single project) is extremely slow.
Any suggestions?
Mark
... more >>
Change a name to a control
Posted by Stefano at 11/22/2003 6:45:24 PM
Dear Friends,
I'm ina a situation where i must change the name to a lot of controls
(button, textbox and so on) and i would like to know how to do that.
Is this a job for "Code Refactoring" or a job for Search&Replace??
Thanks a lot
Stefano
... more >>
IDesignerHost to IToolboxService?
Posted by Jon Shemitz at 11/22/2003 5:19:39 PM
I need to get IToolboxService from an add-in (which isn't sited, so
GetService(typeof(IToolboxService)) returns null).
I can find an IDesignerHost in the DTE.Documents collection - can I go
from an IDesignerHost to IToolboxService?
--
programmer, author http://www.midnightbeach.com
and... more >>
Can't open VB.NET solutions??
Posted by Thomas at 11/22/2003 9:16:00 AM
I just uninstalled the Code Swap add-in and now I can't open any of my
VB.NET programs. I keep getting an error message and then Visual Studio
closes.
"Project 'Windows Hanoi' could not be opened because the Microsoft Visual
Basic .NET compiler could not be created. Please re-install Visual St... more >>
HotFix or Service Pack?
Posted by Hayato Iriumi at 11/22/2003 8:36:58 AM
Is there HotFix or Service Pack for VS .NET 2003? If so, where can I get
them?
... more >>
Design and code views
Posted by Kerry Sanders at 11/21/2003 8:19:07 PM
It sure would be nice if the Visual Studio .Net (2003) IDE had a tab bar at the
bottom of the editor window that allowed you to easily switch between code and
design views instead of having to open two different files on the top tab bar.
... more >>
IDE Automatic Code Completion
Posted by James Arnall at 11/21/2003 3:02:49 PM
Is there ANY way to stop VS.NET from automatically
closing HTML tags, capitalizing tags, removing line
breaks, etc., when the HTML designer is opened? This is
driving me stark-raving mad.... more >>
Integrated Help in VS.NET
Posted by Bruce Schechter at 11/21/2003 12:31:17 PM
I'm looking for clarification on what should be a very simple point yet I
havnt found good info in documentation so far... What aspects of the online
documentation within VS.NET come from the content of the "MSDN Subscription"
DVDs that come to me in the mail each month (from my MSDN Universal... more >>
Bug in DataSet listbox on designer surface
Posted by ken busse at 11/21/2003 9:20:00 AM
Using a DataSet dragged from the Toolbox's Data tab and
placing it on a webform's page, I get the Add Dataset
dialog. All the datasets show up in a listbox that exist
in the web project by choosing Typed DataSet. The last
selection is Referenced DataSets... and choosing this I
get PPLibs.D... more >>
"Project 'xyz.vcproj' failed to open" upon add to Solution
Posted by Charlie Ford at 11/20/2003 6:55:59 PM
We have a VC++ project we'd like to add to a Solution.
We are able to "File > Open > Project ..." , and the vcproj project
opens. The code builds and runs with no problems.
When we try to "Solution > Add > Existing Project ..." the VC++ project,
we get this error dialog:
Project 'C:\th... more >>
VS.NET + Dreamweaver & design templates
Posted by SLE at 11/20/2003 5:34:52 PM
Hi there,
I am trying to having a working DWMX - VS.NET combination i.e. DW for
creating a master design template and VS.NET for code behind. However,
things get screwed up.
- DW: create a design template (ASP.NET - VB) having a single editable
region in which will put e.g. some ASP control... more >>
C++ .NET 2003 intellisense not working with STL (?)
Posted by finlaysonc NO[at]SPAM yahoo.com at 11/20/2003 5:26:02 PM
Hi:
Intellisense is not working for me for STL classes. In particular, I
tried string and vector.
The scenerio here is that I've taken an old VC++ 6.0 project and
opened it up in .NET. It compiles and runs fine. The intellisense
functionality within 6.0 works fine for strings.
I creat... more >>
Overriding System.ComponentModel.EditorAttribute on a property in a derived class.
Posted by Stephen Walch at 11/20/2003 10:32:02 AM
I have created a class that derives from System.Data.Common.DataAdapter,
which has a TableMappings property of type
System.Data.Common.DataTableMappingCollection. Upon examining the metadata
for DataTableMappingCollection, I see that it has an attribute
[System.ComponentModel.EditorAttribute("M... more >>
Partials and VSnet
Posted by discussion NO[at]SPAM discussion.microsoft.com at 11/20/2003 9:38:00 AM
Hi,
Since we will be getting PARTIAL file types, how will the IDE file listing
and class listing highlight this?
Would we have to do workarounds in the filenames to indicate partials
obviously or will the IDE have some kind of visual cue?
Thanks
... more >>
Adding/editing Datagrid Autoformat styles
Posted by Simon Devlin at 11/19/2003 1:09:10 PM
Hi,
Does anyone know how/if it is possible to add further / replace existing
styles to the Autoformats that can be applied to Datagrid objects?
I quite like "Colorful 1" but corporate standards now dictate the use of
other colours and it's a pain to go and adjust each one manually.
Thanks... more >>
MSIL in IDE
Posted by Ken Galer at 11/19/2003 12:05:21 PM
Hi all,
Is there some way to view the resulting MSIL code from within the VS
ide? Is an external program the only way?
Thanks
Ken
... more >>
Hi,
Posted by Sunny at 11/19/2003 9:57:14 AM
Hi, sorry for the cross-post.
This msg was posted in developer.outlook.addins also.
Repost:
Hi,
I have seen similar posts in the groups, but in no one there was a final
solution.
So, I have Outlook 2000 addin, build in C#/VS.Net 2003.
I'm using the setup project, build by Extensibility p... more >>
|