c# - ResourceManager set wrong on save -


i having issue every time change resource files, resourcemanager set invalid path.

example

namespace bundlrs_mvc6.resources { ...     global::system.resources.resourcemanager temp = new global::system.resourcemanager("bundlrs_mvc6.homeindexviewresources", typeof(homeindexviewresources).gettypeinfo().assembly); 

should be: (note resources)

namespace bundlrs_mvc6.resources { ...   global::system.resources.resourcemanager temp = new global::system.resources.resourcemanager("bundlrs_mvc6.resources.homeindexviewresources", typeof(homeindexviewresources).gettypeinfo().assembly); 

folder structure:

enter image description here

i using visual studio 2015

enter image description here

should move resource files to: namespace bundlrs_mvc6 instead of namespace bundlrs_mvc6.resources if so, why?

this issue fixed coreclr 1.0.0 rtm release


Popular posts from this blog

php - How should I create my API for mobile applications (Needs Authentication) -

5 Reasons to Blog Anonymously (and 5 Reasons Not To)

Google AdWords and AdSense - A Dynamic Small Business Marketing Duo