Hi guys!
I want want to deploy my c# porject but I want it to be deployed as full version and demo version. I think if I register dlls dynamically I can make a demo version.
So here is the question can it be done? And how.

Thanks in advance!

what i have done in the past is that i use one dll, one for the demo version that is sent out on trial basis. Whenever they are ready to get the full version a patch is sent to the client with a new dll (same name and everything that will actually has a valid license, which will also be registered by the executable that is patching the application.

hope it helps

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.