Hi All,
I'm using Visual Studio 2005 to make various tool for my work. The standard PCs around the office do not have .NET installed on them. Sometimes if I attempt to run my programs on them they work fine and other programs don't as a result of the missing .NET components. Can somebody explain what it is that determines whether they will run without .NET or not.
More specifically, I've made something which uses ADO to shift some data into an Access Database. I get the following error on the machine lacking .NET:
could not load file or assembly 'Interop.ADOBD, Version=2.8.0.0 , Culture=neutral , PublicKeyToken= null' or one of its dependencies. The system cannot find the file specified.
Is there any way I can make what I have work on these machines without installing .NET?
Would really appreciate any pointers on this issue.
Ash
I'm using Visual Studio 2005 to make various tool for my work. The standard PCs around the office do not have .NET installed on them. Sometimes if I attempt to run my programs on them they work fine and other programs don't as a result of the missing .NET components. Can somebody explain what it is that determines whether they will run without .NET or not.
More specifically, I've made something which uses ADO to shift some data into an Access Database. I get the following error on the machine lacking .NET:
could not load file or assembly 'Interop.ADOBD, Version=2.8.0.0 , Culture=neutral , PublicKeyToken= null' or one of its dependencies. The system cannot find the file specified.
Is there any way I can make what I have work on these machines without installing .NET?
Would really appreciate any pointers on this issue.
Ash
Comment