Moving application from Windows 7 to Windows 10

gadujr

New member
Joined
Feb 14, 2016
Messages
1
Programming Experience
Beginner
Hi Guys,
I've been struggling with this for days now. I am trying to move an application from Windows 7 to Windows 10 machine. While setting up Win10 I was trying to configure it the same way as Win7, but looks like I might be missing something. When opening any page that had some code behind I get an error:

Parser error: File '/Default.aspx.vb' doesn't exist.
<%@ Page Title="Main page" Language="VB" AutoEventWireup="false" Codefile="Default.aspx.vb" Inherits="_Default" aspcompat=true %>

Both Win7 and Win10 have IIS set to run with .NET 2.0.50727
The application works with no issues on Win7 - no changes of the code are required there.

Thanks in advance!

Kamil
 
Back
Top