No announcements
Found 3885252 threads
-
0 Votes
Debug Assertion Failed!
You should use Remote Debugger How to: Set Up Remote Debugging.Answered | 1 Replies | 3307 Views | Created by ShimonShami - Tuesday, June 5, 2012 7:51 AM | Last reply by D3F84U - Tuesday, June 5, 2012 9:29 AM -
0 Votes
SMS intercepting application without form popup.
Either run your application in back ground so that it will wake up when SMS arrives but dont pop up the window.Answered | 4 Replies | 2999 Views | Created by Sam Jost - Monday, November 23, 2009 11:37 AM | Last reply by Sam Jost - Monday, November 23, 2009 12:52 PM -
0 Votes
ASSERTION FAILED
Did you step through the code with the debugger to see which statement was causing the assertion failure?Answered | 4 Replies | 2887 Views | Created by NAGBABU - Thursday, July 26, 2012 2:56 AM | Last reply by Barry-Schwarz - Thursday, July 26, 2012 3:04 PM -
0 Votes
Out of memory error when using graphics in VB.NET
Perhaps even just drawing 1 shape and rotating it on mouse clicks may more closely replicate what you are doing.Answered | 13 Replies | 7763 Views | Created by Boopathi India - Wednesday, June 12, 2013 11:13 AM | Last reply by Boopathi India - Tuesday, June 18, 2013 4:40 AM -
0 Votes
Test fails when an assertion fails
Page Failed"; myDelegate = new ...Answered | 9 Replies | 10819 Views | Created by Arundhati_s - Monday, February 8, 2010 11:12 AM | Last reply by KSQA - Friday, May 25, 2012 9:58 AM -
0 Votes
Forcing Application to use specific Runtime
The runtime of both 4.0 and 4.5 is 4.0, so the supportedRuntime attribute will not help you.Answered | 2 Replies | 2613 Views | Created by Bhavesh Shura - Friday, December 14, 2012 11:42 PM | Last reply by Mike Feng - Tuesday, December 18, 2012 8:49 AM -
1 Votes
What's the point of the 'assert unproven' warning?
I thought that: Assume meant 'the static checker can assume that this is true', not that and verify at runtime, and Assert ...Answered | 2 Replies | 7999 Views | Created by OpinionatedGeek - Friday, February 27, 2009 2:16 PM | Last reply by OpinionatedGeek - Friday, February 27, 2009 4:05 PM -
0 Votes
Fonts and graphics in deployed application are blurred
I am developing and installing this application on the same machine running Windows 10.Answered | 1 Replies | 490 Views | Created by Jake Fosheezee - Monday, April 25, 2016 5:10 AM | Last reply by Mr. Monkeyboy - Monday, April 25, 2016 5:26 AM -
0 Votes
Can you assert that your application is on top?
Hi, In order to get an object which represents Word window, you also can do some actions on the Word window or add an assertion on the Word window using Coded UI ...Answered | 5 Replies | 628 Views | Created by Arthur Gardner - Tuesday, November 19, 2013 8:10 PM | Last reply by Arthur Gardner - Friday, December 6, 2013 7:57 PM -
1 Votes
Throw an exception in debugger to test catch phrase.
Go to Debug menu and click Exception... option (or open the dialog using Ctrl+Alt+E), and check the Thrown column of all the exceptions under Common Language Runtime ...Answered | 5 Replies | 9859 Views | Created by Mtronix-saints - Thursday, January 15, 2009 4:22 PM | Last reply by Geoff Rogers - Tuesday, February 10, 2015 4:54 PM -
3 Votes
debug assertion failed error
Test the validity of "found" before trying to use it.Answered | 4 Replies | 1269 Views | Created by iamanandkumar - Saturday, March 19, 2016 6:37 AM | Last reply by WayneAKing - Saturday, March 19, 2016 8:08 PM -
2 Votes
Debug Assertion failed error while using an mfc dll via import library in an managed console application
When i upgrade boost form 1.33.1 up to 1.39 I get the following assertion failed error message: Debug Assertion Failed!Answered | 12 Replies | 27670 Views | Created by Ahmad.Malik - Wednesday, March 25, 2009 4:38 AM | Last reply by Willem de Jonge - Monday, August 3, 2009 10:23 AM -
0 Votes
Using Receive pipeline in Orchestration
If you have any other usggest, pls suggest.Answered | 5 Replies | 5907 Views | Created by vgullu - Tuesday, April 14, 2009 4:49 AM | Last reply by Greg.Forsythe - Tuesday, April 14, 2009 9:33 AM -
2 Votes
Debug Assertion Failed!
Shady Enany, pUserData is not for you to use, it gets used in the CRT and thats it.Answered | 9 Replies | 12232 Views | Created by Shady Enany - Tuesday, March 20, 2012 10:03 PM | Last reply by Shady Enany - Monday, March 26, 2012 9:20 AM -
1 Votes
intercept function
You can also avoid any confusion when using the operators EXCEPT and INTERSECT by wraping the queries with parenthesies.Answered | 3 Replies | 934 Views | Created by I4QR1A - Tuesday, December 23, 2014 10:25 AM | Last reply by Hunchback - Tuesday, December 23, 2014 2:53 PM -
0 Votes
Is it Possible to use Interception on registry,in Windows Mobile5,6
Applications can be made aware of events happening in other applications or with the device itself.Answered | 3 Replies | 3203 Views | Created by Vikas Tanwar - Monday, May 11, 2009 10:26 AM | Last reply by Joel Ivory Johnson - Wednesday, May 13, 2009 1:15 PM -
0 Votes
Calling Assert In a BackGround Thread
I'll give that a try when I have an opportunity.Answered | 4 Replies | 6903 Views | Created by Frank Boyne - Friday, October 5, 2012 3:09 AM | Last reply by Allen Mathias - Tuesday, October 9, 2012 5:24 AM -
0 Votes
Pass output from one pipeline run and use as parameter in another pipeline
We have a workitem that will allow a user to choose what should be the output for a pipeline (imagine a pipeline with 40 activities, user would be able to choose the output ...Answered | 1 Replies | 8185 Views | Created by cenh - Monday, December 16, 2019 2:01 PM | Last reply by Paco Del Moral - Monday, December 16, 2019 5:33 PM -
0 Votes
Problem only when running in debugger
I just didn't use the variable's name when posting the code.Answered | 15 Replies | 2320 Views | Created by msnhelpsme - Thursday, August 2, 2012 6:21 PM | Last reply by Brian Muth - Monday, August 13, 2012 9:26 PM -
5 Votes
Allocation/deallocation very slow when application launched with debugger
The time of my application it exactly the same with and without the debugger when using environment variable '_NO_DEBUG_HEAP'.Answered | 12 Replies | 9436 Views | Created by François1 - Wednesday, July 28, 2010 8:36 AM | Last reply by François1 - Friday, August 13, 2010 7:35 AM
No announcements