Search

You searched for the word(s): userid:633943

Matching Posts

  • Re: looping through session variables

    You do not have access to the contents of Session variables other than your own. What are you using to store the user login information? If it is the ASP.NET Membership system, you can query the underlying table and there is a field called LastActivityDate. If you're not using the Membership system, then I'd recommend storing something like LastLoginDate in the user record that gets updated upon login. HTH
    Posted to Web Forms (Forum) by straightener on 8/6/2008
  • Re: Nikhil Kothari Web Development Helper Tool

    Hey Nikhil! The page is broken again...would you please (pretty please) get it fixed? This tool is invaluable. You outta sell it. Bret
  • Re: Exception: Padding is invalid and cannot be removed

    Hi there...I think I know the answer. Do you have a <machineKey /> node in your <system.web> section of your web.config file? If not, try adding one similar to: < machineKey validationKey = " 999999999999999999999999999999999999999999999999 " decryptionKey = "999999999999999999999999999999999999999999999999 " validation = " SHA1 " /> Obviously you'll need to change your values to something else, or generate the key with a tool, but the idea is that
    Posted to Getting Started (Forum) by straightener on 12/19/2007
  • Re: Need Help from you all

    We are getting the dreaded Sys.WebForms.PageRequestManagerServerErrorException with a 500 too and found the central issue. On one server we are using sessionState of mode="InProc" but on our load balanced webfarm we are using mode="SQLServer". On the InProc server we are not getting the Ajax error but we are on the SQLServer using the SAME CODE . We're researching the problem but wanted to know if anyone else was getting this error.
  • Re: What the Logon Failed, Provider Cannot be Found error is and how to resolve

    [quote user="AnuradhaS"] Hi, i m getting the same problem, but i m using Dataset, so no setting up provider for it.. hw can i resolve this? [/quote] Hmmm, if I was using a dataset to populate the report, then the problem is most likely with how you have configured the report in development and then when in production something in the production environment is changed or is missing that is causing this. Can you confirm that you do not have problems in development? Can you post a code snippet
    Posted to Crystal Reports (Forum) by straightener on 6/12/2007
  • What the Logon Failed, Provider Cannot be Found error is and how to resolve

    I wanted to post my problem and solution since I've gotten some good information on this board. When deploying my Visual Studio 2005 C# .NET 2.0 web application from our QA server to Production, I encountered some problems, which is not unusual. What was unusual is that two of my four Crystal Reports .NET reports that use the Report Viewer control would not work; they errored out with: Exception information: Exception type: COMException Exception message: Logon failed. Details: Error Code: 0x
    Posted to Crystal Reports (Forum) by straightener on 10/30/2006
Page 1 of 1 (6 items)