简体   繁体   中英

How to load a dll under a bin folder?

I want to apply dll to my aspx (with code behind), I didn't create a project, just opening the aspx and cs file using visual studio 2012

http://www.microsoft.com/en-us/download/details.aspx?id=8422 Microsoft Developer Support OLE File Property Reader (the dsofile.dll)

I'm trying to read the file properties by using this dll.

What is the easiest and fastest way to import this dll without using add reference in visual studio?

i put the dsofile.dll under the bin folder, and use "using DSOfile", but the dll not been found.

It says here :

The Dsofile.dll sample file is an in-process ActiveX component for programmers that use Microsoft Visual Basic .NET or the Microsoft .NET Framework.

These articles will tell you what to do:

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM