Exception Management Application Block

  • Thread starter Thread starter kendf
  • Start date Start date
K

kendf

Hi all,

As a beginner, I using .Net SDK v1.1 for command line compilation.

I have a problem to compile the source code of MS Exceptional Management
Application Block, downloaded from MS official web site.

Appreciated of your lessons if you have tried in command line and get it
work previously.
 
I just did it like this (in my case the Interfaces project is in a sub
folder of where the main ExceptionManagement project is):

csc /t:library /debug /out:Output.dll *.cs ./Interfaces/*.cs
 
Hi Richard,

I have try it out, but the dll generated can not be used by client
program as it complains related to the resources file embeded. How to
do with those resource file and others non *cs file?

Thanks you.
 
Back
Top