IceNetHttpApplicationRequestImplAssemblies Event |
Request Business Objects implementation assemblies.
Namespace:
PDTec.IceNet.Web
Assembly:
PDTec.IceNet.Web (in PDTec.IceNet.Web.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax Remarks
The standard way of registering Business Objects implementation assemblies with
an application is to add a implementationAssembly element to the web.config.
Use this event only if you do not want to register Business Objects by configuration.
Examples <ice.net>
<businessObjects>
<implementationAssembly assemblyName="App_Code"/>
</businessObjects>
<ice.net
See Also