question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

assembly 'netstandard Version=2.0.0.0

See original GitHub issue
  • Abp package version :3.0.0.
  • Net Framework :4.6.0.

Dears,

What happens is after download and reinstall the package(s) I got this error

Severity Code Description Project File Line Suppression State Error CS0012 The type 'Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51'. QStart.Core E:\Practice\QStart\3.0.0\src\QStart.Core\Authorization\LoginManager.cs 20 Active

error

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
hikalkancommented, Oct 8, 2017

I suppose it’s working now.

1reaction
acjhcommented, Oct 2, 2017

ABP v3.0.0 is based on .NET Standard 2.0.

Read more comments on GitHub >

github_iconTop Results From Across the Web

You must add a reference to assembly 'netstandard ...
Object' is defined in an assembly that is not referenced. You must add a reference to assembly 'netstandard, Version=2.0.0.0, Culture=neutral, ...
Read more >
'Could not load file or assembly 'netstandard, Version=2.0. ...
Hi Guys, I am having issue creating a extension package, I tried all the workaround suggested, but had no luck, I added NETStandard.Library....
Read more >
the type is defined in an assembly that is not referenced error
This error message appears when a class or type that you are trying to use in your code is not properly referenced in...
Read more >
Troubleshoot .NET Framework targeting errors
To resolve the error, make sure that your application targets a .NET version that's compatible with the version that's targeted by the projects ......
Read more >
MSB3277: Found conflicts between different versions of ' ...
This error occurs during a build when more than one version of the same dependent assembly is referenced in a build of the...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found