Hi, I'm new to Kentico and having difficulty in deploying my custom module from local to staging server.
Here is what I did:I created custom module named Companies with following two classes: Company, CompanyTemp
The code is generated in App_Code\CMSModules\Companies directory
Then I created a user interface with custom page for uploading recording using Excel (Default.aspx, Default.aspx.cs)
Everything is working fine on local.
I repeated the same steps at staging server but it is failing there (I think the Default class is not compiled). I am getting following error on enabling the debugging:Runtime Error
Description: An exception occurred while processing your request. Additionally, another exception occurred while executing the custom error page for the first exception. The request has been terminated. I went through documentation about exporting and importing custom modules but find it difficult to understand. It select lots of objects from the list and not I need to figure out, which one to select.My Questions:Do we need to upload compiled code for Default.aspx, Default.aspx.cs and simply cannot create on staging?How to see stack tract for debugging the page?I there a simpler way of exporting/importing single custom module?Should I use package installer instead? How to pick files from both App_Code\CMSModules and CMSModules\Companies?Edit: I exported my module and imported in staging. Everything is disabled and it says, you cannot edit in imported module. Also, it is not allowing me to delete the module. It says you need to remove child (like classes, transformations etc.) first which are disabled and cannot be deleted :(Please help,Thanks
↧