MetroSet-UI icon indicating copy to clipboard operation
MetroSet-UI copied to clipboard

MetroSet-UI Not working after Successfully Compiled

Open DeveloperPankaj opened this issue 5 years ago • 4 comments

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.

DeveloperPankaj avatar May 23 '19 05:05 DeveloperPankaj

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?

anmonpon avatar May 26 '19 15:05 anmonpon

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.

cocoon avatar May 27 '19 16:05 cocoon

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

TuxCZ avatar Jul 09 '19 15:07 TuxCZ

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.

N-a-r-w-i-n avatar Sep 29 '20 10:09 N-a-r-w-i-n