Parser Error Message: Could not load type 'webmarketing'

后端 未结 14 1979
感情败类
感情败类 2020-12-01 06:16

After finishing the web application and publishing it online no matter I try I keep getting the following error, keep in mind that it runs locally as it should...

14条回答
  •  有刺的猬
    2020-12-01 06:43

    regarding the Inherits is should reflect the full name space with class name such as x.y.webmarketing, not the class name or the file name. to wrap it up it should look like below

    <%@ Master Language="C#" AutoEventWireup="true" CodeBehind="MasterPage.Master.cs" Inherits="Lync_Billing.ui.MasterPage" %>
    

提交回复
热议问题