Both key values: KeyContainer "Mono.Cecil.CustomAttributeArgument" and KeyFile
See original GitHub issueHow to reproduce
… I am trying to write a wrapper around some XML tools. The Wrapper has to be called by a “C” function hence using DLLExport.
I have used the DLLExport bat file to configure and it does not compile. My interface to “C” is (currently) very simple.
Here is my Class
using System;
using System.Net;
using System.Security.Cryptography;
using System.Xml;
using CyberSource.Clients;
using System.Runtime.InteropServices;
namespace CyberSource.FPWrapper
{
public class FPWrapperSystem
{
[DllExport]
public static void FPRefund()
{
XmlDocument request = new XmlDocument();
}
}
}
What version and selected configuration ?
VS17 DLLExport 1.6 (downloaded today)
Can you provide detailed log of your build ?
updated by @3F because of ‘@maguirem_build.log’
Issue Analytics
- State:
- Created 5 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Know the Visual Studio key container before the first build
Is there any way to tell in the source code a fixed container to use so that it does not change each time...
Read more >Viewing online file analysis results for 'Obfuscar.Console.exe'
Submit malware for free analysis with Falcon Sandbox and Hybrid Analysis technology. Hybrid Analysis develops and licenses analysis tools to fight malware.
Read more >KEYFILE (Specify Key or Key Pair to Sign an Assembly)
In case both /KEYFILE and /KEYCONTAINER are specified (either by command-line option or by custom attribute), the linker will first try the ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks also for the Wiki - it is really helpful 😃
Cheers
Mike Maguire New Zealand
On 18 April 2018 at 10:55, Mike Maguire mike.maguire@softime.co.nz wrote:
– Mike Maguire Softime Publishing Co (NZ) Ltd Email: mike.maguire@softime.co.nz ph (NZ) +64 21 494 099
Hi Denis,
I will watch the YouTube’s.
The DLL and Proc Address are being found. The call into the ProcAddress is giving an exception.
Cheers and thanks
Mike
On 18 April 2018 at 10:52, Denis Kuzmin notifications@github.com wrote:
– Mike Maguire Softime Publishing Co (NZ) Ltd Email: mike.maguire@softime.co.nz ph (NZ) +64 21 494 099