|
Rank: Newbie
Groups: Registered
Joined: 12/17/2015 Posts: 4
|
I registered the product on my desktop and did a "rebuild solution" and then deployed the project. But the users keep getting the register dialog box.
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
Please post the content of you licenses.licx file that is in the project which makes your EXE (it must be that project, if it's a different project it won't have any effect). Also this may help https://keyoti.com/kb/De...questId=76&catId=64
Do you build with an automated build process, like with TFS? Thanks Jim -your feedback is helpful to other users, thank you!
|
|
Rank: Newbie
Groups: Registered
Joined: 12/17/2015 Posts: 4
|
This is what I have in License file: Keyoti.RapidSpell.RapidSpellAsYouType, Keyoti.RapidSpell, Version=5.0.11.517, Culture=neutral, PublicKeyToken=58d9fd2e9ec4dc0e Keyoti.RapidSpell.RapidSpellAsYouType, Keyoti.RapidSpell, Version=5.0.11.517, Culture=neutral, PublicKeyToken=58d9fd2e9ec4dc0e Keyoti.RapidSpell.RapidSpellAsYouType, Keyoti.RapidSpell, Version=5.0.11.517, Culture=neutral, PublicKeyToken=58d9fd2e9ec4dc0e Keyoti.RapidSpell.RapidSpellDialog, Keyoti.RapidSpell, Version=5.0.11.517, Culture=neutral, PublicKeyToken=58d9fd2e9ec4dc0e Keyoti.RapidSpell.RapidSpellDialog, Keyoti.RapidSpell, Version=5.0.11.517, Culture=neutral, PublicKeyToken=58d9fd2e9ec4dc0e
And it is a part of the project which makes the EXE. And No, I don't use automated build process
THanks
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
Are you actually referencing our .NET 1 DLL, which is called "Keyoti.RapidSpell.dll"? Also, is the version number you're using still 5.0.11.517? You can clean up all of that with just Keyoti.RapidSpell.RapidSpellAsYouType, <assembly name> eg. If you were actually referencing our .NET 2 DLL Keyoti.RapidSpell.RapidSpellAsYouType, Keyoti.RapidSpell.NET2 Jim -your feedback is helpful to other users, thank you!
|
|
Rank: Newbie
Groups: Registered
Joined: 12/17/2015 Posts: 4
|
yes,I'm referencing .Net 1 DLL since I'm using it for Visual studio 2003
|
|
Rank: Advanced Member
Groups: Administrators, Registered
Joined: 8/13/2004 Posts: 2,669 Location: Canada
|
Did you try cleaning up the file to Keyoti.RapidSpell.RapidSpellAsYouType, Keyoti.RapidSpell all that version info is added by the VS designer and it's not always helpful. One other thing to check, is make sure your EXE isn't renamed, because renaming the EXE destroys all .NET licenses (that's how .NET works) -your feedback is helpful to other users, thank you!
|
|
Rank: Newbie
Groups: Registered
Joined: 12/17/2015 Posts: 4
|
Ok..It worked this time. I cleaned up the license file and removed the versions.
Thank you for the help
|
|