c# - DLL station.config location -




i have dll (and associated station.config file it's settings) wrote in c# , test winform application verify functionality. works perfect.

when reference dll , call using labview, labview application errors out staying cannot find station.config file in c:blah\blah\users\the user logged in id\blah\someguid location (sorry can't remember exact location in work , i'm @ home now).

i put station.config in folder , works fine. want reside in same folder dll , not folder user logged in.

it's compiled in debug mode. whats going on ?

your c# code pointing location of station.config file.

a simple way fix issue add argument dll allow caller set path. place config file anywhere, use labview determine station.config file located , pass path dll.





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -