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

Compile Error in VS 2019 #9

Closed
BennoB666 opened this issue Sep 30, 2020 · 2 comments
Closed

Compile Error in VS 2019 #9

BennoB666 opened this issue Sep 30, 2020 · 2 comments

Comments

@BennoB666
Copy link

After cloning you git repository and compile i get an error "System.ArgumentException
HResult=0x80070057
Nachricht = Die Assembly "C:\Users\XXX\source\repos\HotkeyListener\HotkeyListener\obj\Debug\HotkeyListener.dll" enthält keine UserControl-Typen.
Quelle = UserControlTestContainer
Stapelüberwachung:
at Microsoft.VisualStudio.Tools.UserControlTestContainer.UserControlTestContainer_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.NativeWindow.DebuggableCallback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
"

@BennoB666
Copy link
Author

SOLVED!!
Make the HotkeyListener.Demo as Startproject.

@Willy-Kimura
Copy link
Owner

That easy!

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

No branches or pull requests

2 participants