Page 2 of 2

Re: RTF print tables

Posted: Thu Apr 03, 2014 7:21 am
by MikaMikuMik
Yes i've got that error.

In my new clean project it works when I set Platform target to x86, program make load this file from bin and there no errors shown. But in x64 and Any CPU mode it make load from Windows directory.

In my base project I have the same behavior, but I've got this error in x86 mode, strange...

Re: RTF print tables

Posted: Thu Apr 03, 2014 7:24 am
by MikaMikuMik
Here is the error:
http://prntscr.com/36kjj6

And Process Explorer says that it loads from my bin:
http://prntscr.com/36kjnp

Re: RTF print tables

Posted: Thu Apr 03, 2014 9:24 am
by MikaMikuMik
v5.0 - Office2003 (we have this on our site)
Can you post me link to this dll?

Re: RTF print tables

Posted: Fri Apr 04, 2014 6:47 am
by HighAley
Hello.

The msptls.dll couldn't be find when you run your project.
If you use Riched20.dll from Office 2007 and above you should also put the msptls.dll file.
You could read this in the Knowledge Base article.
The last riched20 library with the best results that we used was Rich Text Edit Control, v. 3.1. File version 5.31.23.1231.
riched20.png
riched20.png (12.69 KiB) Viewed 4152 times
Thank you.

Re: RTF print tables

Posted: Mon Apr 07, 2014 5:30 am
by MikaMikuMik
Aw... Okay let it be. I dunno but it may be my project settings problems or something but it don't work either. But anyway I can run clean wpf project, and it works well without any errors, strange. Thanks anyway.

Re: RTF print tables

Posted: Mon Apr 07, 2014 8:38 am
by HighAley
Hello.

The right version of libraries should be copied in the bin folder. Please, check the Target platform of your project and newly created one.

Thank you.

Re: RTF print tables

Posted: Mon Apr 14, 2014 5:08 am
by MikaMikuMik
Yes, they are in bin folder. Target platform for both projects - .net35. But test project work, and main project not, strange...

Re: RTF print tables

Posted: Mon Apr 14, 2014 6:38 am
by MikaMikuMik
I made it) In my main project was written special class for printing and that class has some wrong methods that use old Stimulsoft assembly.

Re: RTF print tables

Posted: Mon Apr 14, 2014 12:03 pm
by HighAley
Hello.

It's great!
Let us know if you need any additional help.

Thank you.