Rank: Member Groups: Member
Joined: 6/2/2008 Posts: 27
|
I requested build 6.0.31.2 because the newest build broke my project. Essential Object sent me the version I wanted but now my license file doesn't work. I keep getting the need license message at the top of my pages.
Can I get the valid lecense file for build 6.0.31.2?
Thanks, Tim
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi Tim, The license file for all 6.0.x builds are the same. So a new file won't help you. You may want to follow steps outlined in this post to see what's causing the problem: http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=119Thanks
|
Rank: Member Groups: Member
Joined: 6/2/2008 Posts: 27
|
Thanks for the help. I should have looked at the bin after deployment. I'm using a ForceCopyBuildProvider and it was copying over the licx file but now for some reason it has stopped working.
<compilation debug="false" defaultLanguage="C#"> <buildProviders> <remove extension=".licx"/> <add extension=".licx" type="System.Web.Compilation.ForceCopyBuildProvider"/> </buildProviders>
|