Initial Setup Problem in VS 2012

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.
5/20/2014 3:42:41 AM
Gravatar
Total Posts 5

Initial Setup Problem in VS 2012

Hi all,

Downloaded latest source via tortoise..

Got full not Core .net 4 version
Setup to use mysql created database e.t.c

Did first run and it successfully ran the initial script populating DB and whatever other bit and bobs it does.
That all finished successfully but now when I run it gives the following:

 

Server Error in '/' Application.

Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. 

Parser Error Message: Could not load file or assembly 'mojoPortal.Features.UI' or one of its dependencies. The system cannot find the file specified.

Source Error:  (It highlights line 4 - BlogUI)
 

Line 2: <%@ Register Namespace="mojoPortal.Web.Controls" Assembly="mojoPortal.Web.Controls" TagPrefix="mp" %>
Line 3: <%@ Register Namespace="mojoPortal.Web.ContentUI" Assembly="mojoPortal.Web" TagPrefix="html" %>
Line 4: <%@ Register Namespace="mojoPortal.Web.BlogUI" Assembly="mojoPortal.Features.UI" TagPrefix="blog" %>
Line 5: <%@ Register Namespace="mojoPortal.Web.ForumUI" Assembly="mojoPortal.Features.UI" TagPrefix="forum" %>
Line 6: <%@ Register Namespace="mojoPortal.Web.FeedUI" Assembly="mojoPortal.Features.UI" TagPrefix="feed" %>


Source File: /App_Themes/default1art42-wallpaper/theme.skin    Line: 4 

=== Pre-bind state information === LOG: DisplayName = mojoPortal.Features.UI (Partial) WRN: Partial binding information was supplied for an assembly: WRN: Assembly Name: mojoPortal.Features.UI | Domain ID: 2 WRN: A partial bind occurs when only part of the assembly display name is provided. WRN: This might result in the binder loading an incorrect assembly. WRN: It is recommended to provide a fully specified textual identity for the assembly, WRN: that consists of the simple name, version, culture, and public key token. WRN: See whitepaper http://go.microsoft.com/fwlink/?LinkId=109270 for more information and common solutions to this issue. LOG: Appbase = file:///E:/TESTCMS/Web/ LOG: Initial PrivatePath = E:\TESTCMS\Web\bin Calling assembly : (Unknown). === LOG: This bind starts in default load context. LOG: Using application configuration file: E:\TESTCMS\Web\web.config LOG: Using host configuration file: LOG: Using machine configuration file from C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config. LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind). LOG: Attempting download of new URL file:///C:/Users/matt/AppData/Local/Temp/Temporary ASP.NET Files/root/90646799/b9403843/mojoPortal.Features.UI.DLL. LOG: Attempting download of new URL file:///C:/Users/matt/AppData/Local/Temp/Temporary ASP.NET Files/root/90646799/b9403843/mojoPortal.Features.UI/mojoPortal.Features.UI.DLL. LOG: Attempting download of new URL file:///E:/TESTCMS/Web/bin/mojoPortal.Features.UI.DLL. LOG: Attempting download of new URL file:///E:/TESTCMS/Web/bin/mojoPortal.Features.UI/mojoPortal.Features.UI.DLL. LOG: Attempting download of new URL file:///C:/Users/matt/AppData/Local/Temp/Temporary ASP.NET Files/root/90646799/b9403843/mojoPortal.Features.UI.EXE. LOG: Attempting download of new URL file:///C:/Users/matt/AppData/Local/Temp/Temporary ASP.NET Files/root/90646799/b9403843/mojoPortal.Features.UI/mojoPortal.Features.UI.EXE. LOG: Attempting download of new URL file:///E:/TESTCMS/Web/bin/mojoPortal.Features.UI.EXE. LOG: Attempting download of new URL file:///E:/TESTCMS/Web/bin/mojoPortal.Features.UI/mojoPortal.Features.UI.EXE.

Any help appreciated

5/20/2014 4:33:29 AM
Gravatar
Total Posts 5

Re: Initial Setup Problem in VS 2012

Have tried to add Features.UI as a dependency but it says this would create a circle dependency e.t.c

5/20/2014 9:19:16 AM
Gravatar
Total Posts 18439

Re: Initial Setup Problem in VS 2012

before trying to run anything you must rebuild the whole solution in VS, only after doing that can you launch the mojoPortal.Web project in the debugger.

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