Hey,
Mam taki problem:
- używam w vi klasy w dll napisanej w .NET, tworząc obiekt tej klasy poprzez Construction Node, a następnie wywołując metody i własności tej klasy,
- wszystko działa ok jak robię w pod środowiskiem developerskim,
- jeżeli chcę uruchomić to pod run time to wywala mi że nie znajduje .Net assembly.
Reasumując: run time labview nie widzi dll'ki.
Czy ktoś ma jakiś pomysł w czym może być problem? Za wszelkie pomoce z góry dziękuję!
Problem z obiektem .Net w Labview Run-Time
Re: Problem z obiektem .Net w Labview Run-Time
Prawdopodobnie brakuje pliku config. Sprawdź tutaj:
Loading .NET 4.0 Assemblies in LabVIEW
How Can I Force LabVIEW to Use a Version of the .NET Framework?
Loading .NET 4.0 Assemblies
Loading .NET 4.0 Assemblies in LabVIEW
How Can I Force LabVIEW to Use a Version of the .NET Framework?
Loading .NET 4.0 Assemblies
If you build a stand-alone application from a LabVIEW VI or project that uses .NET 4.0 assemblies, the user of your application must install the .NET 4.0 Framework on his system and place a configuration file named application name.exe.config in the same directory as the application.