Hi ByReckon,
Thanks for the reply.
You guessed right. That was a typo.
Every time I try to add a property, <add name="myProperty" type="int"/>, intellisense tells me that I cannot add any nodes to <properties>.
I did however do some more research and found that this is an error with Beta 2 and according to the research can be ignored.
My pain is getting past the problem as I am unable to evaluate the property that Beta 2 does not want to add to the property node even though
<profile>
<properties>
<add name="myProperty" type="int"/>
</properties>
</profile>
is ignored by the debugger.
Any suggestions would be greatly appreciated.
Regards,
Rovi