Skip to main content

All Questions

Tagged with
0 votes
0 answers
29 views

.Net 4.6 framework dll trying to load it's netstandard2.1 dependency

This 'Microsoft.Bcl.AsyncInterfaces' have dependencies on .NETFramework v4.6.2, .NETStandard v2.0 and v2.1. This dll is used in .NETFramework v4.8 application while accessing this dll i throws ...
Naveen's user avatar
  • 195
0 votes
0 answers
308 views

Facing an "Internal Compiler Error" when trying to compile with Microsoft.Office.Interop.Word.Document

In an asp.net webforms app, no matter how do we try to add the rqueired reference, we are still getting the following errors, when using Microsoft.Office.Interop.Word.Document: Severity Code ...
user19485620's user avatar
0 votes
0 answers
241 views

WebP-wrapper for ASP.NET: location for DLL files

Yesterday I came across a WebP-wrapper solutution that I want to use for my ASP.NET (4.8) application. I placed the two DLL files (libwebp_x64.dll and libwebp_x86.dll) in the /bin folder of my ...
esims's user avatar
  • 390
0 votes
1 answer
2k views

[BadImageFormatException: Cannot load a reference assembly for execution.]

I had an ASP.NET project which was targeting at .NET Framework 4.6.1, I updated that to .NET Framework 4.8. After Clean and Rebuild the solution successfully, I am getting following: Server Error in '/...
Usman Iqbal's user avatar
0 votes
0 answers
90 views

Can I deploy an .ashx file on Linux?

I have a .ashx file that call a .dll file and I want to deploy this on my Apache server, so I can call it with a HTTP POST request and get the response I want. Those are the two only files I have... I ...
PéloLégendaire's user avatar
0 votes
1 answer
362 views

DLL Access Error: 8007007e The specified module could not be found - QuickBooks SDK

I have an ASP.NET application that interacts with the QuickBooks SDK for desktop. When the following code is executed on our target server (at a hosting company): QBSessionManager SessionManager = new ...
baltoworks's user avatar
0 votes
0 answers
254 views

Localhosting in Visual Studio with IIS isn't using the .dll files from my .NET Website (I'm new to this)

Some Background I recently inherited a large ASP .NET Visual Basic website (WSP). Unfortunately, I was unable to talk with the person previously working on it and now have a tight deadline. I know ...
Zsedlack's user avatar
-2 votes
1 answer
47 views

Same function with same arguments, from same dll reference (same path, same file), working for one .NET project, but not for an other

The .NET project that works is on .NET framework 4.6.1. The one that does not work is on .NET framework 4.7.2. This is the Function: return DAL.DALGeneral.SelectScalar("GetYearName", new ...
Gil Nevo's user avatar
1 vote
0 answers
444 views

DllNotFoundException: Unable to load shared library 'MonoPosixHelper' or one of its dependencies

I am trying to work with WordPress using the PeachPie compiler on an Apple Silicon Mac. After running the command dotnet run i get the following error in the browser: System.DllNotFoundException: ...
duge007's user avatar
  • 21
0 votes
0 answers
47 views

Problem using DLL file in an ASPX page with .NET framework, cannot find file [duplicate]

I'm still trying to learn the .NET framework so please excuse my ignorance. I am trying to create an ASP.NET web application and trying to use a DLL file that will encrypt and decrypt a string that ...
Jvhkl's user avatar
  • 1
0 votes
0 answers
156 views

Access to the registry key is denied (asp.net)

how can fix this error ? how can I access to the registry key ? (this project is running on IIS server) Access to the registry key 'HKEY_CURRENT_USER\Software\Ohadi\ODFSODFS' is denied.
سبحان مقیسه's user avatar
1 vote
0 answers
280 views

how can i encrypt dll files for hide?

For security, I want to do the encrypt and decrypt methods using the methods in another dll file. But since this dll file will work on the user side, I don't want it to see the algorithm and unique ...
Sabri bey's user avatar
0 votes
1 answer
536 views

How to use COM in dotnet without registering

I have a COM dll that communicates to biometric machine, but registration is required to use in dot net project, please guide me can I embed or merge into the project in a way that no need to register ...
Ovais's user avatar
  • 41
0 votes
1 answer
161 views

I can't use a third-party dll C# ASP .NET 4.8

I have a project where a link to a third-party dll is plugged in (Project->Add Link) Locally everything works, checks the library, see the license key - everything is super. But if I try to deploy ...
giveyourtears's user avatar
1 vote
0 answers
252 views

Missing System.Security.Claims dll

I am a newbie to ASP.net attempting to publish a .netcore3.1 app to my companies test server; the app compiles and runs fine on my machine and seems to publish okay, but when attempting to run on the ...
VivaLebowski's user avatar

15 30 50 per page
1
2 3 4 5
53