| Thread | Last Post | Replies |
|
| Documentation in Solution | 04 Oct 2004 12:11 GMT | 1 |
We would like to include application documentation in our VS.NET solution. Documents are PDFs, Visio files, images, etc. that describe different specs for the whole application. While we could include the files scattered throughout individual projects of the solution, it would be ...
|
| Create a Menubar for Word | 04 Oct 2004 09:19 GMT | 1 |
Last two days I have reading and coding about office development. But there are still a few things that are confusing me. This is the case: We have a intranet (built in asp) with a sql server 2000 as data store.
|
| VS 2003 create Framework 1.0 project? | 04 Oct 2004 04:18 GMT | 1 |
Can I create a project/solution using VS2003 such that the resulting executable runs on the 1.0 framework rather than the 1.1 framework? TIA, Bill
|
| Can not debug in vs2003 with vs2005 (.net frm 2.0)installed. | 03 Oct 2004 16:25 GMT | 1 |
I have to unistall the .net ver 2.0 framework to debug in vs 2003. Is vs2005 going to be able to co exist with vs2003? If not how can I test it and continue to programminf with vs 2003?
|
| Simple deployment to Web Server? (noob) | 03 Oct 2004 07:52 GMT | 1 |
Situation: ========== noob developer on VS.Net 2003 XP Workstation for developing
|
| trouble installing visual studio.net 2002 | 03 Oct 2004 00:12 GMT | 1 |
Hello i'm trying to install Visual Studio.net 2002. I have done it many times and anything always went fine. Now it happens that a pop up shows up and the installation stops. The
|
| Converting from .Net to com | 02 Oct 2004 07:25 GMT | 1 |
Is there a method of converting a .net assembly (written in C#) to a library that could be consumed by VB6? I've searched extensively on the web but cannot find anything. Thanks.
|
| how to diff code behind files? | 01 Oct 2004 22:42 GMT | 2 |
I'm using vs.net and I can't use the "compare versions" command on the code behind file. When I show a list of pending checkins it only shows foo.aspx, even though I've changed both foo.aspx and foo.aspx.cs. How do I diff the code behind file, or can't that be done in VS.net? That
|
| I'm confused | 01 Oct 2004 14:47 GMT | 2 |
Can anyone tell me the difference between these applications? (or point me to somewhere that does?) Microsoft Visual Studio .NET (2002), Enterprise Architect Edition Microsoft Visual Studio .NET (2002), Enterprise Developer Edition
|
| How to manage dependencies in C# projects ? | 01 Oct 2004 13:49 GMT | 2 |
I have a VS.NET solution comprising many C++/Managed C++ DLL projects and one C# EXE project that depends on those DLLs. Although I do setup the References in the C# project correctly, the DLLs that are plain C++ (unmanaged) don't seem to get copied to the output
|
| Weird stuff... | 01 Oct 2004 12:02 GMT | 1 |
Can anyone help me with this feature? I can't find out the way it works or why you want to use it. Place the cursor somewere i your code, press ctrl + shift + t. Whats now?? Your code jumping around in a random way. Do you understand the
|
| C/C++ flder missing from project properties | 01 Oct 2004 08:10 GMT | 2 |
I have created a C++ project to create a static library. When I go into properties to add additional include folders the C/C++ folder is missing. I have removed, deleted and recreated the project but the C/C++ folder never shows up. How do I get to those settings?
|
| Sending An Array Of Strings Using Soap | 01 Oct 2004 05:05 GMT | 1 |
I am trying to pass an array of strings using soap in the SynWeights() method in the code below. In the browser this method returns the envelope: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|