all groups > visual studio .net documentation > february 2004
Solution to "Error 1606" with MSDN Library and User accounts
Posted by Art Wallace at 2/28/2004 2:21:06 PM
I have been plagued with problems when running VS.NET 2003 on clean installs of Win XP. I install under the Administrator account but have a normal user account for running VS.NET in (plus the VS Devs and Debuggers groups). VS will run fine but when accessing the MSDN Library, navigating to a docume... more >>
Help Filter Syntax
Posted by J. Boschen at 2/26/2004 1:44:45 PM
I asked this in vsnet.general but no replies, so cross posting it here...
Is there a way to only specify which collections you DO NOT want included?
something like...
"DocSet"!="NetCompactFramework"
or
NOT "DocSet"="NetCompactFramework"
Thanks
Jeremy
... more >>
Help Is Not Installed for Visual Studio
Posted by Pete M. at 2/26/2004 12:21:07 PM
My group recently upgraded from vc6 to VS Enterprise Arch 2003. We hav
installed the version of MSDN that came with it and we all still get error
saying that help is not installed
... more >>
VS 2002 Dynamic help, MSDN library and VS.NET links dead or broken.
Posted by Kenny at 2/19/2004 8:04:48 PM
OS: WinXp pro SP1.
Installed MSDN version and can't get any links under help
or library to work.
example:
ms-help://MS.VSCC/MS.MSDNVS/htmlhelp/html/vsconOverbig.htm
Gives "Cannot find server error."
I have IIS up and running and http://localhost works okay
in VS.
I have uninstalled 2 a... more >>
Asynchronous I/O example racy
Posted by Marijn Ros at 2/10/2004 2:31:07 AM
The example for Asynchronous I/O (and I/O Asynchronous Completion) is racy. Two locks are used to protect the same information, but their use is inconsistent. Try, for example, to add a Thread.Sleep(30000) in the main thread after unlocking NumImageMutex but before acquiring LockObject
bool mustBl... more >>
Context sensitive help for win32 APIs?
Posted by Fredrik Öhrn at 2/9/2004 3:46:10 PM
Hello
I recently upgraded from Visual Studio 6 to 2003 .NET and the context senitive help is driving me nuts. I work mainly with the win32 api and it's treated like a 2nd class citizen
Example 1
Open up a .C file, type GetMessage and hit F1. The help viewer will open up but instead of showing ... more >>
|