当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: 今天在给一个程序加入ImageList的时候碰到了这样的运行错误:未能在给定的程序集中找到任何适合于指定的区域性(或非特定区域性)的资源。
 

 

 ·java中的对象传递;    »显示摘要«
    摘要:private void test() throws sqlexception{ resultset rs = query(); closeall(rs); system.out.println("535........关于java对象传递的测试resultset:"+rs); rs.close(); rs = null;} private void closeall(res......
    摘要: java中文问题详解预备知识: 1.字节和unicode  java内核是unicode的,就连class文件也是,但是很多媒体,包括文件/流的保存方式  是使用字节流的。 因此java要对这些字节流经行转化。char是unicode的,而byte是字节.  java中byte/char互转的函数在sun.io的包中间有。其中bytetocharconverter类是中调度,  可以用来告诉你,......


使用ImageList时候发生运行错误提示资源问题的解决方法

今天在给一个程序加入imagelist的时候碰到了这样的运行错误:

【程序编程相关:在DataGrid中为Footer添加自

【推荐阅读:抓取网页中的链接

未能在给定的程序集中找到任何适合于指定的区域性(或非特定区域性)的资源.请确保已将“frmmain.resources”正确嵌入或链接到程序集“xxx”. 【扩展信息:在ASP.NET中动态创建柱状图和饼图

basename: yyy  locationinfo: xxx.yyy  resource file name: yyy.resources  assembly: xxx, version=1.0.1698.16471, culture=neutral, publickeytoken=null

其实之前在给这个程序的主窗口自定义icon的时候也碰到过同样的问题,只是当时没有注意.

查找资料,在微软的支持站点发现如下文章:

http://support.microsoft.com/default.aspx?scid=kb;en-us;q318603

prb: error when you access .resources file of the form at run time

article id : 318603 last review : august 7, 2003 revision : 2.0 this article was previously published under q318603 on this page symptoms cause resolution status more information symptoms

when you are running your visual basic .net, visual c# .net, or visual j# .net windows application, you may receive the following error message or a similar one when you load a form: an unhandled exception of type ´system.resources.missingmanifestresourceexception´ occurred in mscorlib.dll


...   下一页
    摘要: 前几天把热网的后台基本弄好,腾出时间对工作总结了一下。 在设计模式上,我尝试着使用mvc模式的开发。用smarty控制显示,用case语句控制各种action,然后写好各种模块的class给action调用。这样做的确对代码的控制强了一点,比如在class.message.php中写上getallmsg()函数,那么这个函数就可以被许多action调用。再配上分页类。在对数据的处理上还算灵活。 ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE