matcfs
matcfs
CC#
Created by matcfs on 2/13/2024 in #help
How to store/show only ip settings of one ethernet device.
Thanks a lot, as usual I was looking in a totally wrong direction 🤦🏻‍♂️
3 replies
CC#
Created by matcfs on 1/12/2024 in #help
Progress bar and an TFTP library
Ouch, I didn't know that, I'm such a newbie 🤦🏻‍♂️. This is a very useful thing to know, thx
8 replies
CC#
Created by matcfs on 1/12/2024 in #help
Progress bar and an TFTP library
Wow, thanks a lot for your suggestion. I'll try it asap ^^
8 replies
CC#
Created by matcfs on 12/27/2023 in #help
✅ Huge problem with translation file and setup
Maybe, but I resolved with this: in the output project I added "localized resources" and now is all ok ^^
7 replies
CC#
Created by matcfs on 12/27/2023 in #help
✅ Huge problem with translation file and setup
Thanks 🙏🏻 With this log I understand something that I didn't considerate until now.
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Resources.MissingManifestResourceException
at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(System.String)
at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(System.Globalization.CultureInfo, System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceSet>, Boolean, Boolean, System.Threading.StackCrawlMark ByRef)
at System.Resources.ResourceManager.InternalGetResourceSet(System.Globalization.CultureInfo, Boolean, Boolean, System.Threading.StackCrawlMark ByRef)
at System.Resources.ResourceManager.InternalGetResourceSet(System.Globalization.CultureInfo, Boolean, Boolean)
at System.Resources.ResourceManager.GetString(System.String, System.Globalization.CultureInfo)
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.Resources.MissingManifestResourceException
at System.Resources.ManifestBasedResourceGroveler.HandleResourceStreamMissing(System.String)
at System.Resources.ManifestBasedResourceGroveler.GrovelForResourceSet(System.Globalization.CultureInfo, System.Collections.Generic.Dictionary`2<System.String,System.Resources.ResourceSet>, Boolean, Boolean, System.Threading.StackCrawlMark ByRef)
at System.Resources.ResourceManager.InternalGetResourceSet(System.Globalization.CultureInfo, Boolean, Boolean, System.Threading.StackCrawlMark ByRef)
at System.Resources.ResourceManager.InternalGetResourceSet(System.Globalization.CultureInfo, Boolean, Boolean)
at System.Resources.ResourceManager.GetString(System.String, System.Globalization.CultureInfo)
7 replies
CC#
Created by matcfs on 5/29/2023 in #help
❔ How to resolve System.UnauthorizedAccessException when a serial port is open but already in use
Thanks for your reply 🙏 . My difficulties is about the user that must choose the serial port from a list of all available ports before the software start and sometimes choose a port that is already in use by other software. I think that I need a some check of that port before my program start but isOpen is not enough.
5 replies