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

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -