I have made an app using the microsoft solver foundation, and its great. But my problem is that my client haven't installed the microsoft solver foundation, so when the run the program they got this error:
Could not load file or assembly 'Microsoft.Solver.Foundation, Version=3.0.2.10889, Culture=neutral, PublicKeyToken=31bf3856ad364e35' or one of its dependencies. The system cannot find the file specified.
I think its because it is installed into the GAC, but I can do that on the clients machine, are there any work around?
Maybe I could use the dll only?