----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: MeetPravin Message 1 in Discussion Hi Friends, I am facing trouble with dynamically compiling C# source files. Here is the example: Following command works: csc.exe /out:test.dll /target:library /r:system.dll,Infineon.FD.Repository.S hared.dll /lib:E:\Pratik\FD\SourceCode\RE_TB\GUI\REGUI\bin\Debug\RepositoryBin\ test.cs But when there is space in /lib: reference path. If fails!!! See following example: csc.exe /out:test.dll /target:library /r:system.dll,Infineon.FD.Repository.S hared.dll /lib:E:\Pratik\FD\SourceCode\RE_TB\GUI\REGUI\bin\Debug\Repository Bin\ test.cs In first example /lib reference path doesn't have space. So it works. But, in second example there is a space in /lib: reference path, Repository Bin, it fails!!! Even I tried putting reference path in quotes, like following example. Still it fails. csc.exe /out:test.dll /target:library /r:system.dll,Infineon.FD.Repository.S hared.dll /lib:"E:\Pratik\FD\SourceCode\RE_TB\GUI\REGUI\bin\Debug\Repository Bin\" test.cs Please reply, if you have the solution... Awaiting your response... Thanks in advance, Pravinkumar KN. ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/bdotnet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
