Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the assembly that contains the class that implements the hosted event provider functionality.
Syntax
<Providers>
<HostedProvider>
...
<AssemblyName>
Element Characteristics
| Characteristic | Description |
|---|---|
Data type |
string, between 1 and 260 characters in length. |
Default value |
None. |
Occurrence |
Required once per HostedProvider element for custom components. Not used with Notification Services standard components. |
Updates |
Can be modified, but not added to or deleted from a hosted event provider, when updating the application. |
Element Relationships
| Relationship | Elements |
|---|---|
Parent element |
|
Child elements |
None. |
Hinweise
The value for AssemblyName must be either a fully-qualified path to the event provider assembly or a fully-qualified assembly name.
Beispiel
The following example shows a fully-qualified path to the event provider assembly.
<AssemblyName>C:\ProductionCode\WebFeedProvider.dll</AssemblyName>
The following example a fully-qualified assembly name.
<AssemblyName>WebFeedProvider, Version=1.0.1234.0, Culture=en-US,
PublicKeyToken=b77a5c561934e089c</AssemblyName>
Siehe auch
Verweis
Application Definition File Reference
Andere Ressourcen
Definieren von gehosteten Ereignisanbietern
Aktualisieren von Instanzen und Anwendungen