visual studio 2010 unable to start program .dll

前端 未结 2 880
囚心锁ツ
囚心锁ツ 2021-02-12 20:06

I have a problem for my visual studio 2010. When I click start debugging button and it\'s start debugging.

It seems that there is no error \"i just create one \"button\

2条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-12 20:43

    Visual studio will not run a .dll by itself. does your solution have an .exe project? if so, right click it and select "Set as Startup Project". if not you will need to create one, and instruct it to load the forms within your dll.

    as for left clicking the button, I'm not quite sure what you are describing. can you post a picture?

提交回复
热议问题