473,386 Members | 1,867 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Debug and release webservice projects

Hello,

In VS2003, I used to have two solutions - a debug and release solution.

Each solution had a webservice project and several other class library
projects. The webservice project referenced all the other class library
projects (i.e. so that it used the dll created when those other projects
were built).

The debug solution was configured so that all the projects in it had debug
as their active configuration, and the release project was configured so
that all the projects in it had release as their active project.

This meant that when the webservice project in the debug solution was built,
it would use debug dlls, and when the webservice project in the release
solution was built, it would use release dlls.

OK so far? Good.

Now with VS2005, things have changed.

There seems no longer to be the concept of the webservice project. Instead,
you add your site directly to the solution. And this is causing me problems.

The question is - what configuration do I adopt for the single site that I
now have?

If I add the site to my debug solution, then it will reference debug
projects and use debug dlls.

On the other hand, if I add the site to my release solution, then it will
reference release projects and use release dlls.

I was thinking that I could create two separate sites for each of the
solutions, but I don't want to have to start duplicating all the source *.vb
files for each project.

Any suggestion will be gratefully received.

Regards,

--
Akin

aknak at aksoto dot idps dot co dot uk
May 18 '06 #1
1 1956
"Epetruk" <no****@blackhole.com> wrote in message
news:4d*************@individual.net...
Hello,
There seems no longer to be the concept of the webservice project.
Instead,
you add your site directly to the solution. And this is causing me
problems.

The question is - what configuration do I adopt for the single site that I
now have?


Akin,

I do not know how to solve this terribly stupid thing in VS2005, but you can
install Web Application Project [1] that allows you to create web projects
in VS2005 that behave the same way as in VS2003.

[1] http://msdn.microsoft.com/asp.net/re...structure/wap/

Regards,

--
Martin Kulov
http://www.codeattest.com/blogs/martin

MVP, MCT, MCSD.NET Early Achiever

May 18 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: DKode | last post by:
Ok, Maybe there is an easier way to do what it is im trying to do. Let me explain how I have the solution setup first. Basically, I am having alot of difficulty debugging on my local machine and...
3
by: Brett Romero | last post by:
I'm using VS 2k3. I have built debug versions of projects and now want to build release versions. The IDE is only letting me build one or the other. If I build a release version, it removes the...
5
by: perspolis | last post by:
Hi all I have a webservice that I want to debug it line by line.. I enabled the Debug option in WeConfig. but I can't debug that and when I set a break point for it,that dosen't work .. thanks...
3
by: Pete Kane | last post by:
Hello All, I'm having a problem debugging a project (contained in a solution containing eight other projects), whenever I set a breakpoint and press F5, the solution rebuilds itself ok but I then...
2
by: =?Utf-8?B?SmltIEN1dGxlcg==?= | last post by:
Does C# have problems when running a mix of release and debug builds of projects? I'm talking about something similar to the DLL hell you could get into with VC6 and the MFC shared library. If...
6
by: Andrew Rowley | last post by:
I am having trouble getting debug and release builds to work properly with project references using C++ .NET and Visual Studio 2003. I created a test solution, with a basic Windows form C++...
6
by: =?Utf-8?B?SHVnaA==?= | last post by:
Hi there We are trying to build a C sharp solution in Visual Studio 2005 Professional. We have a number of other assemblies, that do not form part of the solution. Assemblies that do form...
4
by: John Sheppard | last post by:
Hello all, I have an application written in VB.Net that comsumes a webservice. We are having issues with speed. I have not ruled out a webservice problem, and this was my first guess. However...
1
by: Jeff Dege | last post by:
When I am building a project in Visual Studio 2005, I can create references to assemblies that were built by other projects. The problem is that I don't see how to create a reference that switches...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.