76
Automation Interface, Add-Ins and Tools / Re: Deploy Add-Ins
« on: January 09, 2009, 06:25:55 pm »
/codebase
Creates a Codebase entry in the registry. The Codebase entry specifies the file path for an assembly that is not installed in the global assembly cache. You should not specify this option if you will subsequently install the assembly that you are registering into the global assembly cache.
As I understand it I has to be used whan the component is not installed in some global repository.
I don't understand the .NET deployment proces in detail .. what I have written is just what become to work in our environment .... so I cann't tell you where the problem is ... do you have the latest .NET framework? Or maybe some problem in the code ? ..Sorry
Creates a Codebase entry in the registry. The Codebase entry specifies the file path for an assembly that is not installed in the global assembly cache. You should not specify this option if you will subsequently install the assembly that you are registering into the global assembly cache.
As I understand it I has to be used whan the component is not installed in some global repository.
I don't understand the .NET deployment proces in detail .. what I have written is just what become to work in our environment .... so I cann't tell you where the problem is ... do you have the latest .NET framework? Or maybe some problem in the code ? ..Sorry
?