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