I have used CodeDom to generate class so called "Product.cs", my class has been generated in right path but my code does not work perfect and complete because of this "Product.cs" is exclude from my solution and I have to include it at run time I searched and found way to create csc.exe and load assembly in order to compile my class at run time and include it in my solution and after that I can work on "Product.cs".
I am writing code by Visual Studio 2013 on web application such as MVC. Thank you in advanced for any helps.
It will work for you. I just tried, see comments