开发者

Create .xml and .pdb files from .dll file

开发者 https://www.devze.com 2023-02-09 16:10 出处:网络
I have a .dll file from a Silverlight class library. How can I create a .pdb开发者_如何学C and a .xml file from this .dll file? You can\'t. Whoever supplies the DLL must supply the auxiliary files too

I have a .dll file from a Silverlight class library. How can I create a .pdb开发者_如何学C and a .xml file from this .dll file?


You can't. Whoever supplies the DLL must supply the auxiliary files too.


And if you have the source code you can generate them on your own by making sure you build as debug rather than retail/free.

Why do you want them?

0

精彩评论

暂无评论...
验证码 换一张
取 消