Visual Studio 2010 related file nesting -


Visual Studio 2008 you can add registry entries that appear as X.aspx.js or X.aspx.css will will use nested I following registry file under X.aspx to accomplish this for web applications as well as web sites:

  Windows registry editor version 5.00 [HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ VisualStudio \ 9.0 \ projects \ {E24C65DC- 7377-472b-9ABA-BC803B73C61A} \ RelatedFiles \ .aspx \ .js] @ = "" [HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ VisualStudio \ 9.0 \ projects \ {E24C65DC-7377-472b-9ABA-BC803B73C61A} \ RelatedFiles \ .aspx \ .css] @ = "" [HKEY_LOCAL_MACHINE \ SOFTWARE \ Microsoft \ VisualStudio \ 9.0 \ projects \ {FAE04EC0-301F-11d3 -BF4B-00C04F79EFBC} \ RelatedFiles \ .aspx] ".designer.cs" = DWORD: 00000002 ". CS" = DWORD: 00000002 ".js" = DWORD: 00000002 ".css" = DWORD: 00000002  < / Pre> 

I replaced the 9.0 with 10.0 and the change in my registry is implemented, but it was not 'Do not do this I have resumed VS as well as my computer, and I have started my web project Have also tried to read files for I searched online and some people asked about the same thing, but there is no definite solution ()

Do anyone know how to get files for nests in 2010?

D 'Oops!

"per machine" looks like "user" per the VS2010 setting and otherwise you can not find the HKEY_USERS search unless you have your user's settings.


Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -