docnet icon indicating copy to clipboard operation
docnet copied to clipboard

The type or namespace name 'Docnet' could not be found in net45

Open mayurjansari opened this issue 2 years ago • 0 comments

Describe the bug Nuget package show support for net45 but when we install package it can't find refrence for net45 and showing error "The type or namespace name 'Docnet' could not be found (are you missing a using directive or an assembly reference?)"

To Reproduce Steps to reproduce the behavior:

  1. create project with net45 target
  2. Go to manage nuget package and install docnet
  3. add some code to get page image
  4. See error

mayurjansari avatar Jul 06 '22 08:07 mayurjansari