启动vs.net,
打开方案 ComponentArt.Web.UI.sln,
选择Licensing/RedistributeLicenseProvider.cs,
第51行开始修改成
if(strAppKey == strFoundAppKey)
return new ComponentArt.Licensing.Providers.RedistributableLicense(this, "The App");
else
return new ComponentArt.Licensing.Providers.RedistributableLicense(this, "The App");
重新编译,ok!
打开方案 ComponentArt.Web.UI.sln,
选择Licensing/RedistributeLicenseProvider.cs,
第51行开始修改成
if(strAppKey == strFoundAppKey)
return new ComponentArt.Licensing.Providers.RedistributableLicense(this, "The App");
else
return new ComponentArt.Licensing.Providers.RedistributableLicense(this, "The App");
重新编译,ok!