Developer forum

Forum » Development » Error when inserting module

Error when inserting module


Reply

Hi,

 

When inserting a module in a chapter, i get the following error, this happens when selecting the module i want to insert. 

 

**************************************

 

Invalid object name 'UrlPath'. 
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.Data.SqlClient.SqlException: Invalid object name 'UrlPath'.

Source Error: 

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

 

********************************************

 

I don't think, that is related to my module.

 

Thanks.


 


Replies

 
Reply

It looks like you dont have a file called /CustomModules/[ModuleSystemName]/[ModuleSystemName]_Edit.aspx

 
Reply
Sorensen wrote:

It looks like you dont have a file called /CustomModules/[ModuleSystemName]/[ModuleSystemName]_Edit.aspx

Thank you for the quick reply. I have ensured that i have created the edit file, and triple checked that it's in the correct directory.
 

 
Reply

Assuming that user rights have been set correctly, and that there are Read access on the file in IIS. Start with a blank _edit file. If that still produces the same error, let's talk again. Otherwice, add objects one at a time to he file and see, when it goes wrong.

 

You must be logged in to post in the forum