How to include libsodium.net on ASP.NET
I have an old webservice build on ASP.NET (using .asmx) files. I need to use sodium.net – unfortunately it fails while loading the dependent libsodium.dll file. Any ideas about what I make wrong?
I have an old webservice build on ASP.NET (using .asmx) files. I need to use sodium.net – unfortunately it fails while loading the dependent libsodium.dll file. Any ideas about what I make wrong?
I’ve been using TuesPechkin for some time now and today I went to update the nuget package to the new version 2.0.0+ and noticed that Factory.Create() no longer resolved, so I went to read on the GitHub the changes made and noticed it now expects the path to the dll?
The reason I want to sign the dll is because I want to add it to the Global Assembly Cache. The assembly is a css parsing engine written in Java and ported to J#. I use VS2008 so I can’t make J# projects. It doesn’t have a strong name key assigned to it and I have no idea how to do it now that it’s built.
Is there any software to do this? I didn’t find any useful information on the internet so I am asking here.
I have developed a web site: Some fields are entered in English while others are entered in Arabic language.
For instance, log4net.dll comes with log4net.xml. What’s the use of this xml?
I have an asp.net / C# web application running in a Windows environment.
The project builds fine and runs perfectly on my local machine’s VB.net development server.
First of all i want to say that I’m still a beginner in ASP.NET development. I think this is a simple question but I cant find an answer anywhere. The following is my problem:
I want to import DLL file in my web site project. I have dll file “my.dll” in folder C:DLLDir and I’m using the code :
I have just installed Mono v4.0.4 on MACOSX 10.10.5 Yosemite.
The installer package was: MonoFramework-MDK-4.0.4.4.macos10.xamarin.x86.pkg downloaded from http://www.mono-project.com/download/ last night.