Hi,
i built a dll (used vb.net) that has some shared variables. the basic idea of using the shared variables is to read some values from the database and save them in the shared variables during the first access of dll and use them then on thus avoiding any more database hits.
when i use the dll on my machine, it works perfect. i.e., it reads the values from database, saves them to shared variables on one time basis. but when...