After installing my MediaWiz forums in
# package-development
h
After installing my MediaWiz forums in U14 I get the following message in the console
Extension with alias MediaWiz.Forums.EntryPoint is already registered
Does anyone know what may cause this or where to look?
a
Have you double checked that you don't have two extension with the same alias?
h
What are extensions 🤣
a
Is your code available somewhere?
h
a
The entry point is also an extension. I can't see that yours has an alias, but this may be created on building the package (I'm not sure). I can see why you would have two entry points with the same alias.You wouldn't happen to also have some test code in your project?
h
> You wouldn't happen to also have some test code in your project? No
a
I'm out of ideas then
Perhaps try looking around in the generated package code
h
The main project includes a ref to the client prj, should I remove this link and just copy the app_plugins folder from the client prj to the main project before creating the nuget package maybe?
I managed to work out what was happening. I had added a client prj to setup the member entity action and when I included this in my forum prj it was creating 3 different app_plugin folders which were all the same content (no idea why) Anyway, I moved the assets folder into the main forums prj and removed the seperate prj. Now everything works fine and only one folder gets published.
4 Views