Page 1 of 1

Unhandled Exception------------------------

Posted: Wed Aug 09, 2006 6:19 am
by MARIMUTHU K
Hi hi hi,


We have worked Preview Report:
Choose
Send E-Mail - Export pdf format and Click send button ,sent Email with Report
But Display Error Message and Close the StimulReport..............


Error Message:

An unhandled exception of type 'System.DllNotFoundException' occurred in stimulsoft.report.dll

Additional information : Unable to load DLL(msvcr70.dll).


I think its Bug.(May be, I have used Wrong way)
Please send Solve any other way or use Correct way?


Thanks in Advance.



Regards,
KMarimuthu.:matrix:

Unhandled Exception------------------------

Posted: Wed Aug 09, 2006 6:52 am
by Vital
We use function _controlfp from msvcr70.dll.

[DllImport("msvcr70.dll", CallingConvention = CallingConvention.Cdecl)]
private static extern int _controlfp(int n, int mask);

Can you check this dll exist on your computer?

Thanks.

Unhandled Exception------------------------

Posted: Wed Aug 09, 2006 11:14 pm
by MARIMUTHU K


Thanks.


Regards,
KMarimuthu.