部署一个VS2010开发的程序时遇到 了一个非常奇怪的问题,客户端上已经安装了.net framework 4.0,但运行时还是会弹出错误: .Net Framework Initialization Error – Unable to find a version of the runtime to run this application 查了一下,有人提供了这样的解决方法,试了一下,成功: 修改Exe的Config文件,一般是与exe同名,例如test.exe对应test.exe.conf…
转自:http://blog.csdn.net/rrrrssss00/article/details/7069009 dev注册程序问题部署一个VS2010开发的程序时遇到 了一个非常奇怪的问题,客户端上已经安装了.net framework 4.0,但运行时还是会弹出错误: .Net Framework Initialization Error – Unable to find a version of the runtime to run this application 查了一下,有人提供…
Hadoop集群部署完成后,经常会提示 WARN util.NativeCodeLoader: Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 这是因为系统位数的原因. 在网上找到了一个方法,试试了,居然解决了.记录一下解决办法: 下载hadoop-native-64-2.4.0.tar: http://dl.bintray.com/sequ…