RE: Reg: dao350.dll and dao360.dll

Tech-Archive recommends: Fix windows errors by optimizing your registry



Steps to create set up of window application which uses MS-Office references
(select version of dll according to your Office version,I am using office
2007)
Copy and paste the following dll in to the debug folder of bin directory
dao360.dll C:\Program Files\Common Files\Microsoft Shared\DAO
mso.dll C:\Program Files\Common Files\Microsoft Shared\OFFICE12
In your solution explorer add references of these above dll
Now create a new set up project
Right click on Application FolderAddAssembly
Browse and add dao360.dll
Again add assembly mso.dll
Right click on Application FolderAddProject Output
Select top four items and click ok
(warning may occur avoid them and continue below steps)
Right click on set up and click Rebuild
Right click on set up and click Install
Select a new folder to install set up
Finish


.



Relevant Pages

  • Re: C++/CLI and C#
    ... solution's debug folder. ... Okay, so I added a reference to the DLL but ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Algorithm plugins
    ... you can inspect the loading location for each DLL ... Make sure the DLL is loaded from your Debug folder. ... I'd prefer to attach rather than run from the command line. ...
    (microsoft.public.sqlserver.datamining)
  • Re: Managed C++ Dll - Wheres my output?
    ... My apologies I can't believe it the dll was being outputted but it was ... being outputted to a debug folder of the solution root rather than the ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Problem linking dll
    ... Normaly i will put one debug version of my DLL into the debug folder of the ... The release version of DLL i put it in system32 ...
    (microsoft.public.vc.mfc)