ArcGIS visual c ++ runtime error Abnormal Termination error Solution

Source: Internet
Author: User

(1) the correct dao360.dll is generally in c: \ Program Files \ common files \ microsoft shared \ Dao, check whether the version is correct and not replaced, and then re-register

Run "start"-> "run" input: regsvr32 and drag dao306.dll to the "run" window. Press enter to complete registration.

(2) How to fix ArcGIS file registration information
If the file registration information of ArcGIS is incorrect, unexpected results may occur. You can try to fix the registry information.

Start: @ echo registering files...
@ For % F in (*. dll) do start/Wait regsvr32/s "% F"
@ For % F in (*. olb) do start/Wait regsvr32/s "% F"
@ For % F in (*. ocx) do start/Wait regsvr32/s "% F"
@ Echo registering help files...
CD .. \ Help
@ For % F in (*. olb) do start/Wait regsvr32/s "% F"

End

Copy the content before "start" and "end" to the text editor and save it to the bin subdirectory of the ArcGIS installation directory. Name the file registerarcgis. bat. Double-click the BAT file to fix it.

(3) Find the ArcMap user data file, usually in

C: \ Documents ents and Settings \ kchyang \ Application Data \ ESRI \

Delete the ArcMap folder

(4) Restart ArcMap

If you have tried the above methods, you can only uninstall and reinstall ArcGIS.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.