OLE Error 80131522 when trying to access a .NET assembly side by side from a native application?

To generate . Net assembly manifest use mt. Exe like this.

To generate . Net assembly manifest use mt. Exe like this c:>mt.

Exe -nologo -managedassemblyname:"your_binary. Dll" -nodependency -out:"temp_file. Manifest" c:>mt.

Exe -nologo -manifest "temp_file. Manifest" -outputresource:"your_binary. Dll";2 Then open temp_file.

Manifest and copy assemblyIdentity tag verbatim under dependency\dependentAssembly tag of your delphi executable manifest. FYI: You have to keep both the executable and all dependent . Net dlls in the same folder.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions