T
Toe Dipper
Basically looking for advice on structuring projects in solutions.
Here is our example.
We have a custom windows control. This control is then in used in 4
different projects. In VB6 we would have just added the control
project to each project group.
Solution 1
Windows app
Custom control
Solution 2
Windows app2
Custom control
In short, any time we create a custom solution that uses other
projects we get access denied errors.
1. How should we be structuring our libraries and controls?
2. How do we debug these considering their use is likely different in
each project that uses them.
Thanks
Glenn
Here is our example.
We have a custom windows control. This control is then in used in 4
different projects. In VB6 we would have just added the control
project to each project group.
Solution 1
Windows app
Custom control
Solution 2
Windows app2
Custom control
In short, any time we create a custom solution that uses other
projects we get access denied errors.
1. How should we be structuring our libraries and controls?
2. How do we debug these considering their use is likely different in
each project that uses them.
Thanks
Glenn