Hi,

I had the same problem. I didn't find it anything to do with .net in the end, but it is related to whether its using _your_ dll or not.

When you compile DotNetStockListDemoLauncher.exe, it contains a reference to the DotNetStockListDemo.dll . You need to make sure when you add this reference you browse to the folder containing your compiled .dll. Do not use the one contained in the DOCS-SDK etc lib folder. This is also why I think deleting the file from the sample deployment directory does not work as once again, its not looking at that dll.

Hope that helps


Michael