D
dave
I have an mfc dll that is loaded dynamically from a main mfc app. Using vs
2008. I would like to add the capability to use the LINQ to XML functionality
from .net 3.5 in it. when i change just the option in the project
properties to add clr support it appears that the constructor for a static
instance of a class is not being called which then breaks my initialization
sequence. am i missing something in the setup? or is there some better way
to do this from an mfc dll to read and write xml??
2008. I would like to add the capability to use the LINQ to XML functionality
from .net 3.5 in it. when i change just the option in the project
properties to add clr support it appears that the constructor for a static
instance of a class is not being called which then breaks my initialization
sequence. am i missing something in the setup? or is there some better way
to do this from an mfc dll to read and write xml??