Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MetroSet-UI Not working after Successfully Compiled #23

Open
DeveloperPankaj opened this issue May 23, 2019 · 4 comments
Open

MetroSet-UI Not working after Successfully Compiled #23

DeveloperPankaj opened this issue May 23, 2019 · 4 comments
Labels

Comments

@DeveloperPankaj
Copy link

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
Copy link

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
Copy link

cocoon commented May 27, 2019

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
Copy link

TuxCZ commented Jul 9, 2019

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
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants