Hi,
I recently updated to ver NetAdvantage version 12.2. I was previously not using charts but have added a datachart in my application. It compiles and works just fine on my development machine. However, when I build/rebuild my solution, the associated DLL is not getting added to the bin folder.
I checked on the net and tried setting Copy Local to true - but this didn't help. Note that all my referenced DLLs have Copy Local set to false.
I also added a reference to the DLL in my main startup project but that didn;t help as well.
Thanks.
Hello Jay,
I have been looking into your post and tried to reproduce the issue both in VS2010 and in VS2012. When I set the Copy Local property of the dlls to True, and then rebuild the project assemblies are added to the bin folder. Could you try to run the attached project (XamDataChartCustomMarker(2).zip) on your side and check if the assemblies are copied? Please feel free to let me know if I have missed something in your scenario.
Thanks for the reply. I got it. Even though I am not using this library in the startup project, I need to reference it in the startup project. Also, I must set the Copy Local property to True for this reference.
Hi Jay,
Thank you for your feedback. I am glad that you resolved your issue and I believe that this could be useful for other community members as well.