This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.
Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.
Before posting questions here you might want to review the developer documentation.
I have created some modules of my own and generally they are fine. However I have just been getting this error on one of the modules:
2018-04-08 12:20:26,669 ERROR 192.168.1.80 - en-GB - /Book-an-Event - mojoPortal.Web.UI.CmsPage - failed to load control bccmodules/BCCBookevent.ascx System.Web.HttpCompileException (0x80004005): C:\Users\andre\Documents\My Web Sites\mojoPortal-Local 2-6\bccmodules\BCCBookEvent.ascx.vb(8): error BC30175: module 'Idents' and module 'Idents', declared in 'C:\Users\andre\AppData\Local\Temp\Temporary ASP.NET Files\vs\72452f1b\5c4aa6cf\App_Web_ij3xy11i.1.vb', conflict in namespace '<Default>'.
I understand that there is a conflict but unsure where it is and therefore can't correct it.
Can you give me some pointers as to where to look.
Regards
Andy
mojoPortal Hosting & Design @ i7MEDIA!
Hi Andy,
This happens from time to time with Visual Studio. I suggest deleting the "C:\Users\andre\AppData\Local\Temp\Temporary ASP.NET Files" folder and the bin and obj folders from your project.
I hope this helps.
Thanks, Elijah