Questions tagged as 'dll'

1
answer

Programs and / or extension that "decompile" DLLs from an ASP site

Does anyone know of any program or extension that can do a sort of "decompilation" of DLL files (containing classes from a website) into CS and ASPX.CS files? For the time being, I only know of the .NET Reflector, which is used as a Visual St...
asked by 08.04.2016 / 20:03
1
answer

Reference microsoft.office.interop.word not listed in Visual Studio

The microsoft.office.interop.word reference is not listed for me to add to my project. What do I do for her to appear? I have already enabled the Microsoft Office 15.0 Object Library option.     
asked by 24.02.2016 / 02:06
1
answer

DLL to encrypt a string

How to create a C # DLL with Interop to traffic data between applications using encryption / decryption of a string that will be sent and received?     
asked by 16.01.2015 / 14:46
1
answer

Where do I find DLL microsoft.expression.encoder.devices?

I'm trying to develop a string instrument tuner in C #. I found a project called FFT Guitar Tunner , but I've been having some issues with his references. In the end, the only reference that continues to give problem is: microsoft.expressio...
asked by 17.04.2014 / 03:25
0
answers

Doing the Rebase DLL or EXE, is it worth it?

While developing an assembly , I ended up "discovering" the following option:    Project Properties > Build > Advanced > DLL Base Address and looking for information, I understood that we can specify the base address to load...
asked by 02.10.2017 / 16:36
1
answer

DLL created in C # fixed in the main folder

I'm learning to develop DLLs in C #, using UnmanagedExports to be exported to another language (Clarion) The DLL works, but with one exception: the application only "sees" the DLL in the "C: \" main folder and not in the current folder. I not...
asked by 12.07.2017 / 19:19
1
answer

Call a dll in javaScript [duplicate]

I would like to know if there is a way to communicate with a dll using javaScript or angularjs?     
asked by 23.06.2017 / 16:47
1
answer

How to compare the differences between 2 dll's [closed]

I have 2 dll's and I need to compare what differences between them, autauth.dll and auth1.dll . I tried to compare with PE explorer , but without success, any idea how to do it?     
asked by 01.06.2017 / 04:38
0
answers

Problems in integration between C ++ and C #

Hello, I'm having problems integrating a C ++ DLL with Unity C #. I found some code ( link ) This is my C ++ code, in it theoretically I send a structure with 2 points for Unity in C #. struct Pontos { int i; float f; }; Pontos **pontos; Dl...
asked by 02.05.2017 / 21:26
0
answers

Visual Studio 2013 Debugger does not work with external DLL

I have an application that was migrated from VS2008 to 2013, .Net FrameWork 4 and C #, which uses a DLL from another project. Build without errors. But after running, at the moment of instantiating the dll object, it has the following error (...
asked by 11.04.2017 / 19:53