Open JacobDahlke opened 1 year ago
Thanks for using something that I developed cuz original author didn't ;) Btw, I'm too tired to test this issue atm, so I'll take a look at it tomorrow morning (InshaAllah)
@JacobDahlke btw, can you send me a screenshot of the exception?
I will once it occurs again. It happens seemingly at random.
Again, a rebuild seems to fix the issue. I should also note that I could not get the nuget package to work with VSTO project, a problem not limited to this nuget package, so I'm referencing the DLL directly which could be a contributing factor.
This is a bit of a complex one and may entirely be my fault on how I'm using this (fantastic) package.
However, I get exceptions (occasionally) "The given key was not present in the dictionary." linking back to: this.materialLabel1.FontType = MaterialSkin.MaterialSkinManager.fontType.H6;
This is in the .Designer of the user control. A simple rebuild will allow the application to start just fine. Any thoughts or ideas? Or am I just stretching the intended use too far?