I'm wondering if these are known issues, or if I'm doing something wrong.
When I created a new user control I get errors with:
Code: Select all
using System.Linq;
using System.Xml.Linq;
Code: Select all
<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
Code: Select all
'Download.ProductId.get' must declare a body because it is not marked abstract or extern
'Download.ProductId.set' must declare a body because it is not marked abstract or extern
Code: Select all
<system.codedom>
<compilers>
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
<providerOption name="CompilerVersion" value="v3.5" />
<providerOption name="WarnAsError" value="false" />
</compiler>
</compilers>
</system.codedom>