Rank: Newbie Groups: Member
Joined: 1/14/2010 Posts: 3
|
I was using version 7.0.27.2 of EO.Web. I've downloaded and installed 7.0.41.2.
In my app's web.config file I have the following:
<add assembly="EO.Web, Version=7.0.27.2, Culture=neutral, PublicKeyToken=e92353a6bf73fffc" />
I need to change the version (got it) and the PublicKeyToken. Where do I find the PublicKeyToken value to use with this version?
Dan
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
I believe the public key token is the same. It's just the version numbers need to be changed.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 1/14/2010 Posts: 3
|
Yes, you are correct. The same key seems to work. Thanks.
|