User Tools

Site Tools


instalace_serveru_-_centraly

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
instalace_serveru_-_centraly [2019/01/09 16:39] tomasrucinstalace_serveru_-_centraly [2021/06/10 16:05] (current) mkaspar
Line 30: Line 30:
 =====Nastavení aplikace POS Expert Pokladna===== =====Nastavení aplikace POS Expert Pokladna=====
   * Vymazat, nebo alespoň odstranit zástupce na ploše. Na serveru se standardně nepoužívá.   * Vymazat, nebo alespoň odstranit zástupce na ploše. Na serveru se standardně nepoužívá.
 +
 +=====Problémy SQL Spatial=====
 +  * nejprve nainstalovat SQL CLR Types 2012 (???) http://go.microsoft.com/fwlink/?LinkID=239643&clcid=0x409
 +  * smazat Microsoft.SqlServer.Types.dll ze složky s programem
 +  * zkusit vložit do složky s programem starší verzi (_Servis\_SQL CLR TYPES)
 +  * přidat do configu přepsání verzí
 +<code>
 +<runtime>
 +  <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
 +    <dependentAssembly>
 +      <assemblyIdentity name="Microsoft.SqlServer.Types" publicKeyToken="89845dcd8080cc91" />
 +      <bindingRedirect oldVersion="1.0.0.0-11.0.0.0" newVersion="10.0.0.0" />
 +    </dependentAssembly>
 +  </assemblyBinding>
 +</runtime>
 +</code>
  
instalace_serveru_-_centraly.1547048393.txt.gz · Last modified: 2019/01/09 16:39 by tomasruc

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki