Menu

#1 Does not build with VS 2005

open
nobody
None
5
2006-10-13
2006-10-13
Anonymous
No

\devMetrics\devAdvantage\LicenseManager\AssemblyInfo.cs
(19,12): warning CS1699: Use command line
option '/keycontainer' or appropriate project settings
instead of 'AssemblyKeyName'

does not like this line:
[assembly: AssemblyKeyName
("AnticipatingMindsProductsSignatureKey")]

\devMetrics\devAdvantage\LicenseManager\LicensingExcept
ion.cs(54,4): warning CS1717: Assignment made to same
variable; did you mean to assign something else?

does not like this line:
public LicenseIsNotFoundException():base
("LicenseIsNotFoundException")
{
this.license = license;
}

Discussion

  • Nobody/Anonymous

    Logged In: NO

    Does not build with 2003, either.

     
  • Nobody/Anonymous

    Logged In: NO

    This is pretty obvious. When Anticipating Minds closed shop, they pushed out ALL the source to the library. Basically, remove all strong naming (for now), and remove any logic for license processing, since it's no longer needed. This seems like a non-issue to me. This shouldn't take more than 20 minutes, tops, to resolve for MSBuild.

     
  • Nobody/Anonymous

    Logged In: NO

    As stated previously, I have managed to get this solution to build by removing all assembly key name store references, as well as any and all licensing logic. This should help you build it successfully. Installing and using is another matter entirely. :-)

     

Log in to post a comment.

MongoDB Logo MongoDB