visual studio 2017 - Unneccessary 'BC30652 Reference required to assembly' in VS2017 ASP.net -


i non-fatal error (red underlined in editor , listed in errorlist window) 'vs2017 self made assemblies' that, think, should auto added/referred.

example:bc30652 reference required assembly 'app_code.p_d5w8iy, version=0.0.0.0, culture=neutral, publickeytoken=null' containing type 'order'. add 1 project.

where order defined in masterpage

  public property order orderpart = nothing 

and referred master.order

whilst referring master.quitpage defined in masterpage

public property quitpage boolean = false 

is not causing trouble.

although not fatal, clutters errorlist , makes practically unusable. project compiles ok , runs ok.

  1. is vs2017 bug or else
  2. why error? or else
  3. is there way filter these non-errors out of errorlist window?


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -