I am attempting to create an Active X DLL which accesses a Jet DB, but I keep getting the following error when I attempt to use the Make menu command:
Permission denied.
It halts on the ".Workspaces" part of the DBEngine.Workspaces(0).OpenDatabase (...) command.
I have added the DAO 3.5 Object Library to the References. The compile options are set for Compile to Native Code - Optimize for Fast Code and none of the Advanced options are checked.
Does anyone have any ideas on the cause and solutions for this error?
Permission denied.
It halts on the ".Workspaces" part of the DBEngine.Workspaces(0).OpenDatabase (...) command.
I have added the DAO 3.5 Object Library to the References. The compile options are set for Compile to Native Code - Optimize for Fast Code and none of the Advanced options are checked.
Does anyone have any ideas on the cause and solutions for this error?