When opening the spring platform of an external application with the code below, I get the error
Dim objAplConf As StdBSConfApl = New StdBSConfApl()
Dim Plataforma As StdPlatBS = New StdPlatBS()
objAplConf.Instancia = Instance
objAplConf.AbvtApl = "ERP"
objAplConf.LicVersaoMinima = "10.00"
Plataforma.AbrePlataforma(CType(Line, EnumTipoPlataforma), objAplConf)
The spring dlls are loaded with the assemblyresolve event Any help?