Where do I do that?
Main Topics
Browse All TopicsI installed VS.NET 2005 (and .net framework) and found out afterwards that my winxp didn't have IIS installed. I installed IIS afterwards, registered aspnet with it. Now, if I create a new web site, all works fine. However, my project (web service) once opened if I hit run it is launched using the virtual development server and works fine. However, I've set up a virtual directory and if I try to run it through IIS it doesn't work (
(
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: CS0234: The type or namespace name 'Core' does not exist in the namespace .........)
Do you have any ideas? the directory is set up as application, on the correct version of asp.net
Thanks
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
I found the solution. The virtual directory must be set up before you open the (existing) solution in VS. Otherwise it will try to set one up behind the scenes and it doesn't do a great job.
If you did set it already, you must delete the existing (invisible) web share using the iis admin utility and then set up another one, and then open the solution again.
Business Accounts
Answer for Membership
by: irwinpksPosted on 2006-08-07 at 10:24:25ID: 17265394
is the web service ASP2.net set to ALLOWED or PROHIBITED?... make sure it is ALLOWED