Jump to content

paint.net 4.3 alpha build 7921


Rick Brewster

Recommended Posts

Challenges - Update to Visual Studio yesterday that resolved 1 bug that I saw - followed by an update to windows while working with an Alpha version of Paint.Net.  Today I figured out another problem. Don't have Paint open before you open Visual Studio. Seems OK if you open after. I was trying to open form designer, but kept getting an error. It was because Paint.Net was running in the background and put locks on the assemblies VS was trying to use.

 

PS I remember those cards. Long before anyone heard of DOS. 😊

PaintNetSignature.png.6bca4e07f5d738b2436f83d0ce1b876f.png

Link to comment
Share on other sites

Only the first level of sub-folders are loaded, but I'll double-check the code in a minute. (edit: confirmed)

 

You absolutely do not want to have your whole project output copied to the Effects folder. Only your plugin DLL and any non-PDN DLL dependencies (which should probably be installed into your project via Nuget). If you have the latter, you can also include the .deps.json file, but that should only be necessary for some rather advanced scenarios.

The Paint.NET Blog: https://blog.getpaint.net/

Donations are always appreciated! https://www.getpaint.net/donate.html

forumSig_bmwE60.jpg

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...