IIS 7.5 error: Handler “PageHandlerFactory-Integrated” has a bad module “ManagedPipelineHandler” in its module list
摘要:Today I installed Clean Windows Web Server 2008 R2 64-bit with IIS 7.5. To my surprise opening .NET 4.0 application I received the following error: II
阅读全文
程序在他人电脑上报缺失msvcr100d.dll 处理(转)
摘要:0. 给朋友发了个DEMO,收到提示:丢失 msvcr100d.dll 1. 一看是运行库文件,赶紧让朋友下载并安装vc++ 2010 redistribution,朋友反馈还是提示丢失这个dll文件 2. 把我本地的这个dll拷贝到他机器里,提示成功 3. 太奇怪了啊,这玩意就是vc++运行库文件
阅读全文
SoapUI启动报错:The JVM could not be started. The maximum heap size (-Xmx) might be too large
摘要:SoapUI启动的时候,报如题错误,经过排查,在安装目录\bin\下,找到SoapUI的vmoptions参数配置文件 打开发现-Xmx参数配置,将默认值改小一些即可: [plain] view plain copy -Xms128m -Xmx800m -Dsoapui.properties=soa
阅读全文