Don't use my assemblies

R

Relaxin

I have created assemblies for my application and installed the application
on the clients computer.
I also installed my assemblies into the GAC.
How do I prevent someone else from using "my" assemblies in "their" VS.NET
development environment for creating "their" own application?
 
R

Ray Cassick \(Home\)

Look around for examples for implementing a design time license on them.
 
G

Guest

I believe the documentation states that assemblies installed into the gac are
available machine wide. Assuming that this was a web application, you would
install your assemblies into the client web bin folder instead thus
restricting access at the web app for your client.
 
R

Relaxin

I'm talking about a Windows app.

rmasonh said:
I believe the documentation states that assemblies installed into the gac
are
available machine wide. Assuming that this was a web application, you
would
install your assemblies into the client web bin folder instead thus
restricting access at the web app for your client.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top