Tagged Questions
1
vote
1answer
167 views
Using DataContext Type in Web.Config Profile Properties
Hoping someone has an idea on how to use a type from my linq-to-sql datacontext as the type attribute in my web.config providers property.
<profile enabled="true">
...
1
vote
0answers
113 views
DSACryptoProvider fails with mandatory or temporary profiles
The following code fails when the user is logged on under a mandatory or temporary profile.
private static bool VerifySignature(byte[] signature, byte[] data) {
DSACryptoServiceProvider ...
2
votes
1answer
314 views
Mixing .NET assemblies (.NET 3.5 and .NET 4.0 Client profile)
We would like to deploy our application targeting the .NET 4.0 Client profile because I believe it is now deployed on most Windows 7 PCs. Some of the components we use do require .NET 4.0 so its not ...
1
vote
2answers
6k views
'System.Web.Security.SqlMembershipProvider' requires a database schema compatible with schema version '1'
I want to use profiles and was able to use aspent_regsql -A p to install the tables. I can see them throughout SQL management studio.
I'm actually using SQLExpress 2005, and my ...