
I installed the package, edited the web.config to use the correct dB. Compiled the code in V2008 - no errors.
I then put the solution in source control (team 2008) went to another pc and did a 'get', the code does not compile now, the build order doesn't seem to work and the solution had 477 errors.
Error 541 The type or namespace name 'Framework' does not exist in the namespace 'ZNode.Libraries' (are you missing an assembly reference?)
C:\Projects\Enterprise Edition\Web\App_Code\ProductPageBase.cs 11 23 C:\...\Web\
See the error is the 'Framework' was not compiled and the other project is trying to use the dll from it.
I included the folder"references" in the solution.
What needs to be done so I can go to a fresh system (no znode installed) and do a "get" and have the project compile correctly?
To solve this issue, install znode, compile it, then bind it to source control. I didn't find a way to gra b the code from source control and not install it.