Key in your email here
Font Products
 Barcode Fonts
  • Code 39 Barcode
  • Code 128 Barcode
  • UCCEAN Barcode
  • ITF14 Barcode
  • I2of5 Barcode
  • UPC/EAN Barcode
  • GS1 Databar Barcode
 Download ConnectCode
 MICR Fonts
  • MICR E13B
  • MICR CMC7
 Download MICR

Using the Fonts
  • With the Font Encoder
  • With Excel
  • With Access
  • With Word
  • With Crystal Reports
  • Application Integration
     • With C#
     • With Visual Basic
     • With WPF (C#)
     • With WPF (VB)
     • With Visual C++

SDK Products
 .Net Barcode SDK
 Download SDK

Software Products
 Barcode Software Imager
 Download Imager


Barcode FAQ
 Barcode
  • Barcode Symbology
  • Barcode FAQ
  • Barcode Images
  • Barcode Font
 RFID
  • What is RFID?
 Thermal Printers
 Barcode Scanners
 OCR & OCR Fonts
 MICR & MICR Fonts

Barcode Resources
 Web Resources
 The Barcode CD Project
 Mobile Barcode Project



Configuring Reporting Services 2005

Copying ConnectCodeBarcodeLibrary.dll

The ConnectCodeBarcodeLibrary.dll file will need to be copied to the ReportServer\bin directory of SQL Server 2005. The default directiory is

C:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting
Services\ReportServer\bin.

Editing rssrvpolicy.config to grant FullTrust permission

The rssrvpolicy.config is the Report Server policy configuration file.The default path for this file is

[MSSQLDIR]\MSSQL.2\Reporting Services\ReportServer\rssrvpolicy.config.

The following tag will need to be added to the rssrvpolicy.config file. It grants FullTrust permission to ConnectCodeBarcodeLibrary.dll in the Report Server.

<CodeGroup class="UnionCodeGroup" Name="BarcodeControl" version="1"
PermissionSetName="FullTrust"
Description="This code group grants ConnectCodeBarcodeLibrary.dll
FullTrust permission.">

<IMembershipCondition class="UrlMembershipCondition" version="1" Url="C:\Program Files\Microsoft SQL Server\MSSQL.2\Reporting Services\ReportServer\bin\ConnectCodeBarcodeLibrary.dll"/>
</CodeGroup>

Configuring Reporting Services 2008

Copying ConnectCodeBarcodeLibrary.dll

You will need to copy ConnectCodeBarcodeLibrary.dll to the ReportServer\bin directory of SQL Server 2008. The default directiory is

C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\bin.

Editing rssrvpolicy.config to grant FullTrust permission

The rssrvpolicy.config is the Report Server policy configuration file.The default path for this file is

[MSSQLDIR]\MSRS10.MSSQLSERVER\Reporting Services\ReportServer\rssrvpolicy.config.

The following tag will need to be added to the rssrvpolicy.config file. It grants FullTrust permission to ConnectCodeBarcodeLibrary.dll in the Report Server.

<CodeGroup class="UnionCodeGroup" Name="BarcodeControl" version="1"
PermissionSetName="FullTrust"
Description="This code group grants ConnectCodeBarcodeLibrary.dll
FullTrust permission.">

<IMembershipCondition class="UrlMembershipCondition" version="1"
Url="C:\Program Files\Microsoft SQL Server\MSRS10.MSSQLSERVER\Reporting
Services\ReportServer\bin\ConnectCodeBarcodeLibrary.dll"/> </CodeGroup>

Back to Reporting Services page.

Back to .Net Barcode SDK page.

Back to Barcode Software main page.

Copyright (C) 2004-2012, BarcodeResource.com. All Rights Reserved.