|
|
|
|
Bonjour,
Voila j'ai une erreur sur un programme créer avec une methode de code-behind.
Voici mon erreur:
Object reference not set to an instance of an object.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
public void RemplirSignet(string NomSignet, string Texte)
{
object WordSignet = NomSignet;
DocWord.Bookmarks.get_Item(ref WordSignet).Range.Text = Texte;
}
Voila si vous savez d'ou vient le probleme merci de bien vouloir me le dire.
Quel est la difference entre une pomme et une fenetre?Configuration: Windows XP
Opera 9.25
Bonjour,
|