M
mikkel_strack
Im doing an application, where I have to compile from the command
prompt. Like the line shown below.
csc /optimize+ /t:exe /r:ClassTest.dll /out:Form1.exe Form1.cs
The problem is that Im using Microsoft.Office.Interop.Outlook, wich is
no problem as long as I compile from MS Visual .Net. I don't know how
I make a reference to that when I compile in the prompt.
Can anybody help??
Mikkel
prompt. Like the line shown below.
csc /optimize+ /t:exe /r:ClassTest.dll /out:Form1.exe Form1.cs
The problem is that Im using Microsoft.Office.Interop.Outlook, wich is
no problem as long as I compile from MS Visual .Net. I don't know how
I make a reference to that when I compile in the prompt.
Can anybody help??
Mikkel