1

I have a solution where the startup project is written using .NET 8 (API). Due to legacy reasons I have to use an old project, as a helper, that is in .NET framework 4.5 (class library).

While I attempt to access a property from from the .NET framework project, I get:

Could not load file or assembly 'System.Data.Linq, Version=4.0.0.0, Culture=neutral, PublicKeyToken=...'. The system cannot find the file specified.

Any ideas of what am I missing?

0

1 Answer 1

2

If you are lucky, you can give .NET Framework compatibility mode a try, but chances are it might not work, you can also look at this answer.

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.