Mysterious disappearing reference

后端 未结 2 607
有刺的猬
有刺的猬 2021-01-20 19:31

I have what seems to be a very strange problem with a windows forms application. I am a web developer and I have limited experience of developing windows forms application.

2条回答
  •  隐瞒了意图╮
    2021-01-20 19:43

    Your library possibly has dependencies on other .NET libraries such as System.Web that you need to reference in your Forms app. That can create this sort of behaviour.

提交回复
热议问题