Tagged Questions
1
vote
0answers
204 views
VB Projects always building in Debug Mode
I ran into an issue today where VB is behaving differently from C#. The issue is as follows.
Also note this is for .Net 4.0.
Both projects are set to build in release mode
Both projects are in ...
1
vote
1answer
564 views
How to get access to embedded assembly's metadata using IMetaDataDispenser.OpenScope?
I have a .NET solution which consists of several projects. It's possible to say that one of these projects is logically a primary one and all others are secondary. Our team has decided to build the ...