Could not load file or assembly The system cannot find the file specified

前端 未结 5 914
孤城傲影
孤城傲影 2020-12-10 11:40

I am building a dll, which references a second dll. I have added the second dll as a reference in the first dll\'s project by going to Properties > Common Properti

5条回答
  •  自闭症患者
    2020-12-10 11:59

    Right click on the project you created the dll and the new referencing project, then select properties. Under Application, check the target framework and verify that both have the same framework, some dll projects tend to select 'client profile' version of the framework by default, which tend to give the error you are having now..

    Let me know if this is not the issue..

提交回复
热议问题