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

Stimulsoft Reports.NET discussion
Post Reply
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

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

Post 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:
Marimuthu K
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

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

Post 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.
MARIMUTHU K
Posts: 101
Joined: Wed Jul 26, 2006 8:03 am
Location: CHENNAI-TN, INDIA

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

Post by MARIMUTHU K »



Thanks.


Regards,
KMarimuthu.
Marimuthu K
Post Reply