-
Thanks for the quick response Chris. I am indeed having the same issue so it doesn't look like it is related to the principal or identity. I didn't give specifics because I am actually trying to get CSLA 3.5, ASP.MVC (.NET 3.5 extensions) and the Membership Provider all working together. If you have the time and desire (and visual studio 2008) you can
-
Hey Chris, Do you think you can post or email me your principal and identity classes you are using for this sample? I am still having trouble and the provider/identity I am using is the code from the PTracker sample. Thanks ~james colema18@gmail.com
-
Thanks for the code, I am having a bit of trouble however if someone could help I would appreciate it. Error when I try to login: Server Error in '/Sandbox.Web' Application. Security Exception Description: The application attempted to perform an operation not allowed by the security policy. To grant this application the required permission please contact
-
Well it was a silly mistake and not even CSLA related, so sorry for the post. It turned out I neglected to actually instantiated my sortedlist before I added something to it.
-
I think the post just didn't come through in email. There is no font tag, and the nodes might have gotten messed up in the email. The code looks right via the web site post. I still have the problem if anyone else can try it out. It blows up when it recursively calls itself. I am sure it is something silly that I am missing. It is rather frustrating
-
This is blowing up. It appears to only blow up if the Node has child nodes. Can someone tell me what I am doing wrong? (It blows up on the "Taxes" node). PayoffQuote.cs private void Fetch( Criteria crit) { int i = 0; XmlDocument doc = new XmlDocument (); doc.Load( "C:\\Clients\\FinanceSource\\FinanceSource.Library\\xml\\MockLease.xml" ); XmlElement
-
Can Rocky and others look over the code below and point out some improvemetns I can make. I noticed that the applyfilters is not stackable unless you create another filteredList and through the first filtered list into it - so hopefully I am doing that right. bulletins.Count isn't ever null here, but it appears taht if bulletins.count = 0, then any
-
I have custom paging for a datagrid control that is binding to a BulletinList : ReadOnlyListBase<BulletinList, BulletinInfo> collection. The 2.1 handbook refers to implementing paging, but it is more focused on only returning the rows JIT from the database. I however already have the fully populated BulletinList (under 200 rows) and my datagrid