Type 'AspNetMakerBase' is not defined.

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
Usman Khan
User
Posts: 7

Type 'AspNetMakerBase' is not defined.

Post by Usman Khan »

I'm receiving 'Type 'AspNetMakerBase' is not defined.'
Compilation Error
Description: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.

Compiler Error Message: BC30002: Type 'AspNetMakerBase' is not defined.

Source Error:
Line 13: ' Define table class
Line 14: Class crptProviderInsPendingPastFollowupDate
Line 15: Inherits AspNetMakerBase
Line 16: Implements IDisposable


Webmaster
User
Posts: 9427

Post by Webmaster »

The code is VB and it seems that you are using old version of ASP.NET Report Maker which had been phrased out. Please use the latest ASP.NET Maker and/or ASP.NET Report Maker (using C# and the new ASP.NET Core technology) to try again:
http://www.hkvforums.com/viewtopic.php?f=24&t=38968

Please also post to correct forums.


Post Reply