Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1865
xamDataChart DLL not getting copied to BIN folder
posted

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.

 

 

Parents
  • 17475
    Offline posted

    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.

    xamDataChartCustomMarker (2).zip
Reply Children