473,396 Members | 2,010 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,396 software developers and data experts.

How to make a project for web services?

Hello,

I have a solution, which includes several pieces:

1. Web Services project (web services)
2. BusinessLayer project (dll)
3. CommonLayer project (dll)
4. DataLayer project (dll)

Each project has its own .csproj file, except for the web services. Is
it possible to put the web services project into its own .csproj?
Currently, it seems like the settings for it (like references, etc...)
are stored in the solution file.

Thanks.
Feb 23 '06 #1
3 1115
Hi Frank,

I don't know if I get it right but you could create a new project and
import each sub project in that one (or just add the dlls in
reference). For the Web Services, you can create a new sub project (Web
Service project in VS 2003 and Web Site in VS 2005) and import your
existing classes and asmx files.

This way, if I'm not mistaken, you'd keep your .csproj for each of them
and manage the whole set of projects as one.

I hope I'm quite clear enough, the point being that you can manage sub
projects (in both VS 2003 and 2005).

Best regards,
Pierre

Feb 24 '06 #2
Pierre, thanks. Could you provide a step-by-step instructions? I've
tried it and no matter what I do there is no .csproj file for my web
services project.
Pierre wrote:
Hi Frank,

I don't know if I get it right but you could create a new project and
import each sub project in that one (or just add the dlls in
reference). For the Web Services, you can create a new sub project (Web
Service project in VS 2003 and Web Site in VS 2005) and import your
existing classes and asmx files.

This way, if I'm not mistaken, you'd keep your .csproj for each of them
and manage the whole set of projects as one.

I hope I'm quite clear enough, the point being that you can manage sub
projects (in both VS 2003 and 2005).

Best regards,
Pierre

Feb 24 '06 #3
What you can try if your web project isn't too big is to create a new
web project and to put your existing files into it using Add Existing
Item (right click in your solution explorer).

Just a point though, at least with Visual Studio 2005 web projects
don't have any .csproj but a .sln and a .suo. If you're in this case,
double click on the .sln in your explorater and it will launch visual
studio and open your project.

Feb 27 '06 #4

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

Similar topics

4
by: Brad | last post by:
Error when opening a solution with a web services project in it: "Unable to open the Web project 'myproj'. The file path 'c:\code\myservice' does not correspond to the URL...
2
by: TM | last post by:
When I run an ASP.Net application I am getting the following error: "Error while trying to run project: Unable to start debugging on the web server. The project is not configured to be debugged."...
2
by: | last post by:
Hi all, I have vs.net 2003 locally installed on my XP PRO machine. I have a web server on the LAN which has a website configured at http://services. This is accessible via my web browser and...
1
by: KGarvin | last post by:
Open Visual Studio and create a new ASP.NET Web Services Project. Uncomment the test webmethod (Hello World) in the .asmx file, set as starup file, save and build project and run. Click on the...
0
by: SammyBar | last post by:
Hi all, My problem is basic. I'm starting to try web services with Visual Studio .NET 2002, .NET Framework 1.0. I'm testing the following configuration for my project. It's a ASP.NET Web Service...
17
by: UJ | last post by:
Is there any way for a windows service to start a windows program ? I have a service that will need to restart a windows app if it needs to. TIA - Jeff.
1
by: goal2007 | last post by:
I built a project in (ASP.NET/C#).net (four layers presentation,business, web service, and database layer.) in my local machine. Then I used the “Web Set UP” Project in VS2005 to deploy the project...
6
by: pbd22 | last post by:
Hi. I just got a project that is taking me into previously uncharted territory. I have a reasonably large VB6 project and need to "turn it into a web service". I know this isn't immediately...
3
by: cj2 | last post by:
In the code below I want when this web service is first published for the boolean Running.running to be True. It seems to default to false. How can I make this default to True? Once the web...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.