I really don’t think it is possible on a reasonably easy way but I’m asking just in case. I’m working on Visual C# Express 2010. I want to do this because it would probably be the easiest way to make a trial version that expires after certain amount of runs. Maybe not very safe way, but don’t need any more safety at the moment, just simplicity.
Share
You can create an assembly at runtime so you could embed the resource in that and then load it into your AppDomain.