Duplicate identity problem

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.

This forum is for discussing mojoPortal development

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.

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.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
4/8/2018 6:36:27 AM
Gravatar
Total Posts 28

Duplicate identity problem

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

4/13/2018 3:11:10 PM
Gravatar
Total Posts 91

mojoPortal Hosting & Design @ i7MEDIA!

Re: Duplicate identity problem

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

You must sign in to post in the forums. This thread is closed to new posts.