Search

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

Matching Posts

  • Grouping Array of Objects by Properties

    Given an array of objects what would be the C# equivalent of the SQL statement: "select A,B,C from someTable order by B,C"? Specifically I have a list of objects and I need to group them by more then 1 property, is there a generic solution to this problem that I can reuse in the future? Thank You
    Posted to C# (Forum) by tntomek on 10/4/2006
  • Re: New Release

    I can confirm this. Any light on why they are old?
  • Re: MySQL

    Unfortunately I don’t have the source code even tho I purchased it, that is why I am so pissed about it :) I will perhaps try to reverse engineer it and recompile with the new MySql connector
    Posted to DotNetNuke (Forum) by tntomek on 3/23/2005
  • Re: MySQL

    Hi Geert, you are the original author of that software are you not? Anyways since the company went under does it make it legal for us to freely distribute the source code for the MySql provider? Would it not make more sense to use the new .NET provider Reggie (ByteFx) is working on at MySql.com?
    Posted to DotNetNuke (Forum) by tntomek on 3/23/2005
  • Re: MySQL

    Since I cannot reach BlackJacket Software hopefully some of you can please help. I am using the MySql data provider and over a few hours I keep gettign this error. Any thoughts on how to fix this? I do not have the source code so I cannot debug. "Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached" Here's the complete error: Server Error in '/' Application
    Posted to DotNetNuke (Forum) by tntomek on 3/21/2005
  • Re: MySQL

    I'm a little weary of Black Jacket... I purchased the MySql Data Adapter (w/source) and am still waiting for it. Having installed a copy for my client using it and I'm getting errors after running it for over a few hours. Hopefully when I get the source I can figure it out but support so far has been terrible. Their web site is never up and there is no use contating the authos. I am 99% convinced this business is run out of a basement. http://www.blackjacketsoftware.com
    Posted to DotNetNuke (Forum) by tntomek on 3/17/2005
  • Re: Remove/Replace Membership Provider from DNN3

    bump to Question #1) :)
    Posted to DotNetNuke (Forum) by tntomek on 2/3/2005
  • Re: Remove/Replace Membership Provider from DNN3

    Question #1) In regards to DNN picking up proper roles from the cookie when they come from a custom provider...using FormsAuth.. I have added the following to the sign in so that DNN pickup the proper roles for a user. ... Dim strRoles As String = FormsAuthentication.Encrypt(RolesTicket) ... HttpContext.Current.Response.Cookies("portalroles").Value = strRoles ... FormsAuthentication.SetAuthCookie(Username, CreatePersistentCookie) Is this acceptable or is DNN supposed to sync with existing
    Posted to DotNetNuke (Forum) by tntomek on 1/27/2005
  • Re: Windows Authentication for DNN3.0

    Question #1) In regards to DNN picking up proper roles from the cookie when they come from a custom provider...using FormsAuth.. I have added the following to the sign in so that DNN pickup the proper roles for a user. ... Dim strRoles As String = FormsAuthentication.Encrypt(RolesTicket) ... HttpContext.Current.Response.Cookies("portalroles").Value = strRoles ... FormsAuthentication.SetAuthCookie(Username, CreatePersistentCookie) Is this acceptable or is DNN supposed to sync with existing
    Posted to DotNetNuke (Forum) by tntomek on 1/27/2005
Page 1 of 6 (56 items) 1 2 3 4 5 Next > ... Last »