S
SH
Windows Server 2008 x64
SQL Server 2005
Using ASP.NET SqlProfileProvider, we're getting the following exception:
Value cannot be null.
Parameter name: type
Last two methods of the stack trace:
System.Activator.CreateInstance(Type type, Boolean nonPublic)
System.Web.Profile.ProfileBase.CreateMyInstance(String username, Boolean
isAuthenticated)
Now, we installed an old version of our code and it all works fine - but
with our new version we get this exception whenever we touch the profile
object as it goes away to try and create the profile and fails.
This is installing to a production environment and works perfectly in
development/staging environments.
SQL Server 2005
Using ASP.NET SqlProfileProvider, we're getting the following exception:
Value cannot be null.
Parameter name: type
Last two methods of the stack trace:
System.Activator.CreateInstance(Type type, Boolean nonPublic)
System.Web.Profile.ProfileBase.CreateMyInstance(String username, Boolean
isAuthenticated)
Now, we installed an old version of our code and it all works fine - but
with our new version we get this exception whenever we touch the profile
object as it goes away to try and create the profile and fails.
This is installing to a production environment and works perfectly in
development/staging environments.