Search

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

Matching Posts

  • Re: Need Help Modifying / Build DotNetNuke.Core project

    Thanks, I started doing that and it seems to have resolve my issue's. As far as the scheduler changes I wanted to modify scheduler provider so the it could be run from a Windows service. I seem to have been successfully with making only a couple minor tweaks. The reason I was doing this is because some custom scheduler events I wrote needed to access many resources on share drives, which when they ran under DNN they didn't have access to. I know I code have change the process ID that ASP.Net runs
    Posted to Core Framework (Forum) by kpetro on 4/21/2005
  • Re: Accessing resources from custom module

    I will try to answer to the best of my knowledge: 1, 2, 3) You should have you images (or any resource) in the DesktopModules\MyCompany.MyModule\ directory. The path should be set up using the TemplateSourceDirectory property on the Control. (<IMG SRC=""" & Me.TemplateSourceDirectory & "/abc.gif"" WIDTH="15" BORDER=""0"" HEIGHT=""15"">) 4) I have never tried anything such as this in a Module, but I assume you can reference the JS file the same way you refereance an image. 5) Yes you
    Posted to Custom Modules (Forum) by kpetro on 4/19/2005
  • Re: Custom Module : multiple view controls

    This is what I did to acheive something similiar to what you are asking. It may have been overkill, but it was something I had already coded and I used it as a learning experience for creating a DNN Module. My custom DNN Module's Edit Control and View Control work as follows: Edit Control: The edit control is used to enter in mappings between controlstates and controlclasses. The control class is jsut a path to a normal ascx file (which are now converted to inherit PortalModuleBase). View Control
    Posted to Custom Modules (Forum) by kpetro on 4/19/2005
  • Re: DNN 2.1.2 scheduler

    Do you have multiple installations of DNN installed pointing to the same Database? From what I understand every installation of DNN will start it's own Scheduling "Thread". Therefore if you have two installations on one server, both of which point to the same database it could look like there are two instances running, but they most likely are from different installations.
    Posted to Core Framework (Forum) by kpetro on 4/19/2005
  • Need Help Modifying / Build DotNetNuke.Core project

    My Background : I have developed a couple customer modules in DNN using the templates from http://dnnjungle.vmasanas.net and everything was working fine. My Problem: I then attempted to modify the scheduler in DNN and make some custom changes. Yesterday I was successful in building the project with my changes to some of the core code. Then today when I open the solution I get build errors and many, many, many dependency errors that I input below. In general does anyone have some guidlines on the
    Posted to Core Framework (Forum) by kpetro on 4/19/2005
Page 1 of 1 (5 items)