No announcements
Found 1991695 threads
-
2 Votes
Debugging Access violation exceptions
I haven't been able to reproduce the problem after making your proposed change.Answered | 15 Replies | 9329 Views | Created by Siddarth23 - Wednesday, September 26, 2012 6:13 PM | Last reply by Siddarth23 - Monday, November 26, 2012 3:34 PM -
0 Votes
Access violation exception after tap on GridView's item
My application crashes when I tap on item in GridView which can be manipulated.Answered | 4 Replies | 987 Views | Created by Václav Dajbych - Monday, January 5, 2015 10:30 AM | Last reply by Václav Dajbych - Tuesday, January 13, 2015 8:36 AM -
0 Votes
Access Violation or Heap Corruption Exception after Windows Library Call
I am getting an access violation or heap corruption exception when trying to run a WinRT Console application.Answered | 2 Replies | 83016 Views | Created by andrew_was_here - Tuesday, June 11, 2019 3:55 PM | Last reply by andrew_was_here - Tuesday, June 11, 2019 9:57 PM -
0 Votes
Very Strange Access Violation Exception
Yes it was a memory access violation and yes the app also uses an Access database but the memory violation occurred ages after all the ...Answered | 18 Replies | 4864 Views | Created by InterGalacticCheese - Tuesday, January 4, 2011 6:34 PM | Last reply by InterGalacticCheese - Friday, January 7, 2011 4:41 PM -
2 Votes
Exception in GridView when removing items after reordering
We have already fixed this after the Release Preview build.Answered | 10 Replies | 3494 Views | Created by Matthias4 - Wednesday, July 4, 2012 2:14 PM | Last reply by Matthias4 - Monday, July 16, 2012 5:41 AM -
0 Votes
Access Violation Exception
CCollectionCache::EnsureAry+c9 in C:\Windows\SysWOW64\mshtml.dll from Microsoft Corporation has caused an access violation exception (0xC0000005) when trying ...Answered | 1 Replies | 1327 Views | Created by Ken4620 - Thursday, March 5, 2015 3:39 PM | Last reply by Franklin Chen - Friday, March 6, 2015 7:29 AM -
0 Votes
Access Violation Exception in Marshal.PtrToStructure in vb.net
Using marshalling I am trying to get the structure array, which is my requirement <StructLayout(LayoutKind.Sequential, CharSet:=CharSet.Ansi)> ...Answered | 1 Replies | 2644 Views | Created by Vijaysandur - Thursday, April 18, 2013 2:44 PM | Last reply by Joel Engineer - Friday, April 19, 2013 10:53 AM -
0 Votes
CListCtrl access violation started after years of use
After the Access Violation continuing, immediately get: Unhandled exception at 0x6f53b100 in DebtMan.exe: 0xC000041D: ...Answered | 15 Replies | 2950 Views | Created by Arnie234 - Friday, May 6, 2016 7:50 AM | Last reply by OneMoreTry - Thursday, May 19, 2016 5:53 PM -
0 Votes
Unhandled exception *.exe and Access violation reading location.
If you use the pointer returned by GetProcAdress you will have an access violation...Answered | 3 Replies | 7320 Views | Created by M.G.Rajendra Prasad - Monday, June 4, 2012 7:34 AM | Last reply by Bordon - Monday, June 4, 2012 9:18 AM -
0 Votes
Catching c++ "Access Violation Writing Exception”?
>This is my program, and when i run it, the 1st SCANF_S is running properly, but the next SCANF_S (bold in the code) with the string input is not running.. it produces an error ...Answered | 13 Replies | 1605 Views | Created by Mukesh Lekhrajani - Sunday, June 2, 2019 7:18 PM | Last reply by Mukesh Lekhrajani - Thursday, June 6, 2019 5:52 PM -
1 Votes
Add items to listbox on tap of textblock
If you have set the ItemsSource property of the ListBox to some collection you should add the objects (the strings or whatever you are using) to this collection instead of adding them ...Answered | 4 Replies | 913 Views | Created by RohitrkKUmar - Tuesday, February 24, 2015 10:44 AM | Last reply by RohitrkKUmar - Tuesday, March 3, 2015 11:46 AM -
0 Votes
Item Tap with conditional results
There are couple of "workarounds" so check following links here, here and here..Answered | 2 Replies | 679 Views | Created by thribben - Thursday, July 14, 2016 2:24 PM | Last reply by thribben - Thursday, July 14, 2016 5:36 PM -
0 Votes
ntdll.dll access violation with openDDS
Here are some familiar cases you can refer toAnswered | 2 Replies | 1302 Views | Created by mpitulej - Monday, March 21, 2016 7:19 PM | Last reply by Duris_I - Tuesday, March 22, 2016 9:10 AM -
0 Votes
Unhandled exception: Access Violation 0xC00000005
When i run following code i got following error message Unhandled exception: Access Violation ...Answered | 2 Replies | 3932 Views | Created by Abhishek1982 - Sunday, February 7, 2010 7:54 AM | Last reply by Abhishek1982 - Sunday, February 7, 2010 9:38 AM -
2 Votes
Access violation executing location 0x00000010
"When Access violation writing location, the stack is right but there's no fault of the code, the problem is caused by memory fault.Answered | 20 Replies | 19032 Views | Created by Percy Xu - Thursday, November 28, 2013 8:15 AM | Last reply by Mike Danes - Friday, December 6, 2013 11:13 AM -
1 Votes
understanding access violation message
I was able to track down precisely what was causing the access violation.Answered | 2 Replies | 4415 Views | Created by samie1 - Thursday, September 15, 2011 9:13 AM | Last reply by samie1 - Friday, September 16, 2011 10:28 AM -
0 Votes
Access violation error
I have been trying to resolve the access violation in the program for bounding volume hierarchy.Answered | 3 Replies | 3915 Views | Created by bubblesppf - Monday, June 13, 2011 8:12 PM | Last reply by Rob Pan - Thursday, June 23, 2011 9:41 AM -
1 Votes
VS2010 access violation after any debug break point reached.
Debugging->Native 'Enable RPC debugging' Like MaybeCompletelyW’s suggestion, if possible, you could check it in your side, it is disable in default, so if possible, you ...Answered | 2 Replies | 1166 Views | Created by JoeAmerica - Friday, March 28, 2014 8:52 PM | Last reply by Jack Zhai-MSFT - Monday, March 31, 2014 5:54 AM -
0 Votes
vc++ access violation problem
A thread that may end up cleaning itself up after the last time another one accesses it for the last time may suddenly clean itself up before.Answered | 8 Replies | 3442 Views | Created by FugersonHall - Wednesday, May 2, 2012 12:31 AM | Last reply by Sergey Chepurin - Thursday, May 3, 2012 6:28 AM -
3 Votes
First-chance exception Access violation reading location.
The reason is that member variables are destroyed after the delete call and before the CoUninitialize.Answered | 7 Replies | 5067 Views | Created by PhilLehm - Friday, October 5, 2012 8:34 AM | Last reply by PhilLehm - Wednesday, October 10, 2012 2:19 PM - Items 1 to 20 of 1991695 Next ›
No announcements