[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

Urgent Application Setup Problem

DavideR

4/18/2006 8:45:00 AM

I have developed in vs2005 an application shipped from vb6 in a machine with
w2000 professional
then i make with the setup wizard a setup project for my exe (all reference
are added) and then after insatlling .net framework 2. 0 i try to install on
a windows xp machine but when i run the exe i recieve an error the type
initializer for <modulename> threw new exception (this module has one line of
code:
"Friend DaoDbenginedef_inst as new DAO.DBENGINE"
and the daodll is added to reference of the project
Then i recieve another error on an ocx Could not load file or assembly Stole
version 7.0.3300.0
also the reference for this ocx are added to the setup project
What's wrong??