I have created a project that imports an outside library (Meta.Numerics)....found at http://www.meta-numerics.net/

1st question:

How can I build my project to a .exe? Previously I was able to do this, but now the only way I can build a project is by publishing it an creating a "ClickOnce Application"

2nd question:

A user on a different computer is getting the error:
"Unable to install or run the application. The application requires that assembly Meta.Numerics Version 2.0.0.0 be installed in the Global Assembly Cache (GAC) first. Please contact your system administrator."

I'm guessing this is because they do not have the Meta.Numerics library on their machine. How do I include the library in the build so that they do not need to have the library installed?

Thanks