最新消息:20210816 当前crifan.com域名已被污染,为防止失联,请关注(页面右下角的)公众号

ProgrammingLanguage

all programming language, C/C++/C#/VB/VBA/VB.NET/Python/Ruby/PHP/Go/Perl/……

【已解决】C#编译出来的程序运行出错:System.Configuration.ConfigurationErrorsException: Error creating the Web Proxy specified in the 'system.new/defaultProxy' configuration section.

【已解决】C#编译出来的程序运行出错:System.Configuration.ConfigurationErrorsException: Error creating the Web Proxy specified in the ‘system.new/defaultProxy’ configuration section.

crifan 12年前 (2012-09-27) 5669浏览 0评论

【问题】 一个C#编译出来的exe程序,该exe是单独的exe,无额外的配置文件等东西。 exe放到一个Win7下的共享盘里面,然后在另外一台电脑上,访问该exe,直接运行,出错: Error creating the Web Proxy spec...

【已解决】C#编译出来的程序运行出错:Unhandled exception has occurred in your application。System.IO.FileNotFoundException: Could not load file or assembly xxx or one of its dependencies. The system cannot find the file specified.

【已解决】C#编译出来的程序运行出错:Unhandled exception has occurred in your application。System.IO.FileNotFoundException: Could not load file or assembly xxx or one of its dependencies. The system cannot find the file specified.

crifan 12年前 (2012-09-27) 12735浏览 0评论

【问题】 之前折腾C#项目中,将dll集成到exe中,后来使用的办法是,不使用资源文件,不适用动态reflection代码,直接拷贝dll到项目文件夹内,然后添加引用该dll文件。 结果生成的exe运行出错:   错误内容: Unhand...

【已解决】C#项目编译出错:TlbImp : error TI0000: System.UnauthorizedAccessException - Access to the path xxx is denied. Microsoft.Common.targets: warning MSB3283: Cannot find wrapper assembly for type library "SHDocVw".

【已解决】C#项目编译出错:TlbImp : error TI0000: System.UnauthorizedAccessException – Access to the path xxx is denied. Microsoft.Common.targets: warning MSB3283: Cannot find wrapper assembly for type library "SHDocVw".

crifan 12年前 (2012-09-27) 4146浏览 0评论

【问题】 C#项目中,之前通过: 【也许解决】C#中,集成DLL库到自己的exe程序中 尝试过把一个dll库,Interop.SHDocVw.dll,添加到当前资源,然后貌似也整合好了。 但是后来重新打开此C#项目,再去编译一下,结果却出错了: -...

crifan的C#函数库:crifanLib.cs

crifan的C#函数库:crifanLib.cs

crifan 12年前 (2012-09-25) 7184浏览 0评论

目前已经把此C#的函数库的每个函数的用法解释等内容,移至: C#学习心得 – crifan的C#函数库:crifanLib.cs /* * [File] * crifanLib.cs * * [Function] * Thi...

【已解决】C#中如何实现动态字符串数组

【已解决】C#中如何实现动态字符串数组

crifan 12年前 (2012-09-25) 5221浏览 1评论

【问题】 C#中想要实现动态的字符串数组。 【解决过程】 1。网上找了一堆资料: c#字符串及数组操作 一维数组(C# 编程指南) 结果都是申请固定的大小的字符串的数组,而非动态的。 2.后来参考: C# 没有动态的数组,可以用arraylist或l...

62 queries in 0.144 seconds, using 22.05MB memory