Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help file Creating windows services mistake
Message
De
15/04/2007 09:54:46
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
The Mere Mortals .NET Framework
Titre:
Help file Creating windows services mistake
Divers
Thread ID:
01216031
Message ID:
01216031
Vues:
58
I think I ran across a mistake in the help file under
Creating a New Windows Service
In step 14. Change the base class of the new AppBase class to mmAppBase.

The C# code shows
public class AppBase: mmAppBase
{
}

The VB example shows
Public Class Factory
Inherits mmAppBase
End Class

I think the VB Example is wrong , it should match the C# example

Public Class AppBase
Inherits mmAppBase
End Class



Also after pasting in the app.config
I recived 7 warning messages stating that schema information for variouse elements could not be found. Is this normal?

Thanks
Brian Grant
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform