P
paul.dunstone
HI all
I am using msbuild to compile my web application project. After
building the solution I get the following error message:
Server Error in '/Community' Application.
--------------------------------------------------------------------------------
Value cannot be null.
Parameter name: type
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: type
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentNullException: Value cannot be null.
Parameter name: type]
System.Activator.CreateInstance(Type type, Boolean nonPublic)
+2796915
System.Web.Profile.ProfileBase.CreateMyInstance(String username,
Boolean isAuthenticated) +76
System.Web.Profile.ProfileBase.Create(String username, Boolean
isAuthenticated) +312
CommunityServer.ASPNet20MemberRole.CSProfiles.Create(String
userName, Boolean authenticated) +40
CommunityServer.Components.CommonDataProvider.PopulateUserFromIDataReader(IDataReader
dr, IMembershipUser member, Boolean isEditable, Boolean includeAudit)
+157
CommunityServer.Components.CommonDataProvider.cs_PopulateUserFromIDataReader(IDataReader
dr, Boolean isEditable) +59
CommunityServer.Data.SqlCommonDataProvider.GetUser(Int32 userID,
String username, Boolean isOnline, Boolean isEditable, String
lastAction) +516
CommunityServer.Data.SqlCommonDataProvider.GetAnonymousUser(Int32
settingsID) +457
CommunityServer.Users.GetAnonymousUser(Boolean fromCache) +242
CommunityServer.Users.GetAnonymousUser() +29
CommunityServer.Users.GetUser(Int32 userID, String username, Boolean
isOnline, Boolean isCacheable) +147
CommunityServer.Users.GetUser(Boolean isOnline) +48
CommunityServer.Components.CSContext.get_User() +129
CommunityServer.CSHttpModule.Application_AuthorizeRequest(Object
source, EventArgs e) +191
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
+92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +64
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET Version:2.0.50727.42
If I build my solution in Visual Studio it works correctly. Therefore,
i am assuming this is an msbuild issue. Has anyone experienced this
before and does anyone have a resoution or any ideas?
Cheers, Paul
I am using msbuild to compile my web application project. After
building the solution I get the following error message:
Server Error in '/Community' Application.
--------------------------------------------------------------------------------
Value cannot be null.
Parameter name: type
Description: An unhandled exception occurred during the execution of
the current web request. Please review the stack trace for more
information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: type
Source Error:
An unhandled exception was generated during the execution of the
current web request. Information regarding the origin and location of
the exception can be identified using the exception stack trace below.
Stack Trace:
[ArgumentNullException: Value cannot be null.
Parameter name: type]
System.Activator.CreateInstance(Type type, Boolean nonPublic)
+2796915
System.Web.Profile.ProfileBase.CreateMyInstance(String username,
Boolean isAuthenticated) +76
System.Web.Profile.ProfileBase.Create(String username, Boolean
isAuthenticated) +312
CommunityServer.ASPNet20MemberRole.CSProfiles.Create(String
userName, Boolean authenticated) +40
CommunityServer.Components.CommonDataProvider.PopulateUserFromIDataReader(IDataReader
dr, IMembershipUser member, Boolean isEditable, Boolean includeAudit)
+157
CommunityServer.Components.CommonDataProvider.cs_PopulateUserFromIDataReader(IDataReader
dr, Boolean isEditable) +59
CommunityServer.Data.SqlCommonDataProvider.GetUser(Int32 userID,
String username, Boolean isOnline, Boolean isEditable, String
lastAction) +516
CommunityServer.Data.SqlCommonDataProvider.GetAnonymousUser(Int32
settingsID) +457
CommunityServer.Users.GetAnonymousUser(Boolean fromCache) +242
CommunityServer.Users.GetAnonymousUser() +29
CommunityServer.Users.GetUser(Int32 userID, String username, Boolean
isOnline, Boolean isCacheable) +147
CommunityServer.Users.GetUser(Boolean isOnline) +48
CommunityServer.Components.CSContext.get_User() +129
CommunityServer.CSHttpModule.Application_AuthorizeRequest(Object
source, EventArgs e) +191
System.Web.SyncEventExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
+92
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean&
completedSynchronously) +64
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.42;
ASP.NET Version:2.0.50727.42
If I build my solution in Visual Studio it works correctly. Therefore,
i am assuming this is an msbuild issue. Has anyone experienced this
before and does anyone have a resoution or any ideas?
Cheers, Paul