dotnetnuke,dotnetnuke-moduleView the original page-Collection of common programming errors

UnKnown Error


  • Tom
    c# asp.net iis dotnetnuke 2014-1-17 2:11:35
    My app is supposed to create a structure of folders during execution in which it will create, store and process the files generated at run time. This system has been tested in a desktop application and works fine. Now I am trying to use this in a C# asp.net webforms DNN project but it does not as per expectation.When I debug the project the directories are created at the following location the reasons for which I do not understand(but the application executes fine):C:\Program Files\Common Files\

  • Tiega
    iis-7 dotnetnuke wkhtmltopdf pechkin 2014-1-3 21:42:16
    i have tried to install wkhtmltopdf with Pechkin as dll in the DNN “bin” folder. But when i upload the pechkin.dll DNN crashes. I tried to upload the System.Drawing and System.Net dlls because i hope this was only a reference error. But nothing changed.I hope someone here tried this too an can help me.Kind RegardsTiega

  • ThinkingStiff
    email dotnetnuke sendmail send dotnetnuke-module 2014-1-2 20:56:23
    I’m trying to send an email in a DNN module I’m making. However, though it doesn’t crash the email isn’t being sent. I think it has to do with the From Email I’m attempting to use. I’m not 100% sure what email I should be using for the from which is the first parameter.Protected Sub Submit_Click(sender As Object, e As EventArgs) Handles Submit.ClickDotNetNuke.Services.Mail.Mail.SendEmail(“support@localhost”, “[email protected]”, “EmailTest”, “Hello world!”) End Sub

  • ShaunOReilly
    dotnetnuke 2013-12-4 5:32:57
    I do not get this problem.The other issues mentioning this redirect problem is related to portal aliases and full/med trust levels, etc.I have a .net 4 Classic pool pointing to the recently upgraded DNN install.Previous version was 5.xxxx, and now I have upgraded to 7.0.5All the current cms pages work. When I go to the admin section, and in there choose page management, or host setting in the host section, then I get this problem.I know dnn is slowly going down the MVC path, although I still see

  • 1110
    asp.net svn debugging tortoisesvn dotnetnuke 2013-12-3 7:14:47
    I have one project with a few sub projects in it. A few projects contain dotnetnuke modules. And I have committed this project to SVN repo. But now when I checkout version from SVN I have to manually copy module project to dotnetnuke/desktopModules directory. I am trying to find some shorter way for this :(I follow solution from this question DotNetNuke and Subversion guidelines , but have no luck. I added nant.build file to my project with dotnetnuke modules. Navigate to it from command line an

  • Jeroen
    iis-7.5 dotnetnuke 2013-12-3 3:09:07
    I’m getting the following error when attempting to run DotNetNuke 7.1 from IIS. Object reference not set to an instance of an object.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.Source Error:Line 572: //first call G

  • asif-007
    asp.net url-routing dotnetnuke dotnetnuke-7 2013-12-3 0:39:06
    We are trying to implement Custom URL routing through Global.asax, for our custom built module. but we are getting a 404 file not found error.Here is the Global.asax code:<%@ Application Inherits=”DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication” Language=”C#” %> <%@ Import Namespace=”System.Web.Routing” %> <%@ Import Namespace=”System.Web.Compilation” %><script runat=”server”>public class CategoryRouteHandler : IRouteHandler{public IHttpHandler GetHttpHandler(Req

  • MKDNNTeam
    c# telerik dotnetnuke blob radgrid 2013-12-2 22:19:44
    I’m pretty new to working with Telerik controls, and I’ve received zero response on the Telerik forums in regard to this, but a friend recommended Stackoverflow, so I hope someone can help.In short, I’m a .NET programmer who is currently developing modules for use within DotNetNuke. For the module I’m currently working on, I’m displaying data in a Telerik RadGrid. One of my columns contains a LinkButton which when it’s clicked needs to run a function that retrieves a BLOB from my database and

  • Brian Hinchey
    dotnetnuke 2013-12-2 14:07:55
    I am working on my first DotNetNuke website and there is a requirement for all the custom module functionality I am developing to be available with JavaScript disabled.However, when I create a module that contains a simple submit button, i.e.<input type=”submit” />, DotNetNuke displays a critical error with JavaScript turned off but works as expected with JavaScript turned on.When I attach to the running process using Visual Studio, the unhandled exception is thrown from admin/Skins/Nav.as

  • Theresa
    iis razor dotnetnuke 2013-12-1 0:26:51
    I am trying to add a webpage to a website that has already been put on IIS 7.5. I have scoured the internet in search of a solution trying to change the .config file, adding the dll files. The webpage runs fine when I run it as its own website but will produce errors when I setup its’ own url off the already established website. Here is the error:”The value for the ‘compilerVersion’ attribute in the provider options must be ‘v4.0’ or later if you are compiling for version 4.0 or later of the .N

  • ThinkingStiff
    email dotnetnuke sendmail send dotnetnuke-module 2014-1-2 20:56:23
    I’m trying to send an email in a DNN module I’m making. However, though it doesn’t crash the email isn’t being sent. I think it has to do with the From Email I’m attempting to use. I’m not 100% sure what email I should be using for the from which is the first parameter.Protected Sub Submit_Click(sender As Object, e As EventArgs) Handles Submit.ClickDotNetNuke.Services.Mail.Mail.SendEmail(“support@localhost”, “[email protected]”, “EmailTest”, “Hello world!”) End Sub

  • Ankit
    dotnetnuke dotnetnuke-module 2013-11-26 11:59:27
    After I upgrade my dot net nuke version from 6.01 to 7.10 ,all things are working find but after admin login can not use some functionality like page edit,add new module.All the times it throws same errorSystem.Exception: Unhandled Error: —> System.ArgumentException: Item has already been added. Key in dictionary: ‘UserInfo’ Key being added: ‘UserInfo’ at System.Web.Http.WebHost.HttpControllerHandler.EndProcessRequest(IAsyncResult result) at System.Web.HttpApplication.CallHandlerExecutionStep.

  • 1110
    javascript jquery asp.net dotnetnuke dotnetnuke-module 2013-11-4 22:20:09
    I have created custom DNN module that should use some JQuery plugins. I loaded plugins fine. But getting error:Uncaught TypeError: undefined is not a function imagesloaded.js?cdv=18:93 Uncaught TypeError: Object [object Object] has no method ‘imagesLoaded’ Masonry:755 GET http://dnn7site/jquery.min.map 404 (Not Found) Masonry:464 GET http://dnn7site/resources/shared/scripts/jquery/jquery.min.map 404 (Not Found)And I think that this is because JQuery is not imported in my custom module. I include