| Author |
Messages |
|
Mike
Posts:3
 |
| 06/29/2007 11:00 AM |
Alert
|
On a stock DNN 4.5.3 install, I am getting an error on one of our sites. Curiously enough, it works on another portal on the same install. Its implemented as a Skin Object, and the code for both skins is exactly the same. When applying the site B's skin to site A, I get the error as well, but if I apply site A's skin to site B, no error. Ideas? DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at WEC.DNN.SkinObjects.SEOMenuSkinObject.SEOMenuSkinObject.RenderMenuItem(String linkUrl, String linkName, String Parameters, String linkIcon) --- End of inner exception stack trace --- |
|
|
|
|
DNN SEO
Posts:153
 |
| 06/30/2007 11:43 AM |
Alert
|
| What are the skinobject settings for both skins? |
|
Owner/Developer DNN SEO www.dnnseo.net |
|
|
Mike
Posts:3
 |
| 07/03/2007 3:00 PM |
Alert
|
<dnn:SEOMENU runat="server"/> However, as of installing the new version that was just released, the error went away, so I guess you can consider my issue closed. |
|
|
|
|
|