| Thread | Last Post | Replies |
|
| visual studio 2005 compiling a asp.net website | 30 May 2006 15:51 GMT | 1 |
I'm using visual studio 2005 and tried to open a web site. The web site code is written in ASP.net/C#. While doing a build of the website, the compiler gives a bunch of error messages regarding a server side include file. This is because the compiler defaults the languange to
|
| How to create TextBox controls in runtime | 30 May 2006 13:08 GMT | 1 |
Hi... I need to know how to create TexBox controls in runtime and also know how to named each one For Example> If I create 5 TextBox controls in runtime... Each of these must be named as:
|
| VS 2005 hangs/very slow on trying to open file or project | 30 May 2006 01:49 GMT | 1 |
Have just installed VS2005, when trying to open a file, project etc., the 'browse for' window takes a very long time to open a folder etc. So much so that its unusable (30-40 seconds per folder level!), VS 6 etc work just fine!
|
| How do I comment out a block of code? | 30 May 2006 01:42 GMT | 1 |
I am usinng the old Visual Studio 6 (specifically Visual InterDev). I have a block of code that needs to be temporarily commented out. If I select the block of code there should be an option that allows me to comment all the selected lines. However, I certainly do not see where ...
|
| Invoking Microsoft Access from VS 2005 | 29 May 2006 20:03 GMT | 1 |
Does anybody know how can I Invoke a Microsoft Access function from a VB (VS 2005) programm. More specifically, I want to perform Access administrartive functions to a JET 4.0 Database from a VB programm.
|
| Help me to correct this code | 29 May 2006 19:54 GMT | 1 |
The idea is to create textbox controls with diferents names This part of the code is wrong TextBox "txt" + mes + "_" + cod_uni_neg = new TextBox(); Help me to correct it please...
|
| VC8: project properties won't save | 29 May 2006 17:23 GMT | 1 |
I was developing this application in VC6, and yesterday I got VC8. Everytime I open that workspace I get told that I need to convert all the projects to the newer format. So I say "Yes to All", and each time I close the workspace and open it again, I get the same message. I've
|
| How can I add a folder tree into a VS 2005 solution? | 29 May 2006 17:20 GMT | 1 |
In VS 2005, i want to add a folder tree into a solution folder I created. VS 2005 does not seem to be able to add a folder tree into a solution and I may have to manually add the sub-folders one at a time. Is there a way to tell VS 2005 to bulk add the files in a folder tree or do I ...
|
| Team Explorer / TFS Newbie Help | 29 May 2006 14:29 GMT | 1 |
I have got Team Foundation Server up and running and have to say I am very impressed. I have a couple of questions however which I am sure will have simple answers: A) Solution Management
|
| Best approach to team development? | 29 May 2006 09:39 GMT | 2 |
I have 2 developers using VS2005 Professional. What is the best approach for development, particulary the setup of the VS project on each developers machines. Right now the site files for a project are kept on a file server. Both
|
| newbie question - how to create an instance of an application object | 29 May 2006 09:36 GMT | 1 |
To put things into perspective, I've been using Visual Studio for a total of 1 week now. I'm researching how to transports data from Filemaker to MySQL and found an interesting article on how to accomplish this. I just can't interpret the instructions into tasks that I can do. In ...
|
| Visual Studio 2005 Local Help Files Not Being Searched | 29 May 2006 08:58 GMT | 3 |
I've noticed when I try to search help in Visual Studio 2005 that it finds results in the online providers (MSDN Online, Codezone Community) but it comes up with zero results for Local Help every time. This used to work and now it doesn't. I've uninstalled Help and re-installed ...
|
| databinding combobox | 28 May 2006 14:20 GMT | 1 |
Hi, I'm trying to build my first vb2005 dataapp but I'm somewhat lost here. I have a database table displayed in a grid. This table has a field called countryid which is linked to another table with the actual countrynames. On the same form I have a combobox which should be ...
|
| VS2005 C#: User Testing | 27 May 2006 14:57 GMT | 12 |
1. A using is underlined in blue with the error The type or namespace name 'Drawing' does not exist in the namespace 'System' (are you missing an assembly reference?) The answer, of course, is
|
| VS2005 - Debug: "Step Into" disappeared?!! | 27 May 2006 03:20 GMT | 2 |
When I'm in debug mode I now have only one option, Step Over, both on the debug tool bar and in the debug menu. How the heck does that happen? What happen to Step Into/Outof?? How do I restore these? Thanks,
|