Search

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

Matching Posts

  • Using Toolkit: Strong name validation failed

    Hello, I'm trying to install/use the AJAX Control Toolkit, I'm following the instructions on Setting up my enviornment here http://ajax.asp.net/ajaxtoolkit/Walkthrough/Setup.aspx , and when I navigate to the Bin direvctory in the "Choose Toolbox Items" dialog, I get an error message saying: Could not load file or assembly 'AjaxControlToolkit', Version=1.0.61020.0, Culture=neatural, PublickKeyToken=28f01b0e84b65d53e' or one of its dependencies. Strong name validation
    Posted to ASP.NET AJAX Control Toolkit (Forum) by infrandom on 11/1/2006
  • TechEd 2006: DotNetNukers Lunch - Tuesday

    If anyone is at TechEd, let's try and meet up for lunch tomorrow, Tuesday. Meet in front of the Microsoft store around 12:15. So far there should be atleast 2 of us.
    Posted to DotNetNuke (Forum) by infrandom on 6/12/2006
  • Know of a "Email This Page" module that actually emails the page?

    I've been trying to find a module that's been written that provides the "Email This Page" functionality but instead of sending a link can actually send the content of the module/page that its linked to in the email that is sent. Also something that doesnt have to be configured for every page would be really useful. From what I've found so far they all do the same thing and was checking to see if someone else might know of anything.
    Posted to Resources (Forum) by infrandom on 3/24/2006
  • Re: logoff.aspx does it always get called?

    The logoff link is a URL to the logoff.aspx. My question is why would a break point not be hit in that page. The logoff.aspx page is supposed to be be clearing the cookies when you logoff. This is all related to having multiple users log on from the same machine using the ADSI. Currently if someone logs off and the browser is not closed, upon returning to the site the user is not being prompted again for their AD credentials, instead they are just shown the Login page. Only after closing and opening
    Posted to Core Framework (Forum) by infrandom on 3/1/2006
  • logoff.aspx does it always get called?

    I need to make a very small change to the core. My enterprise needs the browser window to close when the user selects the Logoff link. I added a very simple window.close() javascript (the warning message box is acceptable) to the Logoff.aspx page and I commented out the redirect from the Logoff.aspx.vb page. When I first implmented this I set a break point in the Page_Load of the Logoff.aspx.vb page and sure enough I hit the break point, I got the javascript warning and the browser window closed
    Posted to Core Framework (Forum) by infrandom on 2/28/2006
  • Re: Upgraded to 4.0.1 Install.aspx 'Object reference not set to an instance of an object.'

    So is anyone out there using ADSI Authentication and not seeing this problem? Am I the only one? I am still experiencing this problem with 4.0.2 and have moved to SQL Server 2005 and am experiencing the exact same behavior.
    Posted to DotNetNuke (Forum) by infrandom on 1/3/2006
  • Re: Who is running 4.0.1?

    I am running 4.0.1 but won't be able to go into production until I figure out one bug. This is the only issues I've had with 4.0.1. With ADSI configured, sometimes the inital load of the DNN site results in an object referenec error. I'm wondering how many others are using ADSI without any problems?
    Posted to DotNetNuke (Forum) by infrandom on 12/21/2005
  • Upgraded to 4.0.1 Install.aspx 'Object reference not set to an instance of an object.'

    I have two sites that I have upgraded to 4.0.1 and both seem to be exhibiting the same problem. It seems upon trying to access the site for the first time DNN is trying to redirect to the URL http://localhost/mysite/install/install.aspx?mode=Install When this happens I get an " Object reference not set to an instance of an object." error message with the following stack trace: [NullReferenceException: Object reference not set to an instance of an object.] DotNetNuke.Security.Authentication.Configuration
    Posted to DotNetNuke (Forum) by infrandom on 12/15/2005
  • Re: Printing contents of an IFrame module

    That's a good idea, seems much simpler that way. The only problem I'm having is that I need the print icon to display in the container, I removed the actionbutton for the PrintModule and added in my own ImageButton, however, the name of the IFrame has the ModuleID as a part of it. To make things a little more confusing, my 40 install seems to be missing files that are referenced like ~/admin/Containers/container.vb. I suppose in the worst case I can move the print icon into the page itself, but that
    Posted to DotNetNuke (Forum) by infrandom on 12/13/2005
  • Printing contents of an IFrame module

    Hello, I am struggling to find out how to go about changing the printing behavior of DNN. My main goal is to find a way to hopefully use the ACTIONBUTTON PrintModule functionality to print the entire contents of an IFrame (ie. not to print just the displayed portion of the content). Most of the previous posts refer to the DNNJugle PrintTemplate, I haven't really been able to figure out how to work with that as most of the documentation refers the the depricated [PRINTMODULE] tag. I have noticed that
    Posted to DotNetNuke (Forum) by infrandom on 12/12/2005
Page 1 of 3 (23 items) 1 2 3 Next >