imported>Bbon |
imported>Bbon (→Deploy ClickOnce with CRforVS13.0.7) |
||
15번째 줄: | 15번째 줄: | ||
===Deploy ClickOnce with CRforVS13.0.7=== | ===Deploy ClickOnce with CRforVS13.0.7=== | ||
− | app.config 내용중 startup | + | app.config 내용중 startup 엘리먼트에 useLegacyV2RuntimeActivationPolicy 어트리뷰트를 추가해줘야 한다. |
<syntaxhighlight lang="xml"><startup useLegacyV2RuntimeActivationPolicy="true"> | <syntaxhighlight lang="xml"><startup useLegacyV2RuntimeActivationPolicy="true"> | ||
<supportedRuntime version="v4.0.30319" sku=".NETFramework,Version=v4.0" /> | <supportedRuntime version="v4.0.30319" sku=".NETFramework,Version=v4.0" /> | ||
</startup> | </startup> | ||
</syntaxhighlight> | </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>