| Thread | Last Post | Replies |
|
| Problem with C# project dependencies in VS.NET ? | 07 Oct 2004 20:20 GMT | 1 |
Very simple problem. I have a solution with 3 projects : Project A is a plain C++ DLL project Project B is a managed C++ wrapper DLL for project A (it has A as a Reference)
|
| Using variables for Registry Values in a Setup Project | 07 Oct 2004 16:53 GMT | 2 |
I have a VS.NET Setup Project. Using the Registry Editor I have added a Registry Entry named "Installation Path". Of course I do NOT want to hard code a value to this registry entry, because a user could install my app into any folder they wish.
|
| STL compile error when moving from VS .NET 2002 to 2003 | 07 Oct 2004 12:11 GMT | 4 |
I have recently upgraded my VS .NET from 2002 to 2003 edition and having problems with code that compiles on the old version but not in the new version. I am using the STL functions MAP and LIST. I am creating thread-safe
|
| Help with datasets | 07 Oct 2004 09:51 GMT | 1 |
Can anyone point to any help I can look at in handling datasets and datatables, specifically I want to try and refer to fields loaded into a dataset from a stringreader (from XML). Many thanks
|
| Which version? | 07 Oct 2004 08:59 GMT | 1 |
I was asked today to develop some new VB utility type programs (server monitor tools, reporting tools, +misc automated tools) in a medical type facility. They currently run several windows 2003 servers and a few w2k
|
| BUG: Visual Studio .NET Setup Projects Execute Custom Action of Previous Version when Upgrading | 07 Oct 2004 08:56 GMT | 3 |
Recently I have experienced a problem with Visual Studio .NET Setup Projects: When you execute a setup created by a Visual Studio .NET Setup Project to upgrade an application and the setup includes a custom install action, the installer doesn't execute the custom install action of ...
|
| Error on opening project | 06 Oct 2004 22:00 GMT | 1 |
I just got VS2003 Academic installed and running. The Visual C++ component works fine, but whenever I try opening a new VB project, I get the following errors: In a dialog box: ClassFactorycannot supply requested class
|
| Accessing DBF File from network ASP.NET | 06 Oct 2004 21:04 GMT | 1 |
I wrote an ASP.NET Web application that tries to open a database file on a network drive. I have gotten the application to read the database from the local hard drive with ease. However accessing the file from a network drive (or UNC path), it says it is not there.
|
| Explorer style toolbar | 06 Oct 2004 20:51 GMT | 2 |
How do I get a toolbar with the appearance and behavior of an Explorer toolbar using Visual C++ .NET. I only see the old fashioned MFC style toolbar buttons. Thanks
|
| Class View window suddenly doesnt show the project classes | 06 Oct 2004 18:48 GMT | 3 |
Suddenly the VC6 Class View window doesnt show the project classes anymore for one workspace/project. Just the globals. Other workspaces/projects are fine, just the one I am currently working on is affected. Any ideas?
|
| command line paramaters | 06 Oct 2004 17:32 GMT | 1 |
how do i build my console application so that i can run it from the command line with optional command line parameters? thanks matthew
|
| Need to know what this icon is ... | 06 Oct 2004 16:04 GMT | 2 |
I asked this question about a week ago and received no response, so I'm trying again with more information. I discovered an icon displayed in Visual Studio .NET in a downloaded example program that I have never seen before. I have no idea what it
|
| C# and windows ce apps? | 06 Oct 2004 15:14 GMT | 2 |
Does anyone here develop any apps for Windows CE? I've been thinking of getting rid of my paper daytimer and going electronic, but wasn't sure if I could write apps for an iPaq using VS2k3 and C#. Anyone doing that now? Thanks.
|
| Enum with different members... | 06 Oct 2004 13:21 GMT | 1 |
Hi, is it possible to create a project that can offer different members of a Public Enum according to a condition ? I mean, Project A has a public enum.
|
| Using .Net's devenv.exe from the command line | 05 Oct 2004 22:20 GMT | 1 |
I am attempting to automate a build process that would include running Micorsoft Development Environment's devenv.exe from the command-line. I have found the command line help for this command, but would like to see some examples and more depth of discussion.
|