Hi again to all.
I have a problem regarding loading an assembly file.
I already get the Assembly Name from error message string System.Runtime.Interop and I want to load it using Assembly.Load("System.Runtime.Interop") but It always returns an error "File not found!" I have already check for the spelling and it is correct.. and if im not mistaken, System.Runtime.Interop is an assembly name.
I am also researching but any idea would be a great help!
Thanks!
I have a problem regarding loading an assembly file.
I already get the Assembly Name from error message string System.Runtime.Interop and I want to load it using Assembly.Load("System.Runtime.Interop") but It always returns an error "File not found!" I have already check for the spelling and it is correct.. and if im not mistaken, System.Runtime.Interop is an assembly name.
I am also researching but any idea would be a great help!
Thanks!