L
Laura Stern
Guest
Sorry, I did miss that you copied the Telerik assemblies. Are you using the -assemblies startup parameter? I don't think you need it if all relevant files are in the "start-in" directory. But if you haven't already, please try it for a complete picture of the issue. The controls don't have to be in the GAC. I don't know what our install does. They just need to be in the search path .Net uses, e.g., where the .exe is run from, in a redirection directory, based on the config file, etc. .Net won't find them in the current working directory, but we try to load them from there explicitly since that is the default -assemblies directory (I think!) or we look in the directory specified by -assemblies. We need the -assemblies at compile time since that is how we get the full names of the assemblies to load. Otherwise, all we have is the name of controls in the ABL code. They don't have the version, etc, that you need for .Net to find the right assembly to load. Once we compile, the full control name with version is stored in the r-code.
Continue reading...
Continue reading...