| Thread | Last Post | Replies |
|
| Classic ASP with Studio .NET | 29 Feb 2004 17:09 GMT | 1 |
Is there any way of using Studio .NET for Classic ASP projects? Some small solutions are still easier for me to do in classic ASP so I would like to use Studio .NET for that as well. I don't need all the features that Interdev has, just creating a new project and hold all the
|
| Can't make a form in vb.net | 28 Feb 2004 12:51 GMT | 1 |
When I try to make a new windows application in vb.net it says automation server can't create object. plus my start page only has my profile in it. I just want it to go back to default, I tried to reinstall it but that didn't work..
|
| Create a file on the web server | 28 Feb 2004 08:40 GMT | 2 |
I want to be able to get information from users on the Internet and write it to a file on my Intranet server. I want a separate file to be created each time a user posts information to the site. Is there a way to create a file on my Intranet server from my Internet application?
|
| Upgrade from 2002 to 2003: how? | 28 Feb 2004 06:02 GMT | 7 |
Hello all, I hope someone can help me out. I have Visual Studio .Net 2002, academic addition. The 2002 editions of VS .Net have bugs to make it simple which the 2003 version fixes. I was told it was possible to upgrade from 2002 to 2003 for a relatively small fee. Is
|
| Version of .NET framework used by VS.NET | 28 Feb 2004 05:51 GMT | 1 |
The dialog box under the Help menu ---> About Microsoft Development Environment says that the Microsoft Development Environment 2002 version is 7.0.9466 and the Microsoft .NET Framework 1.0 is Version 1.0.3705. I have Version 1.1 installed on the machine along with Version 1.0
|
| Visual Studio 2004 | 28 Feb 2004 05:49 GMT | 2 |
Does anyone know when this year the new VStudio is going to be released Any pricing information Thank you Adrian
|
| VS2002 version vs. VS2003 version | 28 Feb 2004 00:41 GMT | 3 |
I own a VisualStudio 2002 version and I like to upgrade it to VS2003 version. What is the easiest way to upgrade without having to buy 2003 version Thanks
|
| Where is this setting? | 28 Feb 2004 00:11 GMT | 1 |
Right now my visual studio.net 2003 does something really annoying. If I have a solution open and I go to windows explorer and click to open another project, it will close my current solution and open the project in the current instance of VS.
|
| File header macro - newbie | 28 Feb 2004 00:00 GMT | 1 |
Hi .. Any idea how to create a visual studio macro that inserts file headers into c++ code files... if you have any sample code please post it... Thank you
|
| Dynamic help | 27 Feb 2004 23:42 GMT | 1 |
How do I get rid of the dynamic help? It keeps coming back no matter what I do (or did I try everything?)
|
| Command Line Building and Source Control | 27 Feb 2004 23:37 GMT | 2 |
I have a Visual Studio .Net 2003 solution that is connected to a PVCS 7.5 source control project. What I would like to do from the command line is start up the solution, get all the files that are associated with the solution and then build the solution. This would be part of a ...
|
| VS.net 2003 C++ Class view gone :( | 27 Feb 2004 23:09 GMT | 1 |
Howdy, I really enjoy Visual Studio .Net 2003's C++ class view and now it is gone. There is no tree of any kind in the class view window, just the root project icon.
|
| Check box AfterUpdate Event problem | 27 Feb 2004 20:24 GMT | 1 |
I have a check box in my ASP.Net Web form I have an AfterUpdate event for a check box But When I check / uncheck that check box, AfterUpdate does not get invoked Please let me know what causes this
|
| Folder Browser Dialog Doesn't show directory tree | 27 Feb 2004 19:25 GMT | 3 |
I'm trying to write a Visual Studio.net 2003 macro that will display a FolderBroswer Dialog. When the code below executes, the FolderBrowser dialog is displayed with 3 buttons (Ok, Cancel, New Folder), but there is no tree control displaying directories Sub SetSandboxRoot( ...
|
| Setting a component's attribute. | 27 Feb 2004 18:03 GMT | 2 |
In my .msi I need to make Foo.txt "Leave installed on uninstall" and "Never Overwrite if already exists". For this I need to set the attribute of the component to 144. I can see no way of doing this from Visual Studio 2003 .NET.
|