当前位置: 代码迷 >> PB >> WIN8 PB12.5 WEB开发环境无法搭建的有关问题
  详细解决方案

WIN8 PB12.5 WEB开发环境无法搭建的有关问题

热度:555   发布时间:2016-04-29 05:23:02.0
【求助】WIN8 PB12.5 WEB开发环境无法搭建的问题
请问各位大大,以下这个情况是什么问题:

之前在XP、2008环境下都能搭建PB12.5的WEB开发环境。
1、dotNetFx40_Full_x86_x64。
2、winsdk_web(net framework2.0 SDK setup)
3、ASPAJAXExtSetup。
4、IEWebControls

现在在WIN8环境下安装完4后,执行里面的BUILD.BAT但并未如XP和2008下会在安装目录下生成build目录。手工在安装目录下建立空BUILD目录后,执行结果如下:

C:\Program Files (x86)\IE Web Controls>build.bat
Microsoft(R) Visual C# 编译器版本 4.0.30319.17929
用于 Microsoft(R) .NET Framework 4.5
版权所有 (C) Microsoft Corporation。保留所有权利。

src\BaseRichControl.cs(208,66): warning CS0618:
        “System.Web.HttpContext.GetConfig(string)”已过时:“The recommended
        alternative is System.Web.HttpContext.GetSection in System.Web.dll.
        http://go.microsoft.com/fwlink/?linkid=14202”
src\BasePostBackControl.cs(150,17): warning CS0618:
        “System.Web.UI.Page.RegisterHiddenField(string, string)”已过时:“The
        recommended alternative is ClientScript.RegisterHiddenField(string
        hiddenFieldName, string hiddenFieldInitialValue).
        http://go.microsoft.com/fwlink/?linkid=14202”
src\Tab.cs(120,21): warning CS0618:
        “System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control,
        string)”已过时:“The recommended alternative is
        ClientScript.GetPostBackEventReference.
        http://go.microsoft.com/fwlink/?linkid=14202”
src\TabStrip.cs(741,119): warning CS0618:
        “System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control,
        string)”已过时:“The recommended alternative is
        ClientScript.GetPostBackEventReference.
        http://go.microsoft.com/fwlink/?linkid=14202”
src\Toolbar.cs(645,81): warning CS0618:
        “System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control,
        string)”已过时:“The recommended alternative is
        ClientScript.GetPostBackEventReference.
        http://go.microsoft.com/fwlink/?linkid=14202”
src\ToolbarButton.cs(215,26): warning CS0618:
        “System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control,
        string)”已过时:“The recommended alternative is
        ClientScript.GetPostBackEventReference.
        http://go.microsoft.com/fwlink/?linkid=14202”
src\ToolbarDropDownList.cs(635,17): warning CS0618:
        “System.Web.UI.Page.RegisterHiddenField(string, string)”已过时:“The
        recommended alternative is ClientScript.RegisterHiddenField(string
        hiddenFieldName, string hiddenFieldInitialValue).
        http://go.microsoft.com/fwlink/?linkid=14202”
src\ToolbarDropDownList.cs(846,180): warning CS0618:
        “System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control)”
        已过时:“The recommended alternative is
        ClientScript.GetPostBackEventReference.
        http://go.microsoft.com/fwlink/?linkid=14202”
src\ToolbarDropDownList.cs(896,71): warning CS0618:
        “System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control)”
        已过时:“The recommended alternative is
        ClientScript.GetPostBackEventReference.
        http://go.microsoft.com/fwlink/?linkid=14202”
src\ToolbarTextBox.cs(547,17): warning CS0618:
        “System.Web.UI.Page.RegisterHiddenField(string, string)”已过时:“The
        recommended alternative is ClientScript.RegisterHiddenField(string
        hiddenFieldName, string hiddenFieldInitialValue).
        http://go.microsoft.com/fwlink/?linkid=14202”
src\ToolbarTextBox.cs(754,187): warning CS0618:
        “System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control)”
        已过时:“The recommended alternative is
        ClientScript.GetPostBackEventReference.
        http://go.microsoft.com/fwlink/?linkid=14202”
src\ToolbarTextBox.cs(785,71): warning CS0618:
        “System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control)”
        已过时:“The recommended alternative is
        ClientScript.GetPostBackEventReference.
        http://go.microsoft.com/fwlink/?linkid=14202”
src\treenode.cs(940,48): warning CS0618:
        “System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control,
        string)”已过时:“The recommended alternative is
        ClientScript.GetPostBackEventReference.
        http://go.microsoft.com/fwlink/?linkid=14202”
src\treenode.cs(961,37): warning CS0618:
        “System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control,
        string)”已过时:“The recommended alternative is
        ClientScript.GetPostBackEventReference.
        http://go.microsoft.com/fwlink/?linkid=14202”
src\treenode.cs(983,44): warning CS0618:
        “System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control,
        string)”已过时:“The recommended alternative is
        ClientScript.GetPostBackEventReference.
        http://go.microsoft.com/fwlink/?linkid=14202”
src\treenode.cs(989,44): warning CS0618:
        “System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control,
        string)”已过时:“The recommended alternative is
        ClientScript.GetPostBackEventReference.
        http://go.microsoft.com/fwlink/?linkid=14202”
src\treeview.cs(1187,13): warning CS0618:
        “System.Xml.Xsl.XslTransform”已过时:“This class has been deprecated.
        Please use System.Xml.Xsl.XslCompiledTransform instead.
        http://go.microsoft.com/fwlink/?linkid=14202”
src\treeview.cs(1187,41): warning CS0618:
        “System.Xml.Xsl.XslTransform”已过时:“This class has been deprecated.
        Please use System.Xml.Xsl.XslCompiledTransform instead.
        http://go.microsoft.com/fwlink/?linkid=14202”
src\treeview.cs(1341,34): warning CS0618:
        “System.Web.UI.Page.GetPostBackEventReference(System.Web.UI.Control,
        string)”已过时:“The recommended alternative is
        ClientScript.GetPostBackEventReference.
        http://go.microsoft.com/fwlink/?linkid=14202”
src\Design\ToolbarDesigner.cs(95,26): warning CS0618:
        “System.Web.UI.Design.HtmlControlDesigner.Behavior”已过时:“The
        recommended alternative is ControlDesigner.Tag.
        http://go.microsoft.com/fwlink/?linkid=14202”
build\CSC6C4A2F56C2154E5DB0F39DF8CCE199D.TMP: error CS1567: 生成 Win32
        资源时出错: 拒绝访问。
warning CS1610: 无法删除用于默认 Win32 资源的临时文件“c:\Program Files (x86)\IE
        Web Controls\build\CSC6C4A2F56C2154E5DB0F39DF8CCE199D.TMP”--
        系统找不到指定的文件。
访问遭到拒绝
无法创建目录 - C:\Program Files (x86)\IE Web Controls\build\Runtime
复制了 0 个文件
------解决思路----------------------
感觉像权限的问题,建议把pb12.5以管理员身份运行再试试
  相关解决方案