Hi,
I'm new to DNN but I manage it regularly to break my entire installation so that I have to set up the entire site again :/
Since setting up DNN over and over again is a very annoying task I hope to get help here :)
I always get this error:
DotNetNuke Error
http://dnndev.me/Default.aspx?tabid=56&error=Object+reference+not+set+to+an+instance+of+an+object.&content=0
I'm developing a custom module an therefor I've configured my environment for debugging:
I've done the following steps:
-> Using Visual Studio 2012
-> Change the output path to: ..\..\bin\
-> Enabled debug symbols
-> prior to that I've performed a release build and imported my module via the Module Wizard ( I'm doing this only once, not for every new code version)
Now,
the last thing I've added to my code was the following
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.1/themes/base/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
<script src="http://code.jquery.com/ui/1.10.1/jquery-ui.js"></script>
directly after
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="View.ascx.cs" Inherits="DotNetNuke.Modules.TrendleyDNNModule.View" %>
I know that I don't have to do that since DNN already has references to jQuery but I copied that from an external website and don't thought about that at this time...
I already deleted my assembly from "bin" directory and restarted my pc, iss, iss apppool, tried to open the install wizard...
The only thing which makes my site run again is a complete reinstall :(
Any help appreciated,
Cheers Stefan