Click here to Skip to main content
16,020,249 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I inherited a project with no documentation. Here is the code I have a question about:

Page Name is Main.aspx

C#
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="Main.aspx.cs" Inherits="MyWebPage.WebForm2"%>
<%@ Register assembly="Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" namespace="Microsoft.Reporting.WebForms" tagprefix="rsweb" %>ng="ASP.NET">


I can not find a class or referenced assembly called WebForm2.

This page only works on one server.

How can I see this Webform2 class? Where do I find it? I tried to create a new main page but the class it inherits was named MyNewPage.

Any help is appreciated.

What I have tried:

Google search, recreate the page
Posted
Updated 12-Aug-16 16:57pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900