无法加载类型"view.aspx.dropdownlist" [英] Could not load type 'view.aspx.dropdownlist'

查看:98
本文介绍了无法加载类型"view.aspx.dropdownlist"的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Parser Error Message: Could not load type 'view.aspx.dropdownlist'.

Source Error:


Line 1:  <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="dropdownlist.aspx.vb" Inherits="view.aspx.dropdownlist" %>

推荐答案

没有任何意义.好像您修改了页面的Inherits属性. Inherits为页面定义要继承的代码隐藏类.

我想应该只是:下拉列表,更改并查看.
试试:
Does not make sense. Looks like you modified the Inherits attribute of the page. Inherits defines a code-behind class for the page to inherit.

I guess it should just be: dropdownlist, change and see.
Try:
<%@ Page Language="vb" AutoEventWireup="false" CodeBehind="dropdownlist.aspx.vb" Inherits="dropdownlist" %>



详细信息: MSDN:@ Page [



Details: MSDN: @ Page[^]


这篇关于无法加载类型"view.aspx.dropdownlist"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆