Hello,
I downloaded the source using tortoiseSVN.
I setup the user.config for pointing to my local MS-SQL-database.
But when i start debugging the code i get folowing error in my webbrowser:
Server Error in '/' Application.
Configuration Error
Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration 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:
Line 922: <add verb="*" path="*.mml.ashx" type="mojoPortal.Web.Services.MathMLHandler, mojoPortal.Web" />
Line 923: <add verb="GET" path="TimelineData.ashx" type="TimelineNet.TimelineAjaxHandler, TimelineNet" />
Line 924: <add verb="*" path="*metaweblogapi.ashx" type="mojoPortal.Web.Services.Metaweblog.MetaWeblogger, mojoPortal.Features.UI" />
Line 925: <!--
Line 926: <add verb="*" path="*SiteImage.ashx" type="mojoPortal.SiteImageService.SiteImageHandler, mojoPortal.SiteImageService" />
Source File: C:\Projects\Mojoportal\Web\web.config Line: 924
Assembly Load Trace: The following information can be helpful to determine why the assembly 'mojoPortal.Features.UI' could not be loaded.
=== Pre-bind state information ===
LOG: User = CP679938-A\Hanzie
LOG: DisplayName = mojoPortal.Features.UI
(Partial)
LOG: Appbase = file:///C:/Projects/Mojoportal/Web/
LOG: Initial PrivatePath = C:\Projects\Mojoportal\Web\bin
Calling assembly : (Unknown).
===
LOG: This bind starts in default load context.
LOG: Using application configuration file: C:\Projects\Mojoportal\Web\web.config
LOG: Using machine configuration file from c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config.
LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
LOG: The same bind was seen before, and was failed with hr = 0x80070002.
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082
What can this be?
Thnx