Click here to Skip to main content
15,895,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i wrote accessibility layer for ribbon bar, from automation in windows it is working fine ,but windows 10 exe is crashing ( from automation) i replaced uiautomation dll from windows 7 to windows 10, it is working fine.

please let me know what might be the issue.

What I have tried:

Loaded 'C:\Windows\SysWOW64\UIAutomationCore.dll'. Symbols loaded.
First-chance exception at 0x6DE65238 (oleacc.dll) in xxxx.exe: 0xC0000005: Access violation reading location 0xFEEEFEF6.
Unhandled exception at 0x6DE65238 (oleacc.dll) in xxx.exe:
0xC000041D: An unhandled exception was encountered during a user callback.
Posted
Updated 21-Feb-19 4:06am
v3

Something in your application caused an access violation, as shown in the exception message. You need to use the debugger to find out where and why.
 
Share this answer
 
Comments
Richard MacCutchan 21-Feb-19 7:35am    
So what do you want us to do?
Member 13798855 21-Feb-19 7:44am    
anybody got that issue ?
It is some version issue on Windows 10. You should carefully read about the used functions to find the differences like on stackoverflow discussed. Maybe you need to debug it or write a log file.

Tip: run your code in admin mode on W10 to check for some security policy change.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900