System.Design Warning in Visual C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Jason Dielman
    New Member
    • Sep 2010
    • 2

    System.Design Warning in Visual C#

    I'm getting a warnings/Messages when I open my project.

    Warning 1: Could not resolve assembly "System.Des ign, Version=2.0.0.0 , Culture=neutral , PublicKeyToken= b03f5f7f11d50a3 a, processorArchit ecture=MSIL". The assembly is not listed as part of the "Client" TargetFramework Subset. RSSViewerApp

    "Message 2: Could not find schema information for the element 'supportedRunti me'. C:\Users\jhdiel man\Documents\V isual Studio 2008\Projects\R SSViewerSolutio n\RSSViewerApp\ app.config Ln:8 Col:11 RSSViewerApp"

    Message 3: Could not find schema information for the attribute 'version'. C:\Users\jhdiel man\Documents\V isual Studio 2008\Projects\R SSViewerSolutio n\RSSViewerApp\ app.config Ln:8 Col:28 RSSViewerApp

    Message 4: Could not find schema information for the attribute 'sku'. C:\Users\jhdiel man\Documents\V isual Studio 2008\Projects\R SSViewerSolutio n\RSSViewerApp\ app.config Ln:8 Col:49 RSSViewerApp

    Warning 5: The referenced component 'System.Design' could not be found.

    Below is the app.config file

    Code:
    <?xml version="1.0"?>
    <configuration>
        <configSections>
        </configSections>
        <connectionStrings>
            <add name="RSSViewerApp.Properties.Settings.rssFeedConnectionString" connectionString="Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\rssFeed.mdf;Integrated Security=True;User Instance=True" providerName="System.Data.SqlClient"/>
        </connectionStrings>
    <startup><supportedRuntime version="v2.0.50727" sku="Client"/></startup></configuration>
    Any ideas?
Working...