You have to install the .NET Framework on any machine that's going to run your application. There are products out there that will let you get around this, by static-linking your app with the .NET Framework, but they cost BIG $$$$.
Dave Kreskowiak Microsoft MVP - Visual Basic
The problem is, I don't know what you, or someone else, did to break it in the first place! This should be working by default! Does the NETWORKSERVICE account have rights?
Dave Kreskowiak Microsoft MVP - Visual Basic
You reference the DLL in your project, then you can use the classes and other types exposed in the DLL like any other class in .NET framework. -------------------------------------------------------- My development blog Q:What does the derived class in C# tell to it's parent? A:All your base are belong to us!