1
vote
4answers
38 views
Visual Studio 2008 - Sharing Data in C++/C# Multi Project Solution
Hi,
I have a solution with 2 projects:
a c++ main project
a c# project (display simulator)
Today these 2 apps share data using a loopback TCP client/server connection, but tha …
9
votes
1answer
896 views
WPF designer won’t load when binding datasource from entity framework
EDIT: I have submitted a bug report and Microsoft have acknowledge that it is a bug. There is currently no ETA on when it will be fixed.
Bug Report: https://connect.microsoft.com …
4
votes
2answers
454 views
How do you handle multiple (overlapping) projects in trac?
We are using trac and are really satisfied with it. However, out of the box, trac is best suited for single-project environments only. I'd be interested to hear about the various a …
