Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can I use compiler as service in visual studio 2010???
My project was to create a web service that contain a compiler as a tool ??

How could I do that???
Posted
Comments
ZurdoDev 19-Dec-12 7:58am    
Can you be more clear on what you want? You have a webservice where someone can submit C# code and you want to return a dll? That doesn't seem to make sense. What am I missing?

1 solution

There is a technology called Roslyn [^] that exposes the compiler as a service. You can probably exposed a web service as a facade onto this, but your actual requirements are unclear.

I haven't used it, it look like you need VS2012 and it is in CTP (i.e. it's not even Beta yet) but hopefully this is something useful for you to look into.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900