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.
Hello
I'm facing an issue when trying to debug the mojoPortal source code in Visual Studio 2022. After downloading the source code from the repository & setting up the project; I am encountering errors related to missing references & assembly compatibility. I've already tried cleaning and rebuilding the solution; but the problem persists.
Has anyone else run into compatibility issues with Visual Studio 2022; and are there specific steps I need to follow to get the project running smoothly in this version of Visual Studio? I have checked https://www.mojoportal.com/Forums/Thread.aspx?pageid=5&t=9932~-1-splunk documentation guide but still need help.
Any advice on resolving the missing references or dealing with assembly compatibility issues would be appreciated.
Thanks in advance for your help!
Hi Ross,
We pull fresh from the repo and build successfully quite a bit without issue.
Be sure you have .net framework 4.8.1 installed and that you're able to connect to nuget.
If you can post your errors here, we can help further.
Thanks, Joe