Re: [Python.NET] Referencing a DLL
Denis Akhiyarov <[email protected]> Mon, 17 Oct 2016 12:12:10 +0000
| Newsgroups | gmane.comp.python.dotnet |
|---|---|
| Message-ID | <CALxxJLTtOXSBoNsDhingYF_Np86MT=swTFPDRJNiL-X=QB1L4Q@mail.gmail.com> |
Hi Artem,
If clr.FindAssembly("isc.Eng.Hov") and clr.AddReference("isc.Eng.Hov") are
working fine, then you need to `import HovEngine`, but not `import
isc.Eng.Hov`.
This is assuming isc.Eng.Hov is assembly name, and HovEngine is namespace
name.
Thanks,
Denis
On Mon, Oct 17, 2016, 12:08 AM Artem Zhukov <[email protected]> wrote:
> Hello all,
> please help me to resolve the following problem. I was trying a lot of
> things (see 1) and still didn't get it. There is also a project on
> freelancer for that (see 2):
>
> 1.
> http://stackoverflow.com/questions/40037684/adding-reference-to-net-assembly-which-has-dots-in-name-and-namespace
> 2. https://www.freelancer.com/contest/Write-some-Software-867914.html
>
>
> --
> ARTEM ZHUKOV | HVAC/Mech.Engineer | Building Performance Engineer |
> Sustainability Engineer | HVAC TPM | M: +420 774 081 898
> _________________________________________________
> Python.NET mailing list - [email protected]
> https://mail.python.org/mailman/listinfo/pythondotnet
_________________________________________________
Python.NET mailing list - [email protected]
https://mail.python.org/mailman/listinfo/pythondotnet