| Thread | Last Post | Replies |
|
| How do I create a COM project in VS 2005? | 28 Feb 2007 15:40 GMT | 5 |
I'm trying to write a very simple C++ program compiling into a COM DLL to be invoked from a VBScript. Using VS 2005, I have been through a few wizards and I cannot identify which one will build a skeleton solution for a C++ based COM DLL. I just need a nudge in the right direction. ...
|
| VS2005 PRO SP1 Still asks for admin permissions | 28 Feb 2007 00:32 GMT | 2 |
I have Visual studio 2005 Pro with SP1 which I got from here: http://www.microsoft.com/downloads/details.aspx?familyid=bb4a75ab-e2d4-4c96-b39d -37baf6b5b1dc As well as the windows vista update from here: http://www.microsoft.com/downloads/details ...
|
| Cannot return to beginning of file using fstream | 27 Feb 2007 22:03 GMT | 1 |
For some reason, when I try to do a seekg(0,ios::beg) to go to the beginning of a file, it wont work What I did, is I wrote two functions, a countChars, and a countWords, to read the number of characters, and the number of words in a text file using
|
| VS6, how to reset the VC++ IDE | 27 Feb 2007 12:20 GMT | 7 |
Visual Studio 6.0, SP6 I have lost absolutely everything within the C++ IDE, no menus (no toolbars) and no sub windows or panels, just one window and the main app caption. Guess I must have done something but no idea what.
|
| Membership provider issue | 27 Feb 2007 04:41 GMT | 1 |
Hi, I am trying to play with the Survey manager application provided gracefully by Microsoft at "http://msdn.microsoft.com/vstudio/express/sql/samples/" VB team(so many thanks), compiled the win app, added 2 users beside the "thardy" user already
|
| Text Formatting Settings based on Solution or Project | 26 Feb 2007 19:52 GMT | 1 |
VS2005: is there any way of maintaining text formatting for C# based on the Solution or Project? I am working on a number of projects for different clients at the same time and each of them has different formatting requiresments. It is a pain to
|
| Resource editor add-in VS6 | 25 Feb 2007 20:05 GMT | 1 |
I haven't used VS 6 (for VB) in a while, and I can't recall how to get the resource editor add-in to show up in the add-ins manager. I know it used to be there, but it's gone now, and I can't open a res file I need to. Anyone remember how to add it back?
|
| start page | 25 Feb 2007 15:41 GMT | 3 |
i have experiencing some troubles trying to access "xml web services" and "web hosting" from v.studio.net start page where i get the message: "this feature requires that you have connected to the internet previously or are currently online".
|
| Upgrading from VS.net 2003 to VS.NET 2005 | 24 Feb 2007 20:03 GMT | 1 |
I bought a copy of VS.NET 2003 Enterprise ediition sometime back. Is there an easy way to upgrade from VS.NET 2003 to vs.NET 2005 1>By an upgrade patch at some reasonable cost or
|
| VS.NET 2003 cannot open .NET project; it crashes instead | 24 Feb 2007 18:05 GMT | 1 |
Something just got messed up in my VS .NET 2003 installation, and now I cannot open any solution that contains at least one .NET project. Instead, I get the message that "Microsoft Development Environment has encountered a problem
|
| VS 2005 SP1 for Vista Problems (in XP) | 24 Feb 2007 03:02 GMT | 2 |
Recently installed VS 2005 on Vista with the SP 1 for Vista. Took existing product and built in Vista. Runs in Vista, but no longer runs in XP (some error message about not being configured properly). The attempts have only been made on the development machines. The program ...
|
| VS2005 SP1: projects in C++ managed do not run anymore | 24 Feb 2007 02:37 GMT | 5 |
After the installation of Visual Studio 2005 Service Pack 1, the projects that have been written using C++ managed and compiled with VS2005 + SP1, do no run anymore on computers with .NET Framework 2.0. The error I get is something like this: "Configuration error: a new ...
|
| How to prevent print wrap on source files | 23 Feb 2007 18:16 GMT | 1 |
Is there a way to prevent printing c++ source files from wrapping around on long lines? Tom
|
| Dock a "Windows Explorer" view like the Solution Explorer? | 23 Feb 2007 18:15 GMT | 3 |
Is it possible to dock a window, in the Microsoft Development Environment (VS 2003) that will give a Windows Explorer view of the files and directories on the machine, in the same way that the Solution Explorer does? I'd like to use the MDE as a development tool
|
| Issue on VS 2005 XML Editor after installing BizTalk 2006 | 23 Feb 2007 00:37 GMT | 1 |
I have installed Biztalk 2006 Evaluation version on my computer.After the installation VS 2005 XSD editor got change to Biztalk editor. How I can revert to VS 2005 XSD editor ? Thanks
|