| Thread | Last Post | Replies |
|
| Web Deployment Project always checked out | 19 Oct 2006 05:38 GMT | 15 |
I have a Visual Studio solution with multiple web projects and C# library projects. The web projects all have Web Deployment Projects associated with them. The entire solution is under source control with Microsoft Visual Source Safe 2005. Whenever anyone opens the project, ...
|
| Running devenv through ASP.NET | 18 Oct 2006 09:15 GMT | 2 |
I am trying to compile a Visual Studio.NET 2003 solution in code by starting devenv using System.Diagnostics.Process and passing in the correct command-line arguments. This works fine in a windows app but when I use the same code in an ASP.net application on my local machine it ...
|
| System.Timers.Timer Stop Firing | 18 Oct 2006 05:18 GMT | 2 |
Hi experts, I'm having a problem with the System.Timers.Timer class. I'm using this class in a windows service and for the most part everything is ok. However after the windows service runs for an extended period of time all of a
|
| msbuild directions | 18 Oct 2006 04:13 GMT | 13 |
I've been trying to use msbuild by passing it the solution for our projects and modifying the proj file for the exe as necessary. Example: msbuild foo.sln /p:Configuration=Release;Platform="Any CPU" /t:Publish
|
| Share files between a class library project and a Web Service project | 18 Oct 2006 02:32 GMT | 3 |
I need to share a few files between a class library project and web service project. However, when I use "Add existing item" to add those files into web service project, I found "add as link" option is not available.
|
| Printing | 18 Oct 2006 01:41 GMT | 1 |
I am new at programming, but I am trying to print images from 1 to 4 up on a page using .jpg image files. Any ideas how to accomplish this? Thanks
|
| What is the best tool for debugging legacy asp pages intermixed with ASP.NET 2.0 pages? | 18 Oct 2006 01:39 GMT | 1 |
I'm just starting a project where legacy asp pages are intermixed with ASP.NET 2.0 pages. Is ther some way to set up Visual Studio options to debug legacy ASP pages? If not, what are the tools of choice for this mix of pages?
|
| Visual Studio 6.0 Enterprise Edition - Setup crashes | 17 Oct 2006 21:44 GMT | 2 |
We are trying to install Visual Studio 6.0 Enterprise edition on a newly installed PC. XP SP2 with all patches to date. The same CD installs without problems on many other PC's in the office
|
| dexplore.exe zombie processes & disk thrashing? | 17 Oct 2006 21:24 GMT | 4 |
Whenever I quit VSNET help (or SQL Server Mgmt Studio help), the window goes away, but the dexplore.exe process still remains on the process list in Task Manager. Sometimes, dexplore.exe thrashes my disk for long periods of time -- even when I'm not using it. And finally, when I ...
|
| CAN NOT ADD NEW SOURCE UNDER WEB SITE PROJECT ? | 17 Oct 2006 18:58 GMT | 1 |
Hi GROUP, I noticed that under an win project, there is under "Data" menu the possibility to "Add new Data Source" but under a Web Site project no... Why ?
|
| The "GenerateResource" task failed unexpectedly. | 17 Oct 2006 18:08 GMT | 1 |
I have a very strange problem. I added to my full functional solution a statement in a deserialisation constructor. protected BackgroundData(SerializationInfo info, StreamingContext context) {
|
| Change of signing certificate fails | 17 Oct 2006 10:14 GMT | 2 |
I have a C# project in Visual Studio 2005 that is signed with the Microsoft test certificate. No problem with that. Now I want to change the certificate and use a "real" certificate for the signing of my application. And Visual Studio dies...
|
| Expression Web Designer | 17 Oct 2006 02:24 GMT | 5 |
I found the expression web design Last week, then i download it and install, it's seem can create asp.net 2.0 web page, i try to open a website that create by visual studio 2005, but got a message "Not implement", is it possible to open a vistal studio 2005 website?
|
| Password for localhost after update to 2005 | 16 Oct 2006 21:52 GMT | 1 |
When I compile a web application with 2005 that displays a simple page it's asking me for a username and password to connect to the page located at localhost. The same web app runs fine on 2003 and doesn't ask me for the password.
|
| Multi-project solution, starts (runs) projects when not asked to | 16 Oct 2006 15:35 GMT | 1 |
One of my solutions contains some webpages and a webservice (all hosted on another machine), and several standard projects. The solution explorer options are set to automatically use the selected project as the startup project for debugging.
|