| Thread | Last Post | Replies |
|
| Creating .Net 1.1 WebApp in Visual Studio 2005 ? | 08 May 2006 02:52 GMT | 1 |
We want to convert Visual Studio 2002 to Visual Studio 2005. But some of our clients do not want to install on production server .Net Framework 2.0. We do not want to have two sources one in VS2002 and another in VS2005. A solution I think to create in VS2005 application that runs ...
|
| Impossibly SLOW compile times? | 08 May 2006 00:58 GMT | 5 |
I have a solution that loads and compiles and expected speeds on virtually all systems except my primary desktop system which is a high-performance Dell Precision 360 with 1MB RAM and SATA drives. Loading the project and/or recompiling on this sytem takes upwards of 15 minues. ...
|
| Filtering a dataset | 07 May 2006 15:05 GMT | 1 |
I would like to know how can i filter an existing dataset that i've already reated and uploaded from the database? For example - from all the records, keave only those in which the coloumn "Name" starts with the letter "s", and so on.
|
| Visual Studio 2005 .net 1.1 | 07 May 2006 09:38 GMT | 2 |
hi * can use Visual Studio 2005 with the dotnet Framework 1.1 ? must i configure anything ? thanks
|
| Update | 06 May 2006 20:46 GMT | 1 |
Are there update, hotfix and so on.. for Visual Studio 2005? Max
|
| Brace Matching Question | 06 May 2006 15:57 GMT | 8 |
In Visual Studio 2005, the Automatic Brace Matching features will highlight the matching brace when you type a closing one. However, that highlighting will only last until you hit another key. The help files would indicate that it's possible to configure VS 2005 so
|
| EULA question | 06 May 2006 04:30 GMT | 3 |
I've just read this comment in Ethereal documentation: http://anonsvn.ethereal.com/ethereal/trunk/README.win32 MS Visual C++ Version 7 / VC.NET Currently unsupported for two reasons:
|
| visual studio 2005 Assembly '...' must be strong signed in order to be marked as a prerequisite | 05 May 2006 16:42 GMT | 2 |
I am getting the following error: Error 35 Assembly '...' must be strong signed in order to be marked as a prerequisite It happens when I build project A and then do a release build of
|
| VS 2005: "Small Business" Design Template | 05 May 2006 16:18 GMT | 1 |
can anybody tell me why radio buttons and list boxes are not visible (although they show up in the HTML source code of the browser) when they are placed inside an HTML table and when using the small business design template for VS 2005
|
| Team foundation source control - add folder???? | 05 May 2006 11:56 GMT | 1 |
Is there a way through the IDE to add a new folder without adding a file to the checkin? I have a scenario $\TFSProj\proj1\
|
| Viewing project references in VS2005 | 05 May 2006 09:27 GMT | 1 |
Does anyone know how I can set up my solution so that when I add a project, I can view that project's references by default? This used to be the case in VS2003, but the only way I find I can do this in VS2005 is by selecting the project and clicking on the 'Project' > 'View All ...
|
| .NET newbee | 05 May 2006 06:00 GMT | 2 |
Does use of .Net allows to make GUI more sophisticated/attractive then the use of VS 6.0 ? If yes could you explain or forward to some link ?
|
| Get the NT username | 05 May 2006 01:27 GMT | 3 |
How can I get the name of a user from the NT ID? Like, when I hit Ctrl+Alt+Delete I see my NT ID and full name, how can I get the full name? Thanks
|
| Creating setup project for website | 05 May 2006 01:20 GMT | 1 |
I want to create a setup project for website. The only way I can see is to add the project output of the website project to the setup project using "Add Project Output" option. But this is putting all the assembly files of the project in one place. But, I want particular set of dlls
|
| VS 2005 and Format Selection problem | 04 May 2006 21:27 GMT | 1 |
It's a silly thing, but it's annoying me. In VS.NET, when I have this html: <td>Text</td> if I select it, right click and Format Selection, it turns into:
|