Note that there are some explanatory texts on larger screens.

plurals
  1. POc# change framework error
    primarykey
    data
    text
    <p>I am running Visual Studio 2010. I just change the frame work of my project from 4.0 to 3.5. I removed the reference Microsoft.Framework that it asked me to remove then tried to compile. I now get the error: </p> <blockquote> <p>Error 1 Could not load file or assembly 'System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified. Line 123, position 5. C:\Users\\Documents\Visual Studio 2010\Projects\\\Properties\Resources.resx 123 5 </p> </blockquote> <p>I know that it is referring to code in my resources.resx file:</p> <pre><code>&lt;resheader name="reader"&gt; &lt;value&gt;System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&lt;/value&gt; &lt;/resheader&gt; &lt;resheader name="writer"&gt; &lt;value&gt;System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089&lt;/value&gt; &lt;/resheader&gt; &lt;assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" /&gt; &lt;data name="pix-300x300" type="System.Resources.ResXFileRef, System.Windows.Forms"&gt; &lt;value&gt;..\pix-300x300.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&lt;/value&gt; &lt;/data&gt; &lt;data name="pix2" type="System.Resources.ResXFileRef, System.Windows.Forms"&gt; &lt;value&gt;..\pix2.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&lt;/value&gt; &lt;/data&gt; &lt;data name="pix4" type="System.Resources.ResXFileRef, System.Windows.Forms"&gt; &lt;value&gt;..\pix4.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&lt;/value&gt; &lt;/data&gt; &lt;data name="pix3" type="System.Resources.ResXFileRef, System.Windows.Forms"&gt; &lt;value&gt;..\pix3.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a&lt;/value&gt; &lt;/data&gt; </code></pre> <p>How would i correct this now that my framework is 3.5?</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload