E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
CodeDom
vs2019发布项目到虚拟主机组策略阻止csc.exe程序问题
在网上查询资料,如果不需要roslyn,可以通过nuget把Microsoft.
CodeDom
.Prov
卡卡88
·
2024-02-10 03:19
c# ADODB.Recordset实例调用Fields报错
代码:usingSystem;usingSystem.
CodeDom
;usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;
布伦鸽
·
2024-01-30 11:56
c#
数据库
microsoft
C# 窗体应用改成类库输出
类库你就新建类库文件直接生成dll去引用好了,新建一个windows窗体把他搞成dll去引用,先新建第一个窗体应用,代码如下;usingMicrosoft.CSharp;usingSystem;usingSystem.
CodeDom
.Compiler
HappyGirl快乐女孩
·
2024-01-23 14:24
C#
技术大杂烩
c#
开发语言
ILMerge合并多个DLL (转)
最近在研究
CodeDom
,用到ILMerge序言如果你的项目要提供多个dll给别人用,那么不妨让你的dll合并为一个,让别人看起来简洁,引用起来不会过于繁琐。本篇比较少,但也算是比较实用吧。
dengshumi7891
·
2023-10-24 11:33
Roslyn导致发布网站时报错-编译失败
解决方法:打开解决方案NuGet包管理器,卸载一个叫“Microsoft.
CodeDom
.Providers.DotNetCompilerPlatform
person_lxm
·
2023-09-21 18:40
c#对接webservice接口
方式一:需要填写地址,不能映射每个方法工具类usingSystem;usingSystem.
CodeDom
.Compiler;usingSystem.
CodeDom
;usingSystem.Collections.Generic
延卿
·
2023-09-14 10:38
c#
开发语言
webservice
如何在C#中使用反射获取集合元素类型
例如,许多Windows窗体以及
CodeDOM
都是这样的集合的类型。这些集合更需要获取元素类型。概念
寒冰屋
·
2023-08-28 11:55
CSharp.NET
反射
C#
Collection
集合
归并排序之从微观看递归
usingSystem.
CodeDom
.Compiler;int_1=0;int_2=0;void__merge(int[]arr,intleft,intmid,intright,s
code bean
·
2023-08-27 16:11
C#数据结构
数学工具
算法
排序算法
WPF实战学习笔记29-登录数据绑定,编写登录服务
usingPrism.Commands;usingPrism.Events;usingPrism.Mvvm;usingPrism.Services.Dialogs;usingSystem;usingSystem.
CodeDom
.Compiler
xinzhiya001
·
2023-07-30 05:40
WPF实战学习笔记
wpf
学习
笔记
未能找到
CodeDom
提供程序类型
今天我的程序遇到了一个问题,导致程序无法启动了:未能找到
CodeDom
提供程序类型“Microsoft.
CodeDom
.Providers.DotNetCompilerPlatform.CSharpCodeProvider
匿名者_Anonym
·
2023-06-07 07:14
错误重拾
报错
未能找到
CodeDom
提供程序类型
C#
C#实现动态执行字符串脚本(优化版)的示例代码
,于是自己动手丰衣足食,先来代码usingSystem;usingSystem.Data;usingSystem.Configuration;usingSystem.Text;usingSystem.
CodeDom
.Compiler
·
2023-03-28 10:07
解决Visual Studio中各种因为包的缺失或者升级而带来的一系列问题
最近打开了个陈年的Web应用准备小改一下升级,结果各种的错误,比如:错误1:TheCodeDomprovidertype"Microsoft.
CodeDom
.Providers.DotNetCompilerPlatform.CSharpCodeProvider
达叔傻乐
·
2023-03-24 16:26
Code parser
sourcecodeandcreatestheCODEDOMtreeofthecode(generalclassesthatrepresentcode,partof.NETFramework-namespaceSystem.
CodeDom
weixin_34392906
·
2023-03-11 11:12
c#
C# 实现Eval(字符串表达式)的三种方法
的都知道有个Eval函数可以直接进行计算,而C#中却没有这个函数,下面提供三种实现方式二、代码publicclassClass1{#region方法一:利用CodeCom[Obsolete]System.
CodeDom
.Compiler.ICodeCompi
·
2022-02-13 17:49
WPF应用启动慢的问题解决
Main入口函数,如下:[System.STAThreadAttribute()][System.Diagnostics.DebuggerNonUserCodeAttribute()][System.
CodeDom
.Compiler.GeneratedCodeAttribute
·
2021-05-22 13:46
C# 动态调用WebService的示例
WebServiceHelper代码:usingMicrosoft.CSharp;usingSystem;usingSystem.
CodeDom
;usingSystem.
CodeDom
.Compiler
·
2020-11-19 11:27
VS2015、VS2017自动生成roslyn的文件夹以及csc.exe
csc.exe代表C#编译器,所以在需要项目nuget包引用”Microsoft.
CodeDom
.Providers.DotNetCompilerPlatform“以及”Microsoft.Net.Compilers
低调之人
·
2020-09-16 03:45
C#
四种Eval测试结果:不要用
CodeDom
做大批量的表达式四则运算
有时候需要表达式运算,如StringstrExpression="-12*(-2.2+7.7)-44*2";网上找的,一般是利用
CodeDom
,见http://www.codeproject.com/csharp
qiushuiwuhen
·
2020-09-15 23:10
.net小技巧
CodeDom
使用心得
CodeDom
是.net提供源代码生成器,他可以通过CodeDomProvider来生成源代码,因为CodeDomProvider是CSharpCodeProvider、VBCodeProvider的抽象基类
一枝独秀2013
·
2020-09-14 08:40
模板和生成器
CodeDOM
动态生成与编译
CodeDOM
贴几个
CodeDOM
的链接posted@2005-03-1816:46lichdr阅读(3565)|评论(1)编辑
CodeDOM
浅析(下)posted@2004-11-2911:44lichdr
一枝独秀2013
·
2020-09-14 08:40
模板和生成器
Could not load file or assembly ''Microsoft.
CodeDom
.Providers.DotNetCompilerPlatform“
如题,突然提示这个错误,但是googleChrome可以调试运行,但是IE/Edge不行;发布在生产环境提示”ServerErrorin'/'Application.“。处理办法:删除web.config中的节点重启即可,还不行就再删除节点。转载于:https://www.cnblogs.com/PengRay0221/p/9983390.html
dnyl2vv655239
·
2020-09-14 03:05
C# 动态调用webservice
usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Web.Services;usingSystem.
CodeDom
红双
·
2020-09-13 00:14
webservice
c#
object
string
stream
assembly
vs2019打开vs217的MVC项目升级问题整理
原因:在vs2019中升级了编译器,对应版本:Microsoft.
CodeDom
.Providers.DotNetCompilerPlatform.2.0.0解决方案:修改项目文件源代码,修改ProjectToolsVersion
天马3798
·
2020-09-11 22:13
开发工具
roslyn\csc.exe”的一部分
那么就删除这两个关联的库,就可以达到目的VS2017打开程序包管理控制台也就是Nuget第一个命令UnInstall-PackageMicrosoft.
CodeDom
.Providers.DotNetCompilerPlatform
蓝创精英团队
·
2020-09-11 08:56
常见问题处理方案
ABP框架初试(2)
升级VS2015到VS2019,恢复目标框架4.6.1,重新生成后报错:未能找到路径“~\bin\roslyn\csc.exe”的一部分“,改错方法:1.先将多余的依赖库删掉,一般是Microsoft.
CodeDom
.Providers.DotNetCompilerPlatform
changhong_sd
·
2020-09-10 12:40
应用软件
ASP.NET
Abp
webservice 编译器失败,错误代码为 -2146232576。
解决方法:打开解决方案NuGet包管理器,卸载一个叫“Microsoft.
CodeDom
.Providers.DotNetCompilerPlatform”的包,之后重新编译网站,发现Bin目录下没有roslyn
Abel_01_xu
·
2020-09-10 11:44
Job_bug
python 执行
相⽐比.NET、JAVA的
CodeDOM
和Emit,Python天生拥有无与伦比的动态执行优势。最简单的就是用eval()执行表达式。>>>eval("(1+2)*3")??
gtfaww
·
2020-08-23 18:16
动态编译代码demo
usingSystem;usingSystem.
CodeDom
.Compiler;usingSystem.IO;usingSystem.Reflection;namespaceCodeDOMDemo{classProgram
Vezn
·
2020-08-18 14:05
.NET
Unity导表工具(Excel)
usingSystem.Collections.Generic;usingSystem.Reflection;usingMicrosoft.CSharp;usingSystem.
CodeDom
.Co
oldherowang
·
2020-08-18 00:00
unity3d
C#
从Component对象到
CodeDom
——舞动你的Code系列(1)
当然,我们可以把代码看成字符串而直接修改,但是这种做法也未免太生硬了,能解决的问题有限;而另一个方式就是
CodeDom
。
CodeDom
是强大的!
aasd6283356
·
2020-08-17 10:24
c# 动态编译
编辑标准头文件*/usingSystem;usingSystem.Reflection;usingSystem.Globalization;usingMicrosoft.CSharp;usingSystem.
CodeDom
luqiao1976
·
2020-08-17 01:06
备忘
C#操作Redis
Redis的情况下,不在赘述,上代码NuGet引用Redis、StackExchange.Redis封装类:usingServiceStack.Redis;usingSystem;usingSystem.
CodeDom
bejingcode
·
2020-08-16 17:12
C#
使用
CodeDOM
命名空间将模板的威力带到您的 .NET 应用程序中
使用
CodeDOM
命名空间将模板的威力带到您的.NET应用程序中[日期:2005-01-19][来自:ms]下载本文的代码:
codedom
.exe(169KB)摘要在.NETFramework中,
CodeDOM
jxzhaogang
·
2020-08-15 10:12
經典文章收藏
c#-程序集-动态加载和创建程序集
usingSystem;usingSystem.Text;usingSystem.IO;usingSystem.Windows.Forms;usingSystem.
CodeDom
.Compiler;usingSystem.Reflection
科学的发展-只不过是读大自然写的代码
·
2020-08-09 03:44
c#
低版本VS项目在VS2019无法正常编译的问题
今天新装了VS2019想换个新环境,打开原来项目的时候发现大量报错,而项目原本是没有问题的,想着是可能由于VS2019升级了编译器(对应版本:Microsoft.
CodeDom
.Providers.DotNetCompilerPlatform
·
2020-08-05 11:43
c#中动态输入和计算 代数表达式
usingSystem.Collections.Generic;usingSystem.Linq;usingSystem.Text;usingSystem.Collections;usingSystem.ComponentModel;usingSystem.
CodeDom
liyun211
·
2020-08-03 19:38
编程经验
很久不用动态执行了,忽然要用下,卡了很久,.net core 2.2
Mark:.netcorecodedomroslynjiaguoxinzhilinyee很久不用动态执行了,忽然要用下,卡了很久asp.netcore2.2mvc上需要动态执行一句简单的代码起初走了
codedom
灵易联盟
·
2020-08-03 00:25
.net
.net
core
vb.net
C#
编程基础
VS2015未能找到路径“……\bin\roslyn\csc.exe”的解决方案
它是通过nuget的包Microsoft.
CodeDom
.Providers.DotNetCompilerPlatform安装的,会在web.config里面配置,替换掉默认的编译器。
li__jing
·
2020-07-31 19:01
ASP.Net
VS
System.UnauthorizedAccessException: 拒绝访问temp 目录
CodeDom
将使用进程正在使用的用户帐户进行编译,这样,如果用户没有访问系统temp目录的权限,将无法进行编译。使用Path
xwygn
·
2020-07-31 11:09
develop
iis
c#根据公式进行自动计算的实现
代码:usingSystem;usingSystem.
CodeDom
.Compiler;usingSystem.Reflection;usingSystem.Text;usingMicrosoft.CSharp
aiman5818
·
2020-07-30 14:48
使用反射通过字符串动态调用函数
通过反射得到的是对象usingSystem;usingSystem.Reflection;usingSystem.Globalization;usingMicrosoft.CSharp;usingSystem.
CodeDom
Cav4ever
·
2020-07-16 04:19
一个简单的计算器——使用System.
CodeDom
来生成代码
链接:[url=http://www.codeproject.com/KB/recipes/matheval.aspx]EvaluatingMathematicalExpressionsbyCompilingC#CodeatRuntime[/url],byMarcinCuprjak(akaVladTepes)本文只是上面链接里的文章的C#3.0翻新版。主要是引用过来,为了[url=http://r
rednaxelafx
·
2020-07-14 21:41
C#
C# 代码编译器 及 编译器实例
2019独角兽企业重金招聘Python工程师标准>>>//备注:若返回值是字符串类型则需要转义,不然代码编译出错usingSystem;usingSystem.
CodeDom
.Compiler;usingSystem.Collections.Generic
weixin_33936401
·
2020-07-13 18:09
C# 从源码生成EXE
usingMicrosoft.CSharp;usingSystem;usingSystem.
CodeDom
.Compiler;usingSystem.Collections.Generic;usingSystem.Linq
scimence
·
2020-07-13 13:12
C#
生成EXE
优化反射性能的总结
2.
CodeDOM
:动态代码生成。这是二种截然不同的方法,性能的差距也很大。今天的博客将着重比较它们的优缺点,以及给出它们的使用建议。
dyx2525775
·
2020-07-13 04:47
C#
asp.net
c#
委托
报错 (异常来自 HRESULT:0x80131040)
问题描述:System.IO.FileLoadException:未能加载文件或程序集“Microsoft.
CodeDom
.Providers.DotNetCompilerPlatform,Version
lemonemmm
·
2020-07-07 13:27
ASP.NET
MVC
动态生成C#代码cs文件_CSharp
动态生成脚本文件(不能添加到程序集),根据数据群代码生成完整的C#脚本文件,例如根据数据库等自动生成接口、类、结构、或者枚举等,需要用到的引用:usingSystem.
CodeDom
;usingSystem.
CodeDom
.Compiler
Jo.H
·
2020-07-04 13:36
C#
这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包
\packages\Microsoft.
CodeDom
.Providers.DotNetCompilerPlatform.2.0.1\b
鹧鸪菜
·
2020-06-29 19:41
C#/VS.Net/Mono
[C#]代码控制编译C#程序
先上一段代码,功能是编译参数中引用的文件中包含的代码,如果不带参数则编译一段自带的代码:1:usingSystem;2:usingSystem.
CodeDom
;3:usingSystem.C
weixin_30823227
·
2020-06-28 01:25
未能找到
CodeDom
提供程序类型“Microsoft.
CodeDom
.Providers.DotNetCompilerPlatform.CSharpCodeProvider,...
未能找到
CodeDom
提供程序类型“Microsoft.
CodeDom
.Providers.DotNetCompilerPlatform.CSharpCodeProvider,Microsoft.
CodeDom
.Providers.DotNetCompilerPlatform
weixin_30673715
·
2020-06-27 23:49
上一页
1
2
3
4
5
6
7
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他