RE: Help: Unable to open Web service project in a .net solution.
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Mon, 24 Jul 2006 03:24:52 GMT
Hello CharlieBoy,
Welcome to the MSDN newsgroup.
From your description, I understand you have an .NET soluion which containsan ASP.NET webservice project. It works well on some win 2000 machines,
however after you move the solution onto a windows 2003 machine, when
opening the solution, it report "Unable to read the project file xxx" error
against the ASP.NET project, correct?
Since your ASP.NET project has project file, I think you're developing
under vs 2003/.net framework 1.1. Based on my experience, such problem is
likely caused by some project or solution setting is corrupted or not
compatible with the new machine after movement. For general
troubleshooting, you can try the following things:
1. Compare the ASP.NET project's project file's content with the one on
win2000 machine to see whether the content are identical or have any
difference.
2. Since VS 2003 ASP.NET project is hosted in IIS, suggest him open the
"project.webinfo" file to check whether the web app url is correct. You can
exclude te project from that solution and test it individually.
3. Remove the project from the solution, create a new empty ASP.NET
webservice project on the win 2003 server (at the same location in IIS as
the original one) , after that copy the items into the new project and add
it into the solution.
In addition, I've found some other threads discussing on the similar issue
over public newsgroups. Some community members have suggested that we
delete the ".suo" file (of the solution) which contains some customization
setting of the whole soluion before open the solution. You can refer to the
following article to see whether it also helps:
http://www.velocityreviews.com/forums/t112064-unable-to-read-the-project-fil
e.html
Please feel free to let me know if the problem remains or there is any
other new finding.
Sincerely,
Steven Cheng
Microsoft MSDN Online Support Lead
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.
Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial
response from the community or a Microsoft Support Engineer within 1
business day is
acceptable. Please note that each follow up response may take approximately
2 business days
as the support professional working with you may need further investigation
to reach the
most efficient resolution. The offering is not appropriate for situations
that require
urgent, real-time or phone-based interactions or complex project analysis
and dump analysis
issues. Issues of this nature are best handled working with a dedicated
Microsoft Support
Engineer by contacting Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- Prev by Date: Can't access dataset partial class from designer (or anywhere)
- Next by Date: RE: .NET versions conflict in setup projects
- Previous by thread: Can't access dataset partial class from designer (or anywhere)
- Next by thread: RE: How to modify Timer interval?
- Index(es):
Relevant Pages
|