
We are getting a License Error when solution was added to the source control (Team Foundation Server). I am running the application in localhost but still getting the License Error under diagnostics.aspx, however, there is no error when I ran locally before adding it to the source control. Has anyone else had similar problem before? Any help on this is much appreciated.
Thanks,
Saru
Have you checked to see if
Have you checked to see if the source control included all the DLLs in the BIN and reference folders? Most source control systems are set to exclude those.
Znode Administrator
email: support@znode.com
url: www.znode.com
Having Same Issue
Hello,
i'm having this same issue. I had this running, then checked it in, now license error. It does seem to have ommitted some of hte DLLs from SourceSafe, HOWEVER, I have them all in my local directory because I ran the MSI on my PC.
Also - the bottom post mentioned removing "Read Only" on the Library directories. I tried this, but it didn't seem to work. Can you provide any insight? Thanks,
Jono
Source Control Issue
One thing to try is removing the references in the web project and re-adding them. As long as the DLLs are all in the proper directories and accessible everything should work.
You may want to also try creating a clean install and then doing a diff on your checked out code to see if something else is missing or changed. One tool we find very handy for his is WinMerge (http://winmerge.org/). Best of all it is free.
Znode Administrator
email: support@znode.com
url: www.znode.com
Issues with source control
Yes, I did.
Finally, this issue has been resolved. We have to remove 'Read only' permissions on Libraries folder in our local machine. Read Only permission is preventing modifying the FileListAbsolute.txt files under Libraries.
Saru