Click here to Skip to main content
16,017,297 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I've already HelloWorld.dll
In HelloWorld Solution,I write CSharpHelloWorld.cs
I want to generate CSharpHelloWorld.netmodule file

I

csc /debug /t:module "bin\Debug\\HelloWorld.dll"
Posted
Updated 29-Dec-10 17:24pm
v2

1 solution

Try csc /t:module CSharpHelloWorld.cs.

You can also have a look at http://msdn.microsoft.com/en-us/library/226t7yxe.aspx[^].
 
Share this answer
 
v2
Comments
Kasson 30-Dec-10 0:26am    
Good Call.

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