Search

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

Matching Posts

  • Re: Where is DeleteItem text stored?

    I was using Explorer. I even resorted to a third-party tool to grep for the text string. Not anywhere to be found. I'm thinking it must be bound into a *.resources binary file.
    Posted to DotNetNuke (Forum) by sitary on 10/7/2005
  • Re: Where is DeleteItem text stored?

    Hmm, I don't have a app_localresources folder under DNN. I'm using version 3.0.12. Was this folder added in a later version?
    Posted to DotNetNuke (Forum) by sitary on 10/7/2005
  • Where is DeleteItem text stored?

    I've searched every resx file and the database but I can't find where the text for DeleteItem is stored. It returns the generic message "Are You Sure You Wish To Delete This Item?" from the following: Me.cmdDelete.Attributes.Add("onClick", "javascript:return confirm('" & Localization.GetString("DeleteItem") & "');") Thanks, Simon
    Posted to DotNetNuke (Forum) by sitary on 10/7/2005
  • Re: Some new features

    Me too! Seriously, thanks in advance.
    Posted to Issue Tracker Starter Kit (Forum) by sitary on 8/26/2005
  • Re: Global.asax error

    Where in the error message do you see an issue with solpart? Thanks, Simon
    Posted to DotNetNuke (Forum) by sitary on 3/20/2005
  • Re: Global.asax error

    That may be so. Although I could see DotNetNuke.dll in the bin folder, maybe the version was incorrect. Anyway, after spending several fruitless hours doing rebuilds, IISRESET, deleting web caches and temporary ASP.NET files, it is now working. And you know what got it working? Rebooting the server. I could kick myself. Still on the learning cliff. Thanks, Simon
    Posted to DotNetNuke (Forum) by sitary on 3/18/2005
  • Global.asax error

    My site works fine on my development machine but fails when I copy it up to the production server. The error message is: Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Common Language Runtime detected an invalid program. Source Error: Line 1: <%@ Application Codebehind="Global.asax.vb" Inherits="DotNetNuke
    Posted to DotNetNuke (Forum) by sitary on 3/18/2005
  • Re: Sudden Error

    I was getting this error quite often in versions prior to 3.0.11. It seems to occur after 15 minutes or so of inactivity with the site. The workaround that Jan mentioned is to make a inconsequential change in web.config - add a space - and then save it. The change will trigger IIS to reload the DNN app and it should start responding again. Another suggestion that worked for me is to uncheck the "host/host settings/advanced settings/use friendly urls" checkbox. Simon
    Posted to DotNetNuke (Forum) by sitary on 2/25/2005
  • Re: Optimized VS.Net Solution for custom modules + free modules

    Very cool! A great "solution" that makes DNN development easier and faster. The only thing I might add in the instructions for those newbies amongst us - and I include myself in that group - is: * In addition to modifying the url in *.webinfo, also change any references in My Modules.sln. * Make _DNNStub the startup project. * Set Default.aspx as the startup page. And it just works! Thanks for sharing. Simon
    Posted to DotNetNuke (Forum) by sitary on 2/25/2005
  • Re: Dotnetnuke using SQL Integrated Authentication

    Check to see if the IGRP_DNN login name is correct in the DNN database. I've had that bite me a number of times when I restore from a backup. For some reason the user account remains but the login name is set blank. Here's a script I use to restore it: /**************************************************************************************** Name......: AddDNNUser Written...: 01/20/05 By........: SJF Purpose...: Configure the DNNUser login *********************************************************
    Posted to DotNetNuke (Forum) by sitary on 2/8/2005
Page 1 of 2 (18 items) 1 2 Next >