what you have is a circular reference problem. What you might want to do is split this functionality out to a third project from which both projects can reference, and call the functions that way.

-tg