Search

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

Matching Posts

  • Re: Visual Studio 2005 & telerik r.a.d.Controls & Visual Source

    I suspect that the problem is due to either of these: 1. The assemblies are referenced manually on machine one (i.e. the solution looks for them in C:\Program Files\Telerik\...). Since the r.a.d.controls are not installed on the second machine, the build will fail. You should check the property pages for the project and make sure that the assemblies are loaded from BIN. 2. The assemblies were not included in the VSS project. When you "get" the project from Source Safe on another machine, the bin
    Posted to Component Discussions (Forum) by lini on 5/4/2006
  • Re: Multiple views one module

    hi, You should have no problems navigating from one View control to another. Just call the EditUrl() method instead of NavigateUrl(). For example: Response.Redirect(EditUrl("MyControlKey"))
    Posted to Custom Modules (Forum) by lini on 5/3/2006
  • Re: Beginner Problem to use DNN 4.0.2 source in VS 2005

    Fabian, Did you try to rebuild the solution more than once? When I try to compile the DNN 4.02 source it fails the first time, but on the second build all projects are compiled successfully. I think there might be a small problem with project references in the DNN solution which is the cause for the first build to fail.
    Posted to DotNetNuke (Forum) by lini on 2/13/2006
  • Re: Unexpectedly logged out

    You can quickly fix this by turning off friendly URLs. The most probable cause for this problem is one of the modules on the page. You could try removing them one by one until you find the faulty one and then contact the author for more information about this module's compatibility with child portals. Alternatively you might have a link in your skin which conflicts with the friendly URL mechanism. Try using one of the default skins and see if it helps.
    Posted to DotNetNuke (Forum) by lini on 1/9/2006
  • Re: Custom Editor Provider and RegisterClientScriptBlock

    In your provider code you should have an instance of your editor, which most probably inherits System.Web.UI.Control. You also have to override HtmlEditorControl from the base htmleditor provider class like this: Public Overrides ReadOnly Property HtmlEditorControl() As System.Web.UI.Control Get Return CType(myEditor, System.Web.UI.Control) End Get End Property I think that the earliest your control will have a reference to the parent page is in the load event. Therefore you will need to handle that
    Posted to Custom Modules (Forum) by lini on 12/7/2005
  • Re: Tree View Module for DNN 4.0???

    Take a look at the Telerik r.a.d.treeview - it has support for DNN 4.0 (both a navigation skinobject and a treeview module). It also features a context menu(the module). The DNN skinobject and module are distributed with source code so you can easily extend them to fit your needs.
    Posted to Custom Modules (Forum) by lini on 12/6/2005
  • Re: r.a.d.editor on DNN4

    A new release of the r.a.d.editor provider should be online now. When you download it you will see two folders in the archive - net1 and net2. Net1 is for the DNN 3.x (.net framework 1.1), while the net2 folder contains a version for DNN 4.x, which should be used with the .net 2.0 version of the editor. Installation is still the same, the only difference being you are copying everything into the Dotnetnuke/Website folder instead of just the Dotnetnuke/ folder.
    Posted to DotNetNuke (Forum) by lini on 11/30/2005
  • Re: Error when installing module definitions - DNN 4.0

    I can confirm this - when trying to upload a module/skinobject I get the same error! On line 92 in painstaller.vb: Dim entry As ZipEntry = unzip.GetNextEntry()
    Posted to DotNetNuke (Forum) by lini on 11/9/2005
  • Re: DotNetNuke 4.0 - Compilation Error

    I had the same error with 4.0 source - fixed it by simply opening the solution and compiling (Ctrl-F5)
    Posted to DotNetNuke (Forum) by lini on 11/8/2005
  • Re: How do I remove the "(DNN 3.1.1. )" from the Title?

    Login as host, go to the Host>Host Settings page and uncheck the " Show Copyright Credits?" box. This should remove the part (DNN 3.1.1) after the page name.
    Posted to DotNetNuke (Forum) by lini on 11/1/2005
Page 1 of 4 (33 items) 1 2 3 4 Next >