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:
- 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.
- Copy the fixed DLL to GAC (Global Assembly Cache, located in "C:\Windows\assembly").
- Remove old reference from your VS.NET project and add a reference to the new DLL
(check version number).
- As you probably know, when .NET application is executed, required assemblies need
to be either in GAC or in application execution folder:
- If you use GAC, no action is necessary.
- If you want component DLL to be located in application execution folder, for that
reference in Visual Studio set "Copy Local" property to "True".
- 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:
- Run command prompt (for your version of Visual Studio) as administrator:
- 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'
- 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.