| Thread | Last Post | Replies |
|
| VS2005 application in a computer where Active Directory is install | 31 Jul 2006 23:51 GMT | 6 |
This is and old help file for Visual Studio 2003 (may be) or previous and was for 1.0 or 1.1 .Net Framework. In my computer I've the following configurations: 1. OS: Windows 2000 Advance Server
|
| css issue | 31 Jul 2006 23:30 GMT | 1 |
i have a web application. there is a css file applied to it. when i load the page for the first time, css is applied properly but after the postabck, css does not apply at all. it is strange. the application is working fine on all computers excpet my laptop. something wrong with my ...
|
| Changing Project Name? | 31 Jul 2006 13:58 GMT | 4 |
I wrote a Windows Service application. I am done coding and testing. Now I want to move to the production level. The problem is there is another application running in the production server with same name as my application. So I have to change my project name.
|
| OpenMP API/libs? | 31 Jul 2006 06:47 GMT | 5 |
Does Visual Studio 2005 Standard Edition support the Open MP API? or is it just the pro edition? TIA
|
| Need to update Dataset | 30 Jul 2006 14:02 GMT | 1 |
Hi gang, I have: Visual Studio 2005 Visual Basic 2005
|
| VS2005 not automatically recompiling when needed | 30 Jul 2006 12:38 GMT | 1 |
I ran into a weird problem today. I was developing as usual, when suddenly I noticed that my changes in the code didn't show up in the built application. Soon after that I realized that VS wasn't recompiling my files as required, I have to do Build -> Rebuild <project> manually
|
| projectassemblies and slow loading of VS 2005 project | 30 Jul 2006 01:20 GMT | 2 |
I have a large C++/CLI project that I've been building with VS 2005. I've added a WinForm to the project that contains a some 3rd party controls (DevExpress). It compiles and runs, but when I load the project into Visual Studio it takes 5 minutes to start up! Before I
|
| Format a drive | 29 Jul 2006 22:48 GMT | 1 |
I've written a program, in another language, that stresses a 1 GB flash drive our company will be selling soon. I fill it with 0x55, format the drive, fill it with 0xAA, format, fill with 0xff, format, then fill it with various file sizes... The fastest way to fill and delete if ...
|
| Visual Studio 2005 | 28 Jul 2006 12:34 GMT | 1 |
Can anyone help me to find Which version of Visual Studio 2005 is equivalent to Visual Studio 2003 Enterprise. Thanks for you help in advance......
|
| Is it possible to set compiler option in C++ header | 28 Jul 2006 10:27 GMT | 2 |
I recently move from C++ Builder to Visual Studio 2005. In C++ Builder, I used the "pragma option -ps" to set the calling convention (__stdcall) in a header file. How can I set the calling convention in a C/C++ header file under Visual Studio? Is it possible to do that?
|
| SqlDataSource - Isert/delete/Edit don't work | 28 Jul 2006 07:20 GMT | 1 |
I'm working in Visual Studio 2005 VB Code with SQL Server I created a GridView with a SqlDataSource, I generate the Insert/Delete and Edit commands automaticaly. I can see the table content and all seems good but when I click in Edit I
|
| Error using copy project from xp iis 5 to server 2003 iis6 | 27 Jul 2006 22:49 GMT | 1 |
It lets me do the copy but give 2 errors: 1) Error trying to setup the application root 2) Unable to set permissions on the 'bin' directory Can anyone help?
|
| Visual Studio 2005 New WebSite issue | 27 Jul 2006 18:41 GMT | 1 |
I'm not able to create a new project in visual studio 2005 I have installed Visual Studio 2005 and i'm having a strange problem. Whenever i try to create a new website or project it just hangs up. I was able to create before but now i'm not able to do that. Its not
|
| How to do linked server in .Net as in VB6 code shown | 27 Jul 2006 14:23 GMT | 1 |
Can you help with code for .Net equivalent to VB6 code sample below. I can do INSERT INTO …. A holding table in our db in VB6 from a Linked Server ms-Access ... as in example:- sSQl = "Insert Into iImpBaseData (FirstName, Lastname) Select Firstnames,
|
| VC# 2005 Express Edition does not generate database Update and Delete statements | 27 Jul 2006 13:53 GMT | 2 |
I have quite a big problem in VC# 2005 Express Edition. My WinForm application works with an Access database containing a few tables, every table is bound to a DataGridView. Since one of those tables has a variable number of columns (it differs according to an open database
|