Results 1 to 3 of 3

Thread: How to force older assembly versions into reference list

  1. #1

    Thread Starter
    Member
    Join Date
    Oct 2018
    Posts
    39

    How to force older assembly versions into reference list

    When I try to add a reference to System.Drawing.dll v 2.0, v 4.0 is referenced instead. How can I force the older version while still targeting for 4.0 (overall)?
    Last edited by Pixy; May 30th, 2019 at 12:19 PM.

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    111,221

    Re: How to force older assembly versions into reference list

    You can't. System.Drawing.dll is part of the .NET Framework and if you're targeting .NET 4.0 then you're using using v4 DLLs from the Framework. Why do you think you need to do this?
    Why is my data not saved to my database? | MSDN Data Walkthroughs
    VBForums Database Development FAQ
    My CodeBank Submissions: VB | C#
    My Blog: Data Among Multiple Forms (3 parts)
    Beginner Tutorials: VB | C# | SQL

  3. #3

    Thread Starter
    Member
    Join Date
    Oct 2018
    Posts
    39

    Re: How to force older assembly versions into reference list

    I don't anymore. Thanks.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width