cancel
Showing results for 
Search instead for 
Did you mean: 

Upgrade SAP TechDemo Addon 2.0 VS2003 to VS2005

Former Member
0 Kudos

Hi,

I've upgraded SAP TechDemo Addon 2.0 sample addon to VS2005.

But I've got below error.

'Class <Class Name> must either be declared 'Must Inherit' or oveeride the follwing inherited 'MustOverride' member' error and 'Sub HANDLE_FORM_EVENTS' cannnot be declared 'Overrides' because it does not override a sub in a base class' error.

'Sub HANDLE_FORM_EVENTS' is defined as MustInherit

You can download this addon from

If someone to success to upgrade this addon to VS2005, please let me know

Accepted Solutions (1)

Accepted Solutions (1)

former_member201110
Active Contributor
0 Kudos

Hi Rob,

Is there a particular reason why you'd like to use this techdemo sample? It's very old and uses outdated methods. You'd be much better downloading a copy of the B1DE for Visual Studio 2005 and/or working from the samples that come with the SDK.

As to this particular error, check your AssemblyInfo.vb files and search for <Assembly: CLSCompliant(x)> which should appear near the top. If x is True then try setting it to False and recompiling. I'm guessing there'll be a lot more issues in the code but that'll depend on which version of SBO you are using.

Kind Regards,

Owen

P.S. B1DE can be found here:

[Content Deleted]

Message was edited by: Jason Lax

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Owen,

My Name is Joanne.

I used my colleage's S number.

I'll close this issue and re-create same issue.

And I've changed to False to CLSCompliant.

Above error is not releated to CLSCompliant.