| Thread | Last Post | Replies |
|
| Reference trouble in project file VS.2005 | 19 May 2006 08:32 GMT | 2 |
I installed my assembly into GAC and added registry key into registry storage where my assembly saved. Than I created test project and added reference to my assembly. So When I opened test project file in VS.2003 I see following:
|
| Refresh files cripple build | 18 May 2006 23:11 GMT | 3 |
We have a web project that references our class libraries with .refresh files in the bin directory (in a separate project). There are about 8 of those libraries, many of which reference each other in various ways (it's properly architected, don't worry). If we keep the refresh ...
|
| Microsoft Certified ASP.Net application | 18 May 2006 17:47 GMT | 2 |
I need some information regarding Microsoft Certification for a .Net Application. Let's consider a scenario where Vendor A is developing an ASP.Net application to the client B.
|
| Regular Expression for matching multi dimensional arrays? | 18 May 2006 16:17 GMT | 4 |
I have been trying to write a regular expression in the "Find and Replace" menu to detect a 3 dimensional array. This is the expression I came up with: myArray\[.*\]\[.*\]\[.*\]
|
| VS2005: Start Debugger (F5) does not recompile | 18 May 2006 13:45 GMT | 2 |
I have a rather annoying bug on my machine. In all the projects I'm working on I regularly have the problem that when I hit F5 the project starts but does not rebuild even though I did change the code. You can imagine this causes lots of "suprising" bugs. I've searched all
|
| Visual Studio Professional and Team Foundation Server | 18 May 2006 13:40 GMT | 1 |
I notice that on the feature comparison page, the Professional edition of VS2005 does not mention Team Foundation Server under Source Code Control while the VS Team Edition mentions both. Does this mean that the Team Foundation Server client cannot be used with VS
|
| Moving TempPE somewhere else | 18 May 2006 13:23 GMT | 1 |
I like to keep my source files and generated files separately. For this purpose I've cracked open the .csproj file for my solution and redefined the OutputPath and the BaseIntermediateOutputPath properties to point somewhere outside of the source tree. This worked admirably as
|
| Call async webservice using soap with no hanging | 18 May 2006 10:28 GMT | 1 |
In vb6 I downloaded multiple pages from a website asynchronously by instantiating a dll 3 times that used an inet control with a doevents on the getchunk method when finished I simply raised the event through the dll. This method allowed control back to the application but more ...
|
| TableAdapter generated by Data designer cause problems with NULLs | 17 May 2006 12:43 GMT | 2 |
I have used the Data Designer in VS2005 to create a Data Source. This also creates Table Adapters. Each of the Adapters comes with an insert query. However if i want to insert a record which has NULL values I get conversion errors from DBNull to the type of the database field.
|
| Using VS 2005 for Editing .NET 1.1 Projects | 17 May 2006 11:39 GMT | 3 |
Call me lazy... I know. Once you use VS 2005 you appreciate a lot of the code editing features that are added and improved in the new release. Does anyone know to go about setting up VS 2005 to also edit .NET 1.1 projects (without upgrading) and doing so with a minimal of ...
|
| Help with error I'm getting | 17 May 2006 07:37 GMT | 1 |
When I am in the developement environment (vb.net 2005) and I hit F5 I get an error and I have no clue what is causing this error. (It mentions line190 but even if I comment out the line or complete sub that the line is in I still get the same error, so I have to assume that the ...
|
| ASSIGNING ROLES | 17 May 2006 03:44 GMT | 1 |
I am trying to assign roles in "createuserwizard" does anyone know how to do this? I would really appreciate your help!! thanks
|
| Setup Project | 16 May 2006 23:26 GMT | 1 |
This may be simple once I find out how, but I'm trying to add a desktop icon for one of our laptop/desktop setup and deployment projects that will put it on all users desktops. As usual the MSDN documentation is a joke and there doesn't seem to be
|
| VS2005 include search | 16 May 2006 20:12 GMT | 1 |
I have some programs that used '#include <dir1/file1>' (where it should have been '#include "dir1/file1"') and in VC6 and VS2003 the file was found along the additional include paths of the project settings. But with VS2005 that doesn't seem to work and I have to add the path to ...
|
| Support for ClearCase is VS .NET 2005 | 16 May 2006 16:44 GMT | 1 |
My situation is following: The project is already in ClearCase (CC) but was not added to CC via VS 2005 IDE via "Add solution to Clear Case" command.
|