5

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?

Romasz
  • 29,662
  • 13
  • 79
  • 154
Arie
  • 3,041
  • 7
  • 32
  • 63
  • 1
    Whoever has downvoted your question thinks of himself as over-smart. The system clearly says "Consider adding a comment" which they havent. – aMazing Nov 01 '15 at 23:59
  • I am also facing same issue. In my case I even not see Crystal Report in new item list. – Khuzema Dec 13 '15 at 19:36

2 Answers2

2

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 :)

Hasan
  • 154
  • 1
  • 7
0

Someone else was having a similar issue with Crystal Reports, regarding the first part of your question. The solution I gave for that person can be found here: How to integrate SAP Crystal Reports in Visual Studio 2015 Enterprise Edition

Regarding your second question, I'm not 100% sure, but I wouldn't expect your friend to have a problem if you're able to successfully compile and run the app.

Hope this helps.

Community
  • 1
  • 1
Eric Milliot-Martinez
  • 4,076
  • 3
  • 23
  • 28