| Thread | Last Post | Replies |
|
| ASP Editor | 17 Jan 2005 16:29 GMT | 3 |
We are going to develop a web application with ASP and we are looking for a suitable environment. The application that we are trying to develop is not an ASP.NET application. So we are curious about if microsoft has a suitable tool to develop ASP
|
| evaluating a string as an expression | 17 Jan 2005 15:15 GMT | 1 |
Hello, I am rather new to VB, though I've used other languages for years. I am trying to figure out how, in VB .NET, to evaluate a string as an expression and I can't figure out how to do it.
|
| vs.net 2003 or whidbey? | 17 Jan 2005 14:52 GMT | 1 |
We have some 1.1 sites developed in dreamweaver and we will be developing all new sites for the 2.0 framework when it's out of beta. We just purchased an ms subscription and will be using visual studio for development now. I like whidbey a lot more than vs.net 2003... can I skip ...
|
| Ayuda para instalar visual basic.net | 17 Jan 2005 11:02 GMT | 1 |
Hola. Tengo windows xp profesional. El problema que tengo esque no consigo instalar el visual basic.net Me dijeron que nesecitava el paquete access para xp para la base de datos.
|
| VS.Net 2005 ? | 17 Jan 2005 10:56 GMT | 2 |
Does anybody here has an idea when VS.Net 2005 will possibly be released? I cannot find any clue on MS's web site.
|
| Setup Project - Changing the banner visual | 17 Jan 2005 02:05 GMT | 2 |
With a standard VS.NET Setup project - is there a way to specify a different image that appears in the title banner of the wizard?? Does that make sense? I mean the white space with the cartoon icon of a computer and CD.
|
| adding folder with their files to a project | 16 Jan 2005 20:25 GMT | 2 |
Can anyone help me understand how to add a folder and ALL of it's files to a project in the VS.NET environment? In VS Interdev you could add them with no problem. In VS.net there is NO oprion to add folder wih files! only files. Help!
|
| C# in VS.NET for VB.NET noobs | 16 Jan 2005 13:01 GMT | 2 |
I'm taking my "first" steps in programming C# in VS.NET 2003. I've been doing a lot of stuff with VB.NET, but would like to start using C# as well. I can handle the C# language without problems (due to it's similarity Java grammar), but what I'm having problems is VS.NET - so
|
| Keys are mixed up. DevStudio thinks its German? | 15 Jan 2005 23:04 GMT | 1 |
When I type the 'y' key, I get a 'z'. When I type a backslash, I get a '#'. A ':' gets me a little o umlaut. I think my keyboard thinks its in German. This doesn't happen in Word, Notepad and other progams, only MS Dev 6. How can I make my keyboard immigrate back to the new world?
|
| Visual Studio .NET has detected that the specified Web server is not running ASP.NET version 1.1. You will be unable to run ASP.NET Web applications or services. | 15 Jan 2005 21:09 GMT | 3 |
First of all......my environment is WinXP, IIS5.1, ASP.NET 1.1, Visual Studio 2003 Ok. I know that I've messed something up but can't seem to put my finger on it. I recently set up my IIS so that the default web site ends up pulling
|
| mervdowell@burridgefarmhouse.freeserve.co.uk | 15 Jan 2005 20:57 GMT | 1 |
Is it possible to save a project in VS 7.1 back to VS 7.0 or are they two different beasts. Andy.
|
| Problem installin Visual Studio 6 | 15 Jan 2005 00:21 GMT | 2 |
I tried to install Visual Studio Professional 6 on a computer with Windows Xp + SP2 and Visual Studio .NET 2003 (7.0) installed. I receive an error telling something about C:\Windows\System32\autoexec.nt not being a valid windows file with options to close or ignore. After that ...
|
| Error w/ my first try at Visual Studio .NET | 14 Jan 2005 21:03 GMT | 2 |
I created a new project named 'WebApplication1'. By default it loaded a blank form named Webform1.aspx. I created a button that is supposed to display 'Hello world' when you click it. When I try to run it (using http://localhost/WebApplication1/Webform1.aspx )
|
| text in message boxes is invisible... | 14 Jan 2005 20:59 GMT | 3 |
Anything I output to a message box is invisible except for the title of the messagebox. For example, the statement MessageBox.Show("This is my test message", "MsgBox Title") will return a messagabox where the text is present but not visible, the OK on the "OK" button is not ...
|
| stop a command-line compilation | 14 Jan 2005 18:01 GMT | 1 |
I start a visual C++ project compilation from a dos shell using the command line : devenv.com /build "solution configuration" "solution name.sln" once started, if I press 'CTRL-C' in the dos shell, the compilation stops properly.
|