DataJuggler Posted July 7, 2020 Share Posted July 7, 2020 (edited) When I clicked Generate VS Solution, it generates a vs solution targeting .Net Framework 4.7.0 it appears. On my machine I currently have: 4.61 (and below) 4.71 4.72 4.80 Do I need to target 4.7 version of .Net Framework? I can install that version if needed. And bonus question, if it should be a different thread I will move it, but someone, possibly BoltBait mentioned I need to learn about some type of Paint.Net pointer that I could pass to my library, so I don't have to take the pixels updated in my library, and then loop over them in paint.Net to apply them. If you know of the class name let me know. Thank you, Edited July 7, 2020 by DataJuggler Quote Link to comment Share on other sites More sharing options...
toe_head2001 Posted July 7, 2020 Share Posted July 7, 2020 Paint.NET currently targets v4.7.0, so it's usually best for plugins to target that same version. You can technically target a newer version, but then an end-user might have to install another .NET Runtime if they only have v4.7.0 installed. Quote (September 25th, 2023) Sorry about any broken images in my posts. I am aware of the issue. My Gallery | My Plugin Pack Layman's Guide to CodeLab Link to comment Share on other sites More sharing options...
Rick Brewster Posted July 10, 2020 Share Posted July 10, 2020 You only need 1 of those installed, generally just the latest. I think 4.x frameworks always replace earlier versions, they aren't "side-by-side" capable. I could be wrong though, it's been awhile since I poked around in that corner of the dungeon. Quote The Paint.NET Blog: https://blog.getpaint.net/ Donations are always appreciated! https://www.getpaint.net/donate.html Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.