RIL
RIL

Reputation: 187

Missing reference, "ChecksumAttribute" not found

I have a missing reference problem ("Eco.UmlCodeAttributes.ChecksumAttribute") in a new project, using today's versions of the MDriven Designer and MDriven Framework.

I can't find anything with this name ("ChecksumAttribute") on disk so it's probably part of some assembly.

How can I fix this error?

Using VS2022 v17.10.4, Win 10.

The code which fails on "ChecksumAttribute"

// RIL

There's Always a Solution -- me

Upvotes: 0

Views: 36

Answers (1)

Olet Charles
Olet Charles

Reputation: 36

Install the latest version of these two packages from Nuget package manager in visual studio, EcoCore and EcoSqlServer, by MDriven AB. Rebuild your project.

Upvotes: 2

Related Questions