Link to home
Start Free TrialLog in
Avatar of ksuresh
ksuresh

asked on

Does .pdb and .xml files required for setup?

I have web application. I want to create a set up project not under the same solution. Do I need to copy .odb and .xml files from the bin folder or only .dll files?
ASKER CERTIFIED SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of ksuresh
ksuresh

ASKER

Thank you Dhaest for your comments. Also I'm using some vb project in my setup to register the com objects like .ocx and .dll files. i have export library files and object file library in these projects, what do i need to include in my setup?
I guess you need the ocx and dll-files ... I'm not sure what you mean with export library files and object file library ...
You'll need to include the dll's, ocx's build by the ide
Avatar of ksuresh

ASKER

i mean .lib and .exp files
I'm not sure about those...
I usually only have dll, ocx, xml or exe into my applications
Avatar of ksuresh

ASKER

Also When I add the dll files to my setup it duplicates. why is this happening?
Are they referenced in your project (and set to copy locally) ? In that case, it will be automatically be added to your project.
Avatar of ksuresh

ASKER

Yes. Thank you very for your support Dhaest.