vb.net - Visual Studio 2015 recreates .Designer.vb files with wrong namespace -
this question has answer here:
i had web site project copied (converted) new web application project (all problems started here). root namespace in project properties changed, somehow visualstudio generating designer.vb files using wrong (old) namespace.
i tried fix name in designer file, regenerated when rebuild solution.
also of controls (ascx) have problem, inherits="wrongnamespace.classname" problably related.
how fix this, uses namespace in project properties?
i have found similar post: confusion root namespace in asp.net web project
basically there no solution except when create project, can't change root namespace without causing problem. create new project correct namespace , add files new project.
i wish delete temporary files somewhere, no luck far.
wiki
Comments
Post a Comment