Don't use my assemblies

  • Thread starter Thread starter Relaxin
  • Start date Start date
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?
 
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.
 
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.
 
Back
Top