I have loaded the VS2008 project. It did it's typical conversion stuff..
I now went on to try and compile this project and receiving a large number of errors pertaining to the the pages located in \YetAnotherForum.Net\pages. these errors all complain about the YAF server tag being used in those pages. Here is an example
Error 142 Unknown server tag 'YAF:LocalizedLabel'. D:\Projects\Websites\YetAnotherForum.NET\controls\ProfileYourAccount.ascx 7
I also tried building the controls project itself first and verified that the new dll is copied to the bin directory of the website project. That did not help.
I am not sure, but always thought that when you are suing custom controls, the must be defined in the aspx page itself. these pages do not seem to do that and that may be why the error is occurring. Any thoughts?