I?m trying to get my first VB.Net application working with DAO. Running the
program as stand-alone gives the runtime error: can not find file or
assembly name interop.DAO. In the IDE the program works fine. What do I do
wrong?
Rick
Paul Clement - 04 Jan 2005 16:48 GMT
¤ I´m trying to get my first VB.Net application working with DAO. Running the
¤ program as stand-alone gives the runtime error: can not find file or
¤ assembly name interop.DAO. In the IDE the program works fine. What do I do
¤ wrong?
¤ Rick
Did you distribute the interop assembly (interop.DAO) with your application?
Paul ~~~ pclement@ameritech.net
Microsoft MVP (Visual Basic)
Gerald Hernandez - 04 Jan 2005 17:08 GMT
You might want to take a look at this:
http://support.microsoft.com/default.aspx?scid=kb;en-us;311058
Gerald
> I?m trying to get my first VB.Net application working with DAO. Running the
> program as stand-alone gives the runtime error: can not find file or
> assembly name interop.DAO. In the IDE the program works fine. What do I do
> wrong?
> Rick