This topic is locked
[SOLVED]

 ASPRunner.NET 6.0 Compiling issues

1/2/2014 3:31:54 PM
ASPRunner.NET General questions
M
Michaelr05 author

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

Admin 1/3/2014

Just in case try to perform build to a brand new empty output directory.
If this doesn't help post your application to Demo Account and open a ticket at http://support.xlinesoft.com sending your Demo Account URL. 'Demo Account' button can be found on the last screen in the program.

M
Michaelr05 author 2/8/2014

Just loaded ASPrUNNER.net 7.0 and had the same error on an existing project but creating a new project worked fine.
Thanks. So far looking good.
Rizzy