Hi,
I'm not sure if I'm doing something wrong, but currently it seems to be a bug:
I have a workspace with two projects, let's say project A and B. Project A contains two static classes with some static functions. The GUI allows for manual input to the function and outputs the results. This project is working well.
Project B should test the functions from the project A by a background worker and report any differences. So I added the source files of the project A static classes to project B.
#Dev asked if I want to copy those files or if a link to them should be used. I choosed to use a link to keep the synchronization. Now, the problem is that the backgroundworker couldn't be used (error message 'the type or namespace...'). Of course I added 'using System.Threading;' to the code, but the background worker doesn't show up in the intellisense list.
I tried the same with copying the files, and this approach works. Now, the question is if I'm doing something wrong or if this is a bug.
Using #Dev 4.3.1 with .Net 4.0.
Regards,
Ralf