imported>Bbon (새 문서: === Crystal Reports Developer version Microsoft Visual Studio 2012 === New branding for the product; Now called “SAP Crystal Reports, developer version for Microsoft Visual Studio...) |
imported>Bbon (→Deploy ClickOnce with CRforVS13.0.7) |
||
(같은 사용자의 중간 판 2개는 보이지 않습니다) | |||
11번째 줄: | 11번째 줄: | ||
d. Other technology: IIS 8, Flash 11 | d. Other technology: IIS 8, Flash 11 | ||
− | [http://scn.sap.com/docs/DOC-35074 다운로드페이지] | + | <!-- [http://scn.sap.com/docs/DOC-35074 다운로드페이지] --> |
+ | [http://scn.sap.com/docs/DOC-7824 다운로드페이지] | ||
+ | |||
+ | ===Deploy ClickOnce with CRforVS13.0.7=== | ||
+ | app.config 내용중 startup 엘리먼트에 useLegacyV2RuntimeActivationPolicy 어트리뷰트를 추가해줘야 한다. | ||
+ | <syntaxhighlight lang="xml"><startup useLegacyV2RuntimeActivationPolicy="true"> | ||
+ | <supportedRuntime version="v4.0.30319" sku=".NETFramework,Version=v4.0" /> | ||
+ | </startup> | ||
+ | </syntaxhighlight> |
2013년 11월 4일 (월) 14:57 기준 최신판
Crystal Reports Developer version Microsoft Visual Studio 2012
New branding for the product; Now called “SAP Crystal Reports, developer version for Microsoft Visual Studio” Support integration with Visual Studio 2012 and 4.5 .NET Framework runtime. Added support for following platforms: a. OS: Windows 7 SP1, Windows 8, Windows 2012 b. Database: SQL Server 2012, HANA SP5 c. Web Browser: Firefox 16, IE10 (limited support; more information forthcoming soon) d. Other technology: IIS 8, Flash 11
Deploy ClickOnce with CRforVS13.0.7
app.config 내용중 startup 엘리먼트에 useLegacyV2RuntimeActivationPolicy 어트리뷰트를 추가해줘야 한다.
<startup useLegacyV2RuntimeActivationPolicy="true">
<supportedRuntime version="v4.0.30319" sku=".NETFramework,Version=v4.0" />
</startup>