RobEmDee Posted May 3, 2004 Posted May 3, 2004 I am keeping an Access file (.mdb) inside of a Windows Forms Assembly and need to copy it into a directory on the end-user's machine at different points in the workflow of the application. The Access file is currently an Embedded Resource. I am having trouble using the System.IO namespace to accomplish this and was wondering if there is something I need to be doing with the System.Reflection namespace to get the file from the Assembly. Thanks! Quote
Administrators PlausiblyDamp Posted May 3, 2004 Administrators Posted May 3, 2004 The techniques in this thread should give you an idea how to access an embedded resource, you would just need to save the stream to a physical file rather than using it directly. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.