mcfarlane123
Programmer
Hi,
I'm trying to build a solution in C# and I've found some problems that I don't know how tho solve.
I've defined a Solution with two projects. One contains a group of Utils classes, and I would like to use those public classes in the other project. Obviously I'd like to use the Debug and Release versions depending on the solution, so using the "References" property in Visual Studio doesn't seem to solve the problem.
I've also tried to use the same namespace in both projects, but didn't wor due that the global namespace name include the dll's name.
I'm just stuck with this and any help would be grateful.
Thanks in advance,
Natxo Mateos
I'm trying to build a solution in C# and I've found some problems that I don't know how tho solve.
I've defined a Solution with two projects. One contains a group of Utils classes, and I would like to use those public classes in the other project. Obviously I'd like to use the Debug and Release versions depending on the solution, so using the "References" property in Visual Studio doesn't seem to solve the problem.
I've also tried to use the same namespace in both projects, but didn't wor due that the global namespace name include the dll's name.
I'm just stuck with this and any help would be grateful.
Thanks in advance,
Natxo Mateos