Just to a note to anyone use team system with VS.NET B2 or RC:
If you have your VS.NET 2005 project under team system source control and then regenerate your LLBLGen project you will find that newly generated classes appear in the project but are not automatically added to source control.
This is a problem since team system does not allow you to manually add an item to source control in the same way that VSS did. i.e right click and "Add to Source Control".
The solution is to to select the DatabaseGeneric folder and right click. Choose "Exclude From Project", then click "Show All Files" and right click the folder again and choose "Include in Project".
Team System will then add the missing files to source control and you are good to go!
[edit] Not quite.... The "bin" folder will also have been mistakenly added to source control.... you need to exlude it again!
Marcus