cancel
Showing results for 
Search instead for 
Did you mean: 

Problem wit nCo 2.0 : Tables not found

Former Member
0 Kudos

Could anyone confirm if the note 506603 solve this problem:

Symthom #1: A message box titled "Merging" with the text "x" shows sometimes when adding functions.

Symthom #2: Some tables are not found: VS.net reports this error: "The type or namespace name 'Z....Table' could not be found (are you missing a using directive or an assembly reference?)"

thanks,

Rolando

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

sorry. the text of the message box is:

"data exists. Overwrite ?"

reiner_hille-doering
Active Contributor
0 Kudos

The "Merge" dialog box is not an error. It appears if you drag a function that comes with metadata (e.g. a type declaration) that you already have on the designer. If you chose "No", you would keep the old type. If you choose "Yes", the new type is used, but the designer tries to merge any customizations you did into the new definition.

About #2: I have never seens this. Could you please check that you have the mentioend type on your designer and that a .cs/.vb file is created from it? Does the generated .cs/.vb file contain the expected contents?