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: {
|
Showing messages 1 through 1 of 1.
-
Compilation Error
2008-08-06 12:06:05
Maksuda
[Reply | View]
'System.Web.Profile.ProfileMigrateEventArgs' does not contain a definition for 'AnonymousId'
Is ther any solution of the error pls.......?