VB.Net 软件运行时加载的奇怪 DLL
在担任 Java 开发人员很长一段时间后,我转到了一个必须管理大量 Visual Basic .Net 代码的职位。
我注意到了很多差异,但是,最让我困惑的是,在所有程序中,当我运行它们时,它们似乎加载了很多库(我认为在这种情况下它们被称为程序集),虽然其中一些看起来只是普通的 .dll,但大多数只是名为库的八个随机字符。
例如,从输出窗口剪切并粘贴:
'RRHH.exe': se cargó 'c:\windows\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll', no se pueden cargar símbolos.
'RRHH.exe': se cargó 'vq519j5h', no se pueden cargar símbolos.
'RRHH.exe': se cargó '7z7r342v', no se pueden cargar símbolos.
'RRHH.exe': se cargó 'dkuhznqg', no se pueden cargar símbolos.
'RRHH.exe': se cargó 'k-ggjvql', no se pueden cargar símbolos.
它是本地化的,它说“程序”:已加载“*”,无法加载符号。
那些是什么?为什么他们没有像第一个 dll 这样的名字?
After a long time as a Java developer, I've switched to a position where I have to manage lots and lots of Visual Basic .Net code.
I've noticed lots of differences, but, probably, the one puzzles me the most is that in all the programs, when I run them, they seem to load lots of libraries (I think they're called assemblies in this context), and while some of them look like they are just regular .dlls, most are just eight random characters named libraries.
For example, cut and pasted from the output window:
'RRHH.exe': se cargó 'c:\windows\assembly\gac\system.web\1.0.5000.0__b03f5f7f11d50a3a\system.web.dll', no se pueden cargar símbolos.
'RRHH.exe': se cargó 'vq519j5h', no se pueden cargar símbolos.
'RRHH.exe': se cargó '7z7r342v', no se pueden cargar símbolos.
'RRHH.exe': se cargó 'dkuhznqg', no se pueden cargar símbolos.
'RRHH.exe': se cargó 'k-ggjvql', no se pueden cargar símbolos.
It's localized, it's says 'program': loaded '*', couldn't load symbols.
What are those? Why don't they have a name like the first dll?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论