Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help file Creating windows services mistake
Message
From
15/04/2007 09:54:46
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Help file Creating windows services mistake
Miscellaneous
Thread ID:
01216031
Message ID:
01216031
Views:
59
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
Next
Reply
Map
View

Click here to load this message in the networking platform