N-a-r-w-i-n / MetroSet-UI

Windows Forms Metro Skin Style, Make The Applications With Metro Styles. see more https://n-a-r-w-i-n.github.io/MetroSet-UI/
Other
318 stars 79 forks source link

MetroSet-UI Not working after Successfully Compiled #23

Open DeveloperPankaj opened 5 years ago

DeveloperPankaj commented 5 years ago

Before compilation of my Application its give error.

System.IO.FileNotFoundException was unhandled Message: An unhandled exception of type 'System.IO.FileNotFoundException' occurred in Microsoft.VisualStudio.HostingProcess.Utilities.dll Additional information: Could not load file or assembly 'MetroSet UI, Version=1.0.4.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

anmonpon commented 5 years ago

Hello, I have the same error. I can compile de app but it crash when start it with the same message. I used VS 2019. Any solution?

cocoon commented 5 years ago

It was something with the assembly name ... I fixed it with adding a dot instead of the space:

OLD Assemblyname: MetroSet UI NEW Assemblyname: MetroSet.UI

(not just renaming the dll, compile new or edit)

I think I saw the space as unicode \u0020 --> MetroSet\u0020UI

I have not digged further as it was simple to change the assemblyname.

TuxCZ commented 5 years ago

I have similar problem, but It didn´t helped... It looks like problem with TabControl... when I am not using TabControl everything works fine... When I add TabPage to TabControl it shows error (InvalidArgument= Value - 1 param index), but compilation is successful... When I reopen designer it shows error and I cant add component, but compilation is again sucessfull

N-a-r-w-i-n commented 4 years ago

This error might occur in occasions like Adding style manager to non-MetroSetForm, if you guys still have this issue you can let me know.