| Thread | Last Post | Replies |
|
| Where's the beef? | 30 Sep 2005 20:33 GMT | 5 |
I posted this question on 8-23, and await a "managed" response: Is it possible to define a macro substitution in the C++ preprocessor so that it will be replaced "as if" it were defined within the source code? In other words, I would like the preprocessor to expand this:
|
| using a regular expression replace string in VS 2003 | 30 Sep 2005 20:08 GMT | 1 |
According to the documentation, in the "find & replace" dialog I should be able to use a regular expression as a replacement string if the "Use:" checkbox is enabled and "Regular Expressions" is selected. I'm trying to do the following:
|
| dialog size display in editor | 30 Sep 2005 13:39 GMT | 1 |
This is weird and I don't know why I've never noticed it before. VS.Net 2003, dialog editor display in the lower right corner says my dialog is 450 X 300. However, it's actually something much larger. What gives?
|
| LNK4075 EDITANDCONTINUE warning with edit and continue unchecked | 30 Sep 2005 07:37 GMT | 3 |
I have a C++ unmanaged .exe project in VC++ .net (7.1) I get the linker warning: LINK : warning LNK4075: ignoring '/EDITANDCONTINUE' due to '/INCREMENTAL:NO' specification
|
| How to make custom OLE DB provider browsable from VStudio 2003 IDE? | 30 Sep 2005 00:54 GMT | 2 |
I have (am developing) an OLE DB provider for a proprietary database format. Among other things, I'd like to be able to browse the table contents from the Server Explorer built into the Visual Studio 2003 IDE. At this point, I am able to connect to my provider and browse the schema ...
|
| Determing language of VS 2005 web application | 29 Sep 2005 06:12 GMT | 1 |
How do you determine the language (C#, VB, etc.) of a VS 2005 web project through automation? I have tried Project.Kind (prjKind), but that only works for non-web projects. Also, there doesn't appear to be anything useful in VSWebSite
|
| AddIn vs VsPackage: Using IVsTextView to intercept intellisense ac | 28 Sep 2005 19:03 GMT | 1 |
I need to intercept ECMD_SHOWMEMBERLIST and ECMD_COMPLETEWORD events and remove certain classes, methods, etc. that aren't supported for a project subtype. There are samples on how to do this (ProjectSubType, FigPkg), but I'd like
|
| Quick Console removed from RTM of Visual Studio 2005 ? Why? | 28 Sep 2005 06:38 GMT | 1 |
What is the equivalent mechanism to replace it (i.e. How do I look at my console output in the IDE after the program terminates). It was such a useful option.....
|
| "Encapsulate field failed" Error while tring to Encapsulate a field | 28 Sep 2005 00:02 GMT | 2 |
I receive this message and nothing. I am not able to use refactoring at all. I can't extract interface,can't do encapsulation. I can however use "rename" feature Any Ideas how to fix it
|
| Unspecified error when closing a solution file | 26 Sep 2005 13:56 GMT | 3 |
I was wondering if anyone else had this problem.. it just started for me. When using Vs.net 2003, closing a solution now gives an Unspecified error. Nothing else seems to go wrong, and the solution closes, but
|
| VS.Net 2005 Application Settings | 24 Sep 2005 05:50 GMT | 1 |
The docs for Application Settings in VS.Net 2005 only has some things for VB.Net, is it not going to work in c#? My real question is how can you get an assembly to read a settings file that is not in the application config of the application referencing it? My need
|
| Error reading resource 'm:\cc_view\app\obj\debug\...' | 22 Sep 2005 23:03 GMT | 2 |
I open a solution from a clearcase network dynamic view and build a Windows Application. It comes out an error saying: Error reading resource file 'm:\mo_main\mcs_oam\code\winguiutility\obj\debug\mcs.oam.winguiutility.oamutilityui.resources' -- 'The system cannot find the file ...
|
| Hotfix for *huge* delay in opening form designer? | 20 Sep 2005 20:20 GMT | 1 |
This is using C++ in VS .net 2003. I notice that when I make any manual changes to Form1.h code, switching to the Form1.h design view takes *an age*, like up to 5 minutes. I only have perhaps 50 controls, this should be possible?
|
| clearing Recent POrojects on Start Page | 19 Sep 2005 17:00 GMT | 1 |
Just started using VS 2005 and have created a number of 'test' web sites. Now I want to start a fresh and clear the recent projects list. Anyone know how? Matt A
|
| Add Linked Files to new C# Project | 19 Sep 2005 09:59 GMT | 1 |
I have created my own derivative of the C# DLL wizard (New Class Library), and I need to link several source code files into the project, but without adding the files to the project folder.
|