type or namesapce name 'swissAddOnFramework' could not be found
Wang Cai
hi, experts,I'm new to the coresuite world. I've installed coresuite customize and it starts to work. I run into problems with CSCODE when I tried the "Open a new customer's order" example.
I copy & paste the CSCODE in the manual into the Editor, which is:
string formType = "139"; // Sales order form type
string menuId = "2050"; // Sales order menu item number
swissAddOnFramework.UI.EventHandling.ItemEvents.FormLoadEventHandler del = null;
...
Click on the Parser, I get the error message:
X 1 3 The type or namesapce name 'swissAddOnFramework' could not be found(are you missing a using directive or an assembly reference?)(CS0246)
...
I open the Extended Code window, select "CSCODE", key in the following in the editor:
using SwissAddonFramework.UI.Components;
using SwissAddonFramework.UI.Dialogs;
using SwissAddonFramework.UI.Exceptions;
Click on the Parser, I get the same error message:
X 1 15 The type or namesapce name 'swissAddOnFramework' could not be found(are you missing a using directive or an assembly reference?)(CS0246)
...
I'm using Business One 2007B PL08 and coresuite customize 1.53
What's wrong? What shall I do?
Thanks in advance,
Wang Cai
Attachment
[url=http://www.coresystems.ch/wp-content/../wp-content/forum-image-uploads/wangcai/error.jpg]error.jpg[/url]
Wang Cai
Even the editor is empty, click the parse, and the error message appearsAttachment
[url=http://www.coresystems.ch/wp-content/../wp-content/forum-image-uploads/wangcai/errmsg.jpg]errmsg.jpg[/url]
Manuel Marhold
Hi Wang,SwissAddOnFramework
c# is casesensitive
Wang Cai
Yes! SwissAddonFramework. Problem solved.Thanks a lot, ManuelMarhold.
Regards,
Wang
0
Please sign in to leave a comment.
Comments
0 comments