using ProjectTracker.Library.Security; could not be found.

using ProjectTracker.Library.Security; could not be found.

Old forum URL: forums.lhotka.net/forums/t/5054.aspx


jparlato posted on Thursday, July 03, 2008

Compiler Error Message: CS0246: The type or namespace name 'ProjectTracker' could not be found (are you missing a using directive or an assembly reference?)

 

I'm getting this error when I run the web ptWeb app.  The error is occuring in PtMembershipProvider.cs at line #2.

This is the latest 3.5 build, anyone have any ideas why?  I have the reference set for the web project and the using is obviosly in the code, but nevertheless... it is failing.

 

RockfordLhotka replied on Thursday, July 03, 2008

This issue is well-known and is covered in various locations, including the install doc. You must run PTWeb in IIS, not the dev web server. This is due to a limitation of the dev web server.

Copyright (c) Marimer LLC