Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How can I share visual studio 2005 code between a class library and compact framework projects?

0
Posted

How can I share visual studio 2005 code between a class library and compact framework projects?

0

When adding an existing item to a project you can select the down arrow on the “Add” button and choose “Add Link” – this won’t create a copy of the file and will allow both projects to share the same source. Sara Ford discusses his on her blog: http://blogs.msdn.com/saraford/archive/2005/08/16/452401.aspx Alternatively you could compile the shared code into it’s own assembly and refer to that assembly in both projects. Or if you are really savvy you could create a net module and have a single multi-file assembly – shared and platform specific code.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123