imported>Bbon  | 
				imported>Bbon   | 
				||
| 13번째 줄: | 13번째 줄: | ||
<!-- [http://scn.sap.com/docs/DOC-35074 다운로드페이지] -->  | <!-- [http://scn.sap.com/docs/DOC-35074 다운로드페이지] -->  | ||
[http://scn.sap.com/docs/DOC-7824 다운로드페이지]  | [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년 10월 11일 (금) 04:39 판
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>