Difference between revisions of "Referenced assemblies"
(jrfconvert import) |
|||
Line 1: | Line 1: | ||
− | [[Category: | + | [[Category:Settings:_Technical_logic]] |
+ | {{HelpFiles_Deployment}} | ||
| | ||
− | + | ==Referenced assemblies== | |
− | ==Syntax== | + | ===Syntax=== |
<compilation defaultLanguage="c#" debug="true" batch="false"> | <compilation defaultLanguage="c#" debug="true" batch="false"> | ||
Line 44: | Line 45: | ||
</compilation> | </compilation> | ||
− | ==Remarks== | + | ===Remarks=== |
Add the above keys to the element. These keys tell ASP.NET to refer to the specified assemblies when the ASP.NET pages get compiled dynamically. | Add the above keys to the element. These keys tell ASP.NET to refer to the specified assemblies when the ASP.NET pages get compiled dynamically. | ||
− | ==Version information== | + | ===Version information=== |
Required from version 5.1 | Required from version 5.1 | ||
__NOTOC__ | __NOTOC__ | ||
<!-- imported from file: 843.htm--> | <!-- imported from file: 843.htm--> |
Latest revision as of 04:37, 5 January 2012
<accesscontrol>Main:MyGroup</accesscontrol>
Referenced assemblies
Syntax
<compilation defaultLanguage="c#" debug="true" batch="false">
<assemblies>
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
<add assembly="System.DirectoryServices, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
<add assembly="Infragistics2.WebUI.Misc.v6.3, Version=6.3.20063.1056, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb,processorArchitecture=MSIL"/>
<add assembly="Infragistics2.WebUI.Shared.v6.3, Version=6.3.20063.1056, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb,processorArchitecture=MSIL"/>
<add assembly="Infragistics2.WebUI.UltraWebGrid.ExcelExport.v6.3, Version=6.3.20063.1056, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb,processorArchitecture=MSIL"/>
<add assembly="Infragistics2.WebUI.UltraWebGrid.v6.3, Version=6.3.20063.1056, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb,processorArchitecture=MSIL"/>
<add assembly="Infragistics2.WebUI.UltraWebListbar.v6.3, Version=6.3.20063.1056, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb,processorArchitecture=MSIL"/>
<add assembly="Infragistics2.WebUI.UltraWebNavigator.v6.3, Version=6.3.20063.1056, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb,processorArchitecture=MSIL"/>
<add assembly="Infragistics2.WebUI.UltraWebTab.v6.3, Version=6.3.20063.1056, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb,processorArchitecture=MSIL"/>
<add assembly="Infragistics2.WebUI.UltraWebToolbar.v6.3, Version=6.3.20063.1056, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb,processorArchitecture=MSIL"/>
<add assembly="Infragistics2.WebUI.WebCombo.v6.3, Version=6.3.20063.1056, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb,processorArchitecture=MSIL"/>
<add assembly="Infragistics2.WebUI.WebDataInput.v6.3, Version=6.3.20063.1056, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb,processorArchitecture=MSIL"/>
<add assembly="Infragistics2.WebUI.WebDateChooser.v6.3, Version=6.3.20063.1056, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb,processorArchitecture=MSIL"/>
<add assembly="Infragistics2.WebUI.WebHtmlEditor.v6.3, Version=6.3.20063.1056, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb,processorArchitecture=MSIL"/>
</assemblies>
</compilation>
Remarks
Add the above keys to the element. These keys tell ASP.NET to refer to the specified assemblies when the ASP.NET pages get compiled dynamically.
Version information
Required from version 5.1