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.
- is vs2017 bug or else
- why error? or else
- is there way filter these non-errors out of errorlist window?
Comments
Post a Comment