On this page you can download the latest fixes for GemBox.Ppc 2.0.


History:

Version Fixed issues Release date .NET Framework 3.5 download
v1015 - Support for AdWords API v201109. 2011-12-21 GBPpc20v1015ForNET35.zip
(Full version: 20.3.35.1015)
v1014 - Fixed issue with getting AdWordsCriterion.QualityScore property.
- Fixed validation of AdWordsTextAd which use dynamic keyword insertion.
- Fixed preservation (preservation now doesn't depend on current culture).
- Fixed issue with receiving long responses from AdWords server.
2011-07-19 NA
v1009 - Fixed issue with timeout when making large service calls.
- Fixed DatabaseError.CONCURRENT_MODIFICATION and RateExceededErrors in AdWords uploader/downloader.
- Improved AdWords uploader (we now use partialFailure option where possible).
- Fixed preservation of AdCenterUser.
- Fixed issue with parsing AdWords.ApiError object.
2011-05-31 NA
v1000 Release version. 2011-05-10 NA


How to install a hotfix:
  1. Copy the files from ZIP archive over the old files in "PRODUCT_INSTALL_PATH\Bin" folder (for example, copy files to "C:\Program Files\GemBox Software\GemBox.Ppc 2.0\Bin"). ZIP archives contain fixed DLL and an updated XML file used for Visual Studio IntelliSense.
     
  2. Copy the fixed DLL to GAC (Global Assembly Cache, located in "C:\Windows\assembly").
     
  3. Remove old reference from your VS.NET project and add a reference to the new DLL (check version number).
     
  4. As you probably know, when .NET application is executed, required assemblies need to be either in GAC or in application execution folder:
     
    1. If you use GAC, no action is necessary.
       
    2. If you want component DLL to be located in application execution folder, for that reference in Visual Studio set "Copy Local" property to "True".
       
  5. Rebuild entire solution.

Troubleshooting:

Installing .NET assembly on Vista/Windows 7 OS requires Administrator permissions. On Windows XP for installing .NET assembly it is enough to drag&drop assembly to the GAC folder. On Vista/Windows 7 OS, in most cases, that wouldn't be allowed, so follow this instructions:

  1. Run command prompt (for your version of Visual Studio) as administrator:

    Run cmd as administrator image

  2. Run gacutil.exe tool with 'i' argument and path to assembly which you want to install to GAC. For example: 'gacutil /i c:\MyAssemblies\GemBox.Ppc.dll'

  3. This should install assembly to GAC folder. To check if assembly is properly installed run gacutil tool with 'l' flag. For example: 'gacutil /l GemBox.Ppc'.


© GemBox Software. All rights reserved.