What files do I have to distribute my app with? (very strange error) *Unresolved*
I see all sorts of files like
Interop.SHDocVw.dll (when i reference shdocvw.dll)
AxInterop.InetCtlsObjects.dll (when i reference inet)
Do i include these files with my program?
I have one ocx that returns all the network adapters you have installed on your computer. when i sent my program to my friend, instead of listing his network adapters, it lists mine! (but it works fine on vb6)
why did it do this? does vb.net hardcode some data into these files? how can i load my friends network adapters on his computer?