Link to home
Start Free TrialLog in
Avatar of Steve Hougom
Steve HougomFlag for United States of America

asked on

Win.UltraWinSpellChecker.v6.2 licensing errors

I have a winform with the infragistics v6.2 ultra win spellchecker on it.
The exact version is:  Infragistics2.Win.UltraWinSpellChecker.v6.2, Version=6.2.20062.34

I have the suite installed on my pc.  I can run the form and it works great.  BUT when I check in the solution to source control and others get the latest version they get license errors in their visual studio when trying to build.  We all use visual studio version 2013.  Also on our build server which is running msbuild i had to edit the licx file and remove its contents in order to get a build.  So Im trying to find a way that I can deploy the run time version of this application to our users without getting these build errors on the licx file.  This version I believe is from 2006 and here is what it looks like as installed programs in control panel.

User generated image

Here is the error on the build server.
(CompileLicxFiles target) ->
Properties\licenses.licx(1): error LC0004: Exception occurred creating type 'Infragistics.Win.UltraWinSpellChecker.UltraSpellChecker, Infragistics2.Win.UltraWinSpellChecker.v6.2, Version=6.2.20062.34, Culture=neutral, PublicKeyToken=xxxxxxx' System.ComponentModel.LicenseException: Unable to locate license assembly.
Avatar of Steve Hougom
Steve Hougom
Flag of United States of America image

ASKER

Here is the error another user gets when they get latest from source.
User generated image
If they edit and delete out the contents of the licx file they get this at runtime.

User generated image
Spoke with infragistics some things I tried.

1.) dont check in the licx file from your dev machine to TFS.
2.) set references to "Copy local = true" (this puts them in bin\debug folder)
3.) set build action on licx file to none and copy to output dir = do not copy.

The build on the build server worked fine.  Going to run it on a remote server to see if the exe version works.
ASKER CERTIFIED SOLUTION
Avatar of Steve Hougom
Steve Hougom
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial