产品使用及交流论坛

首页 » 产品使用交流区 » 安装及使用交流 » 求助:初始化不成功
taikeng - 2011/3/10 10:18:00
Server Error in '/' Application.
--------------------------------------------------------------------------------

Input string was not in a correct format.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.FormatException: Input string was not in a correct format.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
sjwc - 2011/3/10 15:58:00
我也出现这样的问题,哪位高手能帮我解决一下啊
irina - 2012/7/24 16:47:00
Failed to access IIS metabase解决方案:
原因:IIS没有注册
解决办法:在CMD中进入目录C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727,运行aspnet_regiis
1、aspnet_regiis -ga administrator(administrator为当前用户)
C:\Documents and Settings\Administrator>cd c:\\windows\\microsoft.net\\framework\\v2.0.50727
2、aspnet_regiis -i (注册IIS)
3、iisreset /noforce (重启IIS)
1
查看完整版本: 求助:初始化不成功