These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Source Code Licence Setup

I have copied over the source code files into the FileVista directory and kept the App_Data subfolder intact as instructed via email from Cem to install over the trial version of FV but when I try to access the site now I get the following;

Server Error in '/FileVista' 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 type 'GleamTech.FileVista.FileVistaGlobalAsax'.

Source Error: 


Line 1:  <%@ Application Codebehind="Global.cs" Inherits="GleamTech.FileVista.FileVistaGlobalAsax" Language="C#" %>

 

Source File: /FileVista/global.asax    Line: 1 


--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.1433; ASP.NET Version:2.0.50727.1433 

Please advise
Bren 10/6/2008 2:32 AM
As it's the source code package, you have to build the solution so that the DLLs are created in the bin folder.
Cem Alacayir 11/17/2008 12:24 PM