google-code-export / dataobjectsdotnet

Automatically exported from code.google.com/p/dataobjectsdotnet
0 stars 0 forks source link

Template for "DO.NET 4.6 Web Application" not working #865

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create an empty Solution in Visual Studio 2010
2. Click File=>Add=>New Project
3. Select "DO.NET 4.6 Web Application" and click OK
4. Compile => First Error CS0234: type or namespace Disposing is not available 
in namespace Xtensive.

After removing the line in SessionManager.cs, it compiles. But when trying to 
debug, all I get is a parse error like:

"The type "Project1.Global" could not be loaded." and
"Line 1:  <%@ Application Codebehind="Global.asax.cs" 
Inherits="Project1.Global" Language="C#" %>"

What is the expected output? 
The template should at least compile and run out of the box without any changes.

What version of the product are you using? 4.6, VS 2010 Professional
On what operating system? Windows 7 x64

Original issue reported on code.google.com by thomas.a...@gmail.com on 15 Jan 2013 at 12:28