Hello,
I just loaded and activated ASPRunner.NET 6.0 on my machine. I previously used ASPRunner.NET 5.0 for previous projects.
When compiling the project as a full build, it tells be the build did not complete successfully and below is error log for the script
=====================================
\\ FWG4.csproj
Microsoft (R) Build Engine version 4.0.30319.17929
[Microsoft .NET Framework, version 4.0.30319.18052]
Copyright (C) Microsoft Corporation. All rights reserved.
startup
Classes\ConnectionsPool.mssql.cs(9,18): error CS0101: The namespace 'runnerDotNet' already contains a definition for 'ConnectionsPool' [C:\Users\Mike\Documents\ASPRunnerNETProjects\FWG4\FWG4\output\FWG4.csproj]
Classes\RunnerReader.mssql.cs(9,18): error CS0101: The namespace 'runnerDotNet' already contains a definition for 'RunnerDBReader' [C:\Users\Mike\Documents\ASPRunnerNETProjects\FWG4\FWG4\output\FWG4.csproj]
=====================================
If I try to run the webpage I get this error on opening the page:
=====================================
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 type 'runnerDotNet.MvcApplication'.
Source Error:
Line 1: <%@ Application Codebehind="Global.asax.cs" Inherits="runnerDotNet.MvcApplication" Language="C#" %>
Source File: /global.asax Line: 1
=====================================
I have as per your instructions and am currently at a loss for knowing what to do. I have ASP.NET 4.0 and ASP.NET 4.0 classic and ASP Framework 4.5 activated in IIS. This is a Windows 7 64 but machine and I never had a problem compiling 5.0 on it.
It is also using a SQL Server 2012 database engine.
Any ideas?
Rizzy