Getting Error loading Could not load file or assembly error

1

When I click on build Solution on my project and when I wanted to view Test name in Test step I got Error loading

F:\Manas\CMCVTestAutomation\Barclays.CMCV.TestAutomation\Barclays.CMCV.Collateral.Stories\bin\Debug\Barclays.CMCV.Collateral.Stories.dll: Could not load file or assembly 'file:///F:\Manas\CMCVTestAutomation\Barclays.CMCV.TestAutomation\Barclays.CMCV.Collateral.Stories\bin\Debug\Barclays.CMCV.Collateral.Stories.dll' or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515) error.

please let me know the solution of this error

c#
visual-studio-2010
specflow
testcomplete
asked on Stack Overflow Aug 17, 2015 by Manas • edited Aug 17, 2015 by christiandev

2 Answers

0

This means your project cannot compile. Check for compilation errors and fix them.

Also, under your solution explorer, expand the project's references and check if any is having problem loading.

Is the "Barclays.CMCV.Collateral.Stories" project, part of your solution? It seems that it has dependencies that are missing. Try to spot them. If it is not part of the solution, you will have to contact the creator of it and discuss the dependencies.

answered on Stack Overflow Aug 17, 2015 by cnom • edited Aug 17, 2015 by cnom
0

Have you got a DLL that you have downloaded from the internet which is a dependency? Could it be that it is blocked?

See this answer

answered on Stack Overflow Aug 18, 2015 by Sam Holder • edited May 23, 2017 by Community

User contributions licensed under CC BY-SA 3.0