Welcome Guest Search | Active Topics | Sign In | Register

My license doesn’t work in Vista 64 Options
Ray
Posted: Monday, December 1, 2008 11:34:55 PM
Rank: Newbie
Groups: Member

Joined: 7/11/2007
Posts: 8
I am trying to migrate to Vista 64. The controls seam to work but my license no longer works for any thing I do in Vista

Also I noticed that previous work done on XP runs fine but VS 2005 shows errors on the design view. It does run fine though and the license works in Vista its just any thing new that the license doesnt work for
eo_support
Posted: Tuesday, December 2, 2008 5:52:37 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Hi,

Please see if this post helps on the license issue:

http://www.essentialobjects.com/Forum/Default.aspx?g=posts&t=119

VS2005 shows error on the design view mostly because it is unable load EO.Web.dll. This can be a version mismatch, a permission issue due to your project location does not have full permission (for example, on a remote drive). You can try a blank new local project first. If that works, then your installation is fine, and you can try to:

1. Refresh your project reference to make sure your project references the correct DLL;
2. Add EO.Web.dll to the GAC;

If it doesn't work with local project, then there might be a problem with the installation. You can try to reinstall it.

Thanks!
Ray
Posted: Tuesday, December 2, 2008 10:41:32 AM
Rank: Newbie
Groups: Member

Joined: 7/11/2007
Posts: 8
I wrote this on Page_Load in a fresh project
is says (license file exists) AND gives me a (Menu Menu1 requires a license. ...)


If (File.Exists(Server.MapPath("~/eo_web.licx"))) Then
Response.Write("license file exists!")
Else
Response.Write("license file does NOT exists!")
End If

I did load EO.Web.dll into my assembly folder

eo_support
Posted: Tuesday, December 2, 2008 10:46:12 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,194
Did you verify the version as outlined in step 3?
Ray
Posted: Tuesday, December 2, 2008 10:56:05 AM
Rank: Newbie
Groups: Member

Joined: 7/11/2007
Posts: 8
I this is it when I moved I must have installed a different version I noticed that the versions are different Angel


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.