Skip to main content

Search

Search

Sdk & Bartender Versions (Gac)

Comments

2 comments

  • Avatar
    Gene Henson

    Let me first make a note about our versioning.  The two version of BarTender that you specify above are actually just different service releases for the same version.  That means that your version 10.0 Product Key Codes can be used with BarTender version 10.0 SR4.  It may not be necessary for you to install 10.0 SR4 on all of your computers if you’re not experiencing any other problems on them, but you do have that option if you want to maintain consistency across your organization.

     

    Now, on to your questions:

    1. Actually, they are backwards compatible.  We generally recommend that you develop your application around the lowest level BarTender that you plan to support.  In this case, you’ve developed your application around 10.0, so it should (but obviously is not) be fine running on 10.0 SR4 (and later).
    2. We’re not sure what’s going on here yet.  We’re doing some checking on our end and we’ll get back to you on this.  You can also call or email our support department directly for faster help as we may need to take a look at your setup in Visual Studio.
    3. See my above comments, it’s generally recommended to develop to the lowest version you plan to support, but in your scenario you do have the option to standardize to 10.0 SR4 across your organization at no cost.
    0
  • Avatar
    Michael Toupin (mtoupin

    We've done some testing and have identified the issue here.  What's happening is that when you're publishing your application is that Visual Studio defaults to making the dependent files prerequesites in the ClickOnce deployment application.  

     

    To resolve that, prior to publishing your application, select 'application properties' then select the 'Publish' tab (it may be hidden, if so select the 'more' arrow at the bottom).  Then select 'Application Files', that lists all the files it's marking as prerequisites.  Select 'Exclude' for any ones starting with BT or Seagull.  Then when you build your application it should not lock them to the version.

    0

Please sign in to leave a comment.