Failed to add the "System.Runtime" reference to Asp.net

Asked

Viewed 52 times

0

I am trying to install the latest "stable version" of Mysql.Data from Nuget package manager. The version in question is 6.10.5.

When trying to install, the message below is displayed: Failed to add reference to 'System.Runtime'. Please make sure that it is in the Global Assembly Cache

I searched the internet for solutions, but none could help me. I tried to add a lower version and it worked well. Any idea what might be going on?

  • It may be that the type of your project is not compatible with this dll.

  • What do you mean @Mayconf.Castro? I’m making an Asp.net web API. Do you believe compatibility? This is my first Asp.net API..

1 answer

0


The issue has been solved with the version downgrade. I will wait for a next package update and test.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.