Search

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

Matching Posts

  • Re: Cannot repair or remove .net 2.0

    [quote user="DeanWagner"] I've now gotten past this particular problem, using a different blog entry by Aaron Stebner http://blogs.msdn.com/astebner/archive/2006/05/30/611355.aspx . Now my problem is VS. I had several versions of VS 2005 installed, and while I was struggling with .net 2.0, I removed one of the versions, which broke all of them. That one I still haven't recovered from yet. [/quote] Hey Dean, thank you so much for finding and post that link. It helped a ton!!! Now
    Posted to Installation and Setup (Forum) by raylinder on 2/1/2008
  • Re: Cannot repair or remove .net 2.0

    I just found a few steps to take to solve this issue from Aaron Stebner's WebLog . Running through the steps now and will post results. Update 1: Just went through the steps - now rebooting the server... Update 2: Just tested and still no luck. ran setup after reboot and get a Setup Error in the installer. Using NetFx20SP1_x86.exe to install 2.0. Will try original .NET 2.0 distro and Windows Update (if distro fails)... Update 3: Just tried original distro (without the service pack) and tried
    Posted to Installation and Setup (Forum) by raylinder on 2/1/2008
  • Re: Cannot repair or remove .net 2.0

    [quote user="DeanWagner"] That's the problem - I can't install a fresh copy. It's in some corrupted state where the install offers me the option to remove or repair, but it fails to do either of them. I'm getting ready to wipe the HD and start over, and it's sad that there doesn't seem to be a faster way to solve the problem. [/quote] I'm having the same problem. I had to change the server name or "computer name". In result, needed to reinstall IIS6
    Posted to Installation and Setup (Forum) by raylinder on 2/1/2008
    Filed under: netfx20a_x86, netfx30a_x86
  • Re: FYI: How to make FCKeditor work in an UpdatePanel

    joshcoady: Note that after some additional testing I found a problem if the editor is ever hidden during a partial postback, there could be some javascript errors on a following postback. For example, if the editor is on one step of a multistep process in a multiview, tabcontainer, etc. I've posted the details and a solution at http://jlcoady.net/archive/2007/03/30/fckeditor-work-inside-updatepanel Thank you for the better solution. I think the .js route, per your blog post, is a very smart choice
    Posted to ASP.NET AJAX UI (Forum) by raylinder on 4/6/2007
  • Re: Newsletter

    Look at the line below (located in the Page_Load method): ddlSubscriptions.SelectedValue = profile.Preferences.Newsletter.ToString(); You may want to check the "default" value in the web.config file under the "profile" preferrences and change is to "HTML"... When you're calling: <asp:ListItem Text="HTML versie" Value="Html" Selected="true" /> <asp:ListItem Text="Geen abonnement" Value="None" /> <asp:ListItem Text="Plain tekst" Value="PlainText" /> the selected value will be ignored
    Posted to TheBeerHouse Starter Kit (Forum) by raylinder on 4/3/2007
  • Re: About MB.TheBeerHouse.BLL.BizObject Of Method PurgeCacheItems(string prefix) Of Question?

    Well, if you think about what's it's doing. The first method builds a list with the same key. The second method may not (haven't tested) remove all items with the same key, just the first item with the key found. I know SQL queries are somewhat simular. Just be careful with any changes you make. I've found that many methods use the same method in many areas in TBH, so change/adjusting one method may affect other methods as well. You'll need to test it though...
    Posted to TheBeerHouse Starter Kit (Forum) by raylinder on 4/3/2007
  • Re: What are the Pros and Cons of TheBeerHouse Starter Kit?

    raylinder: Now, I'm trying the replace all Gridviews with Datalists with custom paging/sorting in the store. I finally got the Datalist to view products and replaced all Gridviews. Now it's just getting the custom paging to work...
    Posted to TheBeerHouse Starter Kit (Forum) by raylinder on 4/3/2007
  • Re: What are the Pros and Cons of TheBeerHouse Starter Kit?

    I'm currently using the TBH kit for a major development for shopping carts on Glacsy.com. If you could see the things I have done to TBH, it's more complicated now than the original kit. If you know what you're doing, it's not that hard to restucture the kit (turning on/off features). I stripted the kit into 2 major areas/sites. All the "Community" relate feature are on the Community site and all store feature are on the, well store site. Then the admin areas/features, I create a whole site just
    Posted to TheBeerHouse Starter Kit (Forum) by raylinder on 4/3/2007
  • Re: What are the Pros and Cons of TheBeerHouse Starter Kit?

    vvsharma: Was anyone able to use the BeerHouse Starter kit successfully?I was having somee issues with the Store>Checkout process [ Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)) Any idea ,what this could be? Though,I was unable to spend some time on tracing the cause,I was wondering if any of you guys know what this is? Thanks in Advance! I was hoping you would have already known what these "Access is Denied" mean. Most likely it's always an issue with permissions and
    Posted to TheBeerHouse Starter Kit (Forum) by raylinder on 4/2/2007
  • Re: HOW TO: Send email using System.Net.Mail

    Bernhard: Hello, I also have got the problem, that the return path doesn't work, even when I use the DeliveryNotificationOptions. Whats wrong? The failure message is allways sent to myAdr1@gmx.net and not to myReturnPath@domain.com . Please help!!! MailMessage msg = new MailMessage( "myAdr1@gmx.net" , "asdf@asfRsdfs.net" , "testmail" , "Testmail" ); msg.DeliveryNotificationOptions = DeliveryNotificationOptions.OnFailure; msg.Headers.Add( "Return-Path" , "myReturnPath@domain.com" ); SmtpClient smtp
Page 1 of 3 (22 items) 1 2 3 Next >