So I installed Entity Framework June CTP day before and all was fine until I went to add POCO’s to the EF, that’s when I got this error

So I thought to myself ‘It must have been the CTP that’s causing this, so I went and unloaded it. I restarted Visual Studio and was greeted with this message:

I hit No and Visual Studio finished loading my project. When I once again tried to add the POCO’s I was greeted with this error:

So does anyone know what’s going on and how I can resolve this issue? I know Entity Framework 4.2 has new items but for the time being I prefer the POCO way of doing things.
EF CTP 2011 is very first preview of EF 4.2. It also shows only subset of features expected in EF 4.2. First of all it is not for developing production code and it should not be installed on the machine where you write a production EF code.
It is expected that CTP can contain bugs – that is why CTPs are published – to collect feedback and find bugs. It is not clear what you actually did to get the error but if you have a technical problem with CTP ask on EF pre-release forum for help.