Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Crystal reports for Visual studio 2015

I've just installed Support Pack 15 from http://scn.sap.com/docs/DOC-7824 . I've been told after install it will be working with my VS 2015 on Windows 10. After installation i realased when choosing new item to project crystal report appear on list, but within Toolbox i can't see any crystal report control especially rystal report viewer. Any idea what has to be done to fix it?

UPDATE: Think i was able to solve that by changing Framework 4 client profile to net framework 4 in project properties, after that change controls appears.

NEW QUESTION: When i will publish my app and considering this change - when my client download new published version will not be a problem for him when executing app?

like image 764
Arie Avatar asked Oct 31 '22 16:10

Arie


1 Answers

If you are publishing your application using ClickOnce you can download the redistributable files from this page and include them: http://scn.sap.com/docs/DOC-7824

If you can test first with a test machine before rolling out it would be better :)

like image 134
Hasan Avatar answered Nov 08 '22 09:11

Hasan