DAO error in .Net -
10-07-2005
, 09:13 PM
I am just starting to use .Net and have decided to try a small application to
start with. I have used VB5 and DAO 3.5 for years, so I thought I would just
use it for a while then learn ADO and MSDE.
I had a small utility on my old VB5 developement system which I copied over
to the XP Pro / .Net system. After .Net did the conversion I tried to run it
but I got the following error:
"An unhandled exception of type
'System.Runtime.InteropServices.COMException' occurred in ModMCM.exe
Additional information: Class is not licensed for use"
This error was generated in this module:
Module UpgradeSupport
Friend DAODBEngine_definst As New DAO.DBEngineClass
End Module
What does this mean? I looked at c:\program files\common\microsoft
shared\dao, and found all the right files needed. (I once installed Access97
on the XP System)
While looking for help on this I found an article that talked about a
similar problem. That article recomended Q241141 as a resource to further
explore. I have now found that I cannot get that article. Have I forgotten
how or does MS purge old articles? |