Debugger Error !!!!!!!!!!!!

Hii Guy’s,

I have a dialog contains 3 fields are,

From date_________ Todate _______ and Dimension(Dropdownmenu).

When i am click on Dimension field (DropDownmenu),Suddenly the Debugger is coming with some error.I have not given any breakpoint at anywhere.Plese help me get out of this issue…

Regards,

Jagadis Sahu

What about to give us more information, especially what’s the error? Some error is not very specific…

what is the error it throws?

Hello Martin,

Thanks for rplying…

This is error which coming with the debugger.

Debug assertion failed.

Stack trace:
(c)\Classes\DimensionSetCaller\isCallerFieldInterCoDimension-line 14
(c)\Forms\DimensionsLookup\Methods\run - line 19
(C)\Classes\FormStringControl\performFormLookup
(C)\Classes\FormStringControl\performTypeLookup
(C)\Classes\FormStringControl\Lookup

Please Tell me the solution…

Regards,

Jagadis Sahu

Hello Arun,

Thanks for rplying…

This is error which coming with the debugger.

Debug assertion failed.

Stack trace:
(c)\Classes\DimensionSetCaller\isCallerFieldInterCoDimension-line 14
(c)\Forms\DimensionsLookup\Methods\run - line 19
(C)\Classes\FormStringControl\performFormLookup
(C)\Classes\FormStringControl\performTypeLookup
(C)\Classes\FormStringControl\Lookup

Please Tell me the solution…

Regards,

Jagadis Sahu

Hi,

This was already discussed here (http://dynamicsuser.net/forums/t/32296.aspx). See whether this helps.

Also try to set debug option to no (under Tools > options) and try running the code again

Hello Harish,

Thanks for your rply…

Yes ,i got your point.if you set the debug option to “no”,then permanantly the debugger is disabling.i dont this.I want how resolve this error.

Please help me out…

Regards,

Jagadis Sahu

I believe this is by design, the problem is that you need a real table field of type Dimension but since you are just using a dialog field for this then you get the assertion failure, this should work as mentioned before if you just disable the debugger. As I mentioned, this is by design, the report LedgerBugdetReport also has the same problem.

Thanks Fabrico for your rply…

I have tried according to you,but still i am coming out of this issue.please give me any other solution to get out of this.

Regards,

Jagadis Sahu

Again, you just need to disable the debuger

I have disable the debugger but still facing the same error " Debug Assertion Failed"

Hi friends,

I resolved this error with the debug of class and skipping execution some code while doing the same.

I have documented the same in my blog you can refer for it

http://kdynamics.blogspot.in/2012/08/debug-assertion-failed-error.html

Thanks,

Kishor Jadhav

However, this is not the solution(the same blogged in lot of articles).
Need to find the cause rather than skipping code or disabling break point.
BTW, we also facing same error though it seems everything fine. This may be due to Base & derived classes
reference may not updated.
Probably doing Full compile + Full CIL may fix the issue.