J
johnjohners
Which method of setting references is considered more stable? Setting a
refference to a project or its dll.
Is it a best practice to always reference a project instead of a dll
when the actual project source code is available?
Currently various projects in my solution have a mix of project and dll
references. Of course 3rd party dlls are always referenced directly.
Can referencing dlls instead of the project cause odd errors?
refference to a project or its dll.
Is it a best practice to always reference a project instead of a dll
when the actual project source code is available?
Currently various projects in my solution have a mix of project and dll
references. Of course 3rd party dlls are always referenced directly.
Can referencing dlls instead of the project cause odd errors?