Page 1 of 1

Porting db2 from server to testing site found "CS0246" compile error

Posted: Tue 20 Nov 2018 14:40
by liusming
Hi:
I try to rebuild db2 from server to testing database but found "CS0246" compile error. In the server compile is OK but move to localhost sever but found compile error CS0246. The message shows

" Error CS0246 The type or namespace name 'FHRECIP' could not be found (are you missing a using directive or an assembly reference?) APC_SRMS "

Please advise how I can solve the problem and what might be the problem?

Thanks in advance.

Re: Porting db2 from server to testing site found "CS0246" compile error

Posted: Fri 23 Nov 2018 14:21
by Shalex
This error is not provider-specific.

Please refer to https://docs.microsoft.com/en-us/dotnet ... ges/cs0246.