Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with Build
Message
From
23/07/2003 21:50:49
 
 
To
23/07/2003 19:11:17
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Miscellaneous
Thread ID:
00812969
Message ID:
00812992
Views:
11
Michael,

I don't have MM, but I might be able to help you.

1) You need to add a reference in your project that contains SecuritySetupFrom to the project that contains the BizObject. (Right-click on References under the project).

2) The error means that the method CreateDataAccessObject() doesn't currently exist in the class, so you can't override it. But, this is only a warning, it'll still compile and run ok.

HTH,
~~Bonnie



>I need some hints in tracking down the following errors.
>In Jumpstart Windows Forms App Step 2 while building the Solution I get the following errors:
>
>1. the statement:
>using Acme.OrderSystem.Business; in SecuritySetupForm.cs
>
>causes
>
>C:\MM.net\Windows Projects\Order System CSharp\SecuritySetupForm.cs(8): The type or namespace name 'Business' does not exist in the class or namespace 'Acme.OrderSystem' (are you missing an assembly reference?)
>
>
>2. This statement in OrderDetailDataAccessSql.cs
>
>protected override mmDataAccessBase CreateDataAccessObject(string dataAccessClassName)
>
>causes this warning in the build
>
>C:\MM.net\Business Objects\Order System Business Objects CSharp\Order System Business Objects CSharp\OrderDetailDataAccessSql.cs(95): 'Acme.OrderSystem.Business.OrderDetailDataAccessSql.CreateDataAccessObject(string)': no suitable method found to override
Bonnie Berent DeWitt
NET/C# MVP since 2003

http://geek-goddess-bonnie.blogspot.com
Previous
Reply
Map
View

Click here to load this message in the networking platform