MetroFramework icon indicating copy to clipboard operation
MetroFramework copied to clipboard

there are no components in metroframework that can be placed on the toolbox.

Open Asif-ak opened this issue 8 years ago • 4 comments

He there, i am trying to add metro framework to my new win form application but unfortunately, i am unable to add metroframework.dll to toolbox tab. It shows the following error 'there are no components in {directory}metroframework that can be placed on the toolbox Metro Framework'. I am using vs 2017 on windows 10.

Can you please guide me resolving this issue?

Regards

Asif-ak avatar Aug 26 '17 08:08 Asif-ak

I found the fix, you need to compile the source code and manually add the DLL to the toolbox from "MetroFramework\MetroFramework\bin\Release" instead of "MetroFramework\MetroFramework.Design\bin\Release"

FrozenSoda avatar Sep 26 '17 12:09 FrozenSoda

Can you please guide me through the process?

On Tue, Sep 26, 2017 at 4:28 AM, steel9 [email protected] wrote:

I found the fix, you need to compile the source code and manually add the DLL to the toolbox from "MetroFramework\MetroFramework\bin\Release" instead of "MetroFramework\MetroFramework.Design\bin\Release"

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/thielj/MetroFramework/issues/99#issuecomment-332182305, or mute the thread https://github.com/notifications/unsubscribe-auth/AXyJxRMNotnJjujjr9XOiXRAG80taJzTks5smO3igaJpZM4PDZ_w .

Asif-ak avatar Nov 26 '17 18:11 Asif-ak

tried but still not working

Asif-ak avatar Dec 10 '17 19:12 Asif-ak

Right click into the toolbox -> Choose Items -> Browse -> Navigate to your solution/packages/MetroFramework.RunTime/lib/net40-Client/MetroFramework.dll

You should see new components appear in the Toolbox. (For me they were listed under "Printing") I made a new Tab and moved all Metro-Components with drag and drop

Inzaniity avatar Mar 20 '18 08:03 Inzaniity