标签: c# asp.net registry
此行代码以前有效,但现在返回null。
RegistryKey key = Registry.ClassesRoot.OpenSubKey(@"MIME\Database\Content Type\" + mimeType, false);
为什么会出现这种情况?
我可以手动检查吗?