zoukankan      html  css  js  c++  java
  • 解决vs2003下无法调试运行asp.net web项目问题。

    在VS.NET2003里,运行或者调试一个 ASP.NET   Web   Form项目,进行调试,出现提示“无法开始调试,程序集无法加载等问题。主要解决办法是修复IE6。

    回复:
      what   os   are   you   using?   try   the   suggestions   in  
       
      http://www.dotnet247.com/247reference/a.aspx?u=http://www.theeldergeek.com/repair_ie6.htm  
       
      also   see  
      http://www.dotnet247.com/247reference/msgs/57/288505.aspx

    Repair Internet Explorer 6

    A number of XP users have reported situations with Internet Explorer 6 becoming corrupted and reporting a number of different errors. While there is certainly no guarantee, the two procedures listed below have restored functionality to IE6 for many users experiencing problems.

    Note: Both methods listed require that the Microsoft Windows XP CD-ROM be available.

    Method 1: Microsoft Internet Explorer 6.x Repair for Windows XP

    • From the Start menu, select Run.
    • In the Open field, type sfc /scannow (Note: There is a space between sfc and /scannow)
    • Select the OK button.
    • Follow the prompts throughout the System File Checker process.
    • Reboot the computer when System File Checker completes.

    Method 2: Microsoft Internet Explorer 6.x Repair for Windows XP

    • From the Start menu, select Search, select All Files and Folders.
    • Select More Advanced Options and place a checkmark beside Search Hidden Files and Folders option.
    • Ensure that Search System Folders and Search Subfolders are also checked.
    • In the All or Part of the File Name box, type ie.inf
    • In the Look In drop-down menu, select C: or the letter of the hard drive that contains the Windows folder.
    • Click the Search button.
    • In the search results pane, find the ie.inf file located in Windows\Inf folder.
    • Right click the ie.inf file and click Install on the context menu.
    • Reboot the computer when the file copy process is complete.

  • 相关阅读:
    只会写“Hello World”的菜鸟心声
    新的旅程
    生成[1,2,,3,4,5,6,7,8,9]的随机数组?
    计算java集合中自定义对象出现的次数
    iOS https 证书信任漏洞解决办法
    自定义 URL Scheme 完全指南
    Apple移动设备处理器指令集 armv6、armv7、armv7s及arm64
    url schemes格式错误
    给UITapGestureRecognizer添加tag
    iOS GIF 格式动画 图片显示
  • 原文地址:https://www.cnblogs.com/relang99/p/691864.html
Copyright © 2011-2022 走看看