ADO DOT NET
Centurion
- Joined
- Dec 20, 2006
- Messages
- 160
Hi anyone here to help the others
I have some questions about application references:
1. When I add components to my application, some of them have the "Copy Local" property set to True and some of them set to False! To publish do I need to set all them to True?
2. I have used some COM components in my .NET application. So do I need to register them on target machine using RegSvr32.exe?
3. In the references tab, there is a path to the components! Should I manually copy the components to the application folder and re-add them to the project with the new location? This path may change in the user's system!
Thanks all
I have some questions about application references:
1. When I add components to my application, some of them have the "Copy Local" property set to True and some of them set to False! To publish do I need to set all them to True?
2. I have used some COM components in my .NET application. So do I need to register them on target machine using RegSvr32.exe?
3. In the references tab, there is a path to the components! Should I manually copy the components to the application folder and re-add them to the project with the new location? This path may change in the user's system!
Thanks all