Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
C# windows forms jump start, solution build error
Message
From
07/07/2003 18:22:31
 
 
To
All
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
C# windows forms jump start, solution build error
Miscellaneous
Thread ID:
00807710
Message ID:
00807710
Views:
69
Hi mm.net users,

Vs.net is reporting multiple errors when I attempt a first-time build of the example in “Jump Start Windows Forms Application - C#”.
A typical error is:
C:\MM .NET Jump Start\Order System CSharp\SecuritySetupForm.cs(25): The type or namespace name 'User' could not be found (are you missing a using directive or an assembly reference?)

In fact, all of the errors are involving the newly added security feature. What reference or directive have I neglected to include?

Below are the references in my SecuritySetupForm.cs:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using OakLeaf.MM.Main.Windows.Forms;
using Acme.OrderSystem.Business;

namespace Acme.OrderSystem.Main.Windows.Forms
Regards,
Neil
Next
Reply
Map
View

Click here to load this message in the networking platform