M
Max
Hello,
I'm using late binding to make my app compatible with multiple versions
of Microsoft Outlook.
It works fine on the development machine but when I try to run it on another
machine I get an error saying that "The specified module could not be found"
and it mentions mscorlib
I read somewhere that I could load Mscorlib.dll without a path but I'm not
sure how to do that.
Another way is to use the unmanaged metadata API to get the desired info but
I have no experience
with that either. Can anyone help?
Thanks.
I'm using late binding to make my app compatible with multiple versions
of Microsoft Outlook.
It works fine on the development machine but when I try to run it on another
machine I get an error saying that "The specified module could not be found"
and it mentions mscorlib
I read somewhere that I could load Mscorlib.dll without a path but I'm not
sure how to do that.
Another way is to use the unmanaged metadata API to get the desired info but
I have no experience
with that either. Can anyone help?
Thanks.