We've expanded our news coverage and improved our search! Visit
news.oreilly.com for the latest or search for all things across O'Reilly!
Article:
 |
|
Web Parts in ASP.NET 2.0
|
| Subject: |
|
Compilation Error |
| Date: |
|
2006-03-27 20:58:51 |
| From: |
|
asksam2002@msn.com
|
|
|
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 'HttpProfile' does not exist in the namespace 'ASP' (are you missing an assembly reference?)
Source Error:
Line 33: {
Line 34:
Line 35: ASP.HttpProfile anonymousProfile = Profile.GetProfile(e.AnonymousId);
Line 36: if (anonymousProfile != null && anonymousProfile.ChosenBooks != null)
Line 37: {
|