Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Creating an executable
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Environment versions
Environment:
C# 2.0
OS:
Windows Server 2003
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01338423
Message ID:
01338554
Views:
22
Paul,

Your advice made me realize what needed to be done. What I did was look at the help file for creating a MM.NET Windows service. Since this does not have a template or built in default values for a project the help file shows how to add all the necessary code and references to get the framework initialized.

Thanks again for your help.

Bob

>You need to initialize the framework first. I don't have the code handy here at home but take a look at a MM.NET WinForm app, inside of the startup program - there is some code there that starts up the App object. There is also a help topic about using MM.NET with NUnit, which is basically the same idea.
>
>The code you need to use is something like:
>
>
>public static OakLeaf.MM.Main.mmAppBase App;
>// You may have a different (subclassed) App object.
>App.Factory = new AppBase();
>
Previous
Reply
Map
View

Click here to load this message in the networking platform