Hi Alan,
I assume you decided to go with CodeDOM to do this compilation. When you call CompileAssembly, you'll have to setup references to
your COM Interop assemblies. In order for the compiler to find and use these assemblies though, you'll have to first write them out to disk. You
should have no problem doing that from the resource streams you have, then invoking the compiler.
-Shawn
http://blogs.msdn.com/shawnfa

Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they
originated.
--------------------
>From: "Alan Seunarayan" <w@xyz.com>
>Subject: A final question (I hope) on C# compilation....
[quoted text clipped - 32 lines]
>
>Alan
Alan Seunarayan - 22 Jan 2004 20:40 GMT
Thanks for that, I actually ended up doing that. By the way, do you know of
any books that have indepth details about assemblies, appdomains and (of
cource) the CodeDom and related namespaces?
many thanks!
> Hi Alan,
>
[quoted text clipped - 17 lines]
> >NNTP-Posting-Host: host213-123-219-40.in-addr.btopenworld.com 213.123.219.40
> >Path: cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!cpmsftngxa09.phx.gbl!TK2MSFTNGP08.
phx.gbl!TK2MSFTNGP12.phx.gbl
> >Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.sdk:8566
> >X-Tomcat-NG: microsoft.public.dotnet.framework.sdk
[quoted text clipped - 20 lines]
> >
> >Alan
"Shawn Farkas" - 27 Jan 2004 00:12 GMT
I'm glad that worked. Unfortunately I don't know of any CodeDOM books, but that doesn't mean they're not out there. Maybe someone else in this
newsgroup can be of more assistance helping you find one.
-Shawn
http://blogs.msdn.com/shawnfa

Signature
This posting is provided "AS IS" with no warranties, and confers no rights.
Note: For the benefit of the community-at-large, all responses to this message are best directed to the newsgroup/thread from which they
originated.
--------------------
>From: "Alan Seunarayan" <soonaz@ntlworld.com>
>References: <uH4BJ113DHA.1672@TK2MSFTNGP12.phx.gbl> <W4MhKZS4DHA.1992@cpmsftngxa07.phx.gbl>
[quoted text clipped - 77 lines]
>> >
>> >Alan