MembershipServiceException compilation error (missing assembly references) --------------------------------------------------------------------------
Key: ANDVS-5 URL: http://jira.andromda.org/browse/ANDVS-5 Project: Android/VS Type: Bug Environment: Windows / VS.NET 2005 Android/VS 1.5 Reporter: Kevin Ortman Assigned to: Chris Micali Priority: Minor When a web project w/ membership services is created, System.Web and System.Web.Services are not added to the .Core project. This causes the following comilation errors to be thrown. Adding the assemblies manually resolves this issue. The type or namespace name 'Services' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) C:\Source\Demo\Northwinds.TimeTracker\Northwinds.TimeTracker.Core\target\Northwinds\TimeTracker\Service\TimeTrackingServiceException.cs 13 18 Northwinds.TimeTracker.Core The type or namespace name 'Services' does not exist in the namespace 'System.Web' (are you missing an assembly reference?) C:\Source\Demo\Northwinds.TimeTracker\Northwinds.TimeTracker.Core\target\Northwinds\TimeTracker\Service\MembershipServiceException.cs 13 18 Northwinds.TimeTracker.Core The type or namespace name 'SoapException' could not be found (are you missing a using directive or an assembly reference?) C:\Source\Demo\Northwinds.TimeTracker\Northwinds.TimeTracker.Core\target\Northwinds\TimeTracker\Service\TimeTrackingServiceException.cs 138 23 Northwinds.TimeTracker.Core The type or namespace name 'SoapException' could not be found (are you missing a using directive or an assembly reference?) C:\Source\Demo\Northwinds.TimeTracker\Northwinds.TimeTracker.Core\target\Northwinds\TimeTracker\Service\TimeTrackingServiceException.cs 150 73 Northwinds.TimeTracker.Core The type or namespace name 'SoapException' could not be found (are you missing a using directive or an assembly reference?) C:\Source\Demo\Northwinds.TimeTracker\Northwinds.TimeTracker.Core\target\Northwinds\TimeTracker\Service\MembershipServiceException.cs 138 23 Northwinds.TimeTracker.Core The type or namespace name 'SoapException' could not be found (are you missing a using directive or an assembly reference?) C:\Source\Demo\Northwinds.TimeTracker\Northwinds.TimeTracker.Core\target\Northwinds\TimeTracker\Service\MembershipServiceException.cs 150 71 Northwinds.TimeTracker.Core -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.andromda.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV