Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ExcelDataReder file not found error on Azure Pipelines #565

Open
PriyadarshaniPatil opened this issue Sep 6, 2021 · 3 comments
Open

ExcelDataReder file not found error on Azure Pipelines #565

PriyadarshaniPatil opened this issue Sep 6, 2021 · 3 comments

Comments

@PriyadarshaniPatil
Copy link

I am running Specflow tests on the pipeline with the Specflow External Data Package. It is working fine on the local machine but it is giving the following error on the Azure Pipeline.
"Could not load file or assembly 'ExcelDataReader, Version=3.6.0.0, Culture=neutral, PublicKeyToken=93517dbe6a4012fa'. The system cannot find the file specified."
The assembly is restored and present but still build is getting failed. I have raised the same issue in the Soecflow community but not sure what's wrong with the pipeline.
Note- the specified file is also present on the mentioned path.

Any lead is appreciated.
Thanks!

@matt-cave
Copy link

Had an issue in an Azure function with same type of error. Could this issue be related to this?
https://stackoverflow.com/questions/65375906/epplus-system-text-encoding-codepages-dll-not-found-in-net-core-3-1-azure-func

@kazantsev033
Copy link

Could u please try to run tests locally using "dotnet test" command. Do u have the same error?

@PriyadarshaniPatil
Copy link
Author

Yes @kazantsev-v I am unable to build it using dotnet build.
but it is strange as it is running by Visual Studio Run Tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants