Control cannot be created because Visual Studio cannot find the control's type in the control assembly 问题的解决

简介: 在使用DotNetNuke C# Compiled Module Starter Kit for DNN 4.x时,拖拽DNN自带的Web Control时报错:   Control cannot be created because Visual Studio cannot find the control's type in the control assembly   无效的FORMATETC 结构(Exception from HRESULT: 0x80040064(DV_E_FORMATETC))   原因是模块目录下多了一个web.config文件,删除即可。

在使用DotNetNuke C# Compiled Module Starter Kit for DNN 4.x时,拖拽DNN自带的Web Control时报错:

 

Control cannot be created because Visual Studio cannot find the control's type in the control assembly

image

 

无效的FORMATETC 结构(Exception from HRESULT: 0x80040064(DV_E_FORMATETC))

image

 

原因是模块目录下多了一个web.config文件,删除即可。同时做一下如下的操作:

 

C# Compiled Module 默认的User IIS Web server 是http://localhost/dnn_4_3_6 ,点击Project 的属性,修改为你使用的地址即可。

image

相关文章
|
C# Windows
TX Text Control文字处理教程(1)- 使用Visual Studio 2008开发产品
本章主要演示如何使用TX Text Control.NET 快速开发一个文字处理器。 该文字处理器实现了以下功能,打开和保存文件、剪贴板操作、文字和段落格式设置、标尺、状态栏以及键盘和鼠标操作。 该章节相应的源代码可以在TX Text Control.
994 0
|
监控 安全 项目管理
项目管理实践【六】自动同步数据库【Using Visual Studio with Source Control System to synchronize database automatically】
在上一篇项目管理实践【五】自动编译和发布网站中,我们讲解了如何使用MSBuild+Robocopy+WebDeployment来自动编译和部署网站,今天,我们来看一下,如何使用MSBuild +SVN来自动同步数据库。
1239 0
|
IDE 开发工具 C语言
Visual Studio 2017 安装及使用(新手)
Visual Studio 2017 安装及使用(新手)
2407 0
|
弹性计算 自然语言处理 Windows
通义灵码 Visual Studio 下载安装指南(附安装包)
本安装步骤适用于 Windows 10 及以上操作系统中安装和使用通义灵码。
139019 21
|
前端开发 JavaScript 开发工具
|
Java 开发工具 C++
(2023版本)GraalVM+native-image+Visual Studio 在Win10上全流程安装,避坑+实操
(2023版本)GraalVM+native-image+Visual Studio 在Win10上全流程安装,避坑+实操
1481 1
(2023版本)GraalVM+native-image+Visual Studio 在Win10上全流程安装,避坑+实操
|
C语言 C++
Visual Studio 2019 详细安装教程(图文版)
下载安装包 官网下载安装包 百度网盘下载安装包 安装步骤 运行并创建一个项目 【官网下载安装包步骤有些繁琐,官网反应速度有点慢】 【建议直接从百度网盘继续下载安装包!!!】
10851 25
|
JSON 开发工具 C语言
编程入门(五)【Visual Studio Code安装与C/C++语言运行】
编程入门(五)【Visual Studio Code安装与C/C++语言运行】
1402 0

热门文章

最新文章