mscorlib
IKVM.NET: ikvmstub chokes on mscorelib version issue
I found quite a few Google hits on this issue, but couldn\'t find a solution. When I try to convert a .NET-Interface to a Java stub using ikvmstub.exe I get the following error:[详细]
2023-01-26 21:59 分类:问答How to create a custom .NET base class library (BCL) aka mscorlib replacement?
Does anybody know how to make a custom BCL work with the stock CLR? How to discover existing the most essential ties between CLR and BCL and reuse them?[详细]
2023-01-16 01:02 分类:问答Using system types in XAML as resources
I have encountered a situation where it would be very useful to specify a floating point value directly in XAML and use it as a resource for several of my UI pieces.After searching around I found a go[详细]
2023-01-15 07:01 分类:问答Type from mscorlib not found
There is something I cannot understand. I can\'t read the type reference: Assembly mscorlib = Asse开发者_C百科mbly.Load(\"mscorlib\");[详细]
2023-01-11 07:13 分类:问答Determine Project References to mscorlib
Hey folks, I\'ve got an ASP.NET web site project that for some reason is insisting on referencing both mscorlib 1.0.5 and mscorlib 2.0, and I can\'t figure out why.[详细]
2022-12-17 06:12 分类:问答custom mscorlib.dll without native code
Is it possible to build custom mscorlib.dll without any use of native code (pinvoke allowed :-)? I\'ve tried a little experiment this weekend to see how hard it would be to do it and had following pr[详细]
2022-12-12 18:45 分类:问答