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

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for DB2
Post Reply
liusming
Posts: 2
Joined: Sun 04 Nov 2018 02:00

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

Post by liusming » Tue 20 Nov 2018 14:40

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.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

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

Post by Shalex » Fri 23 Nov 2018 14:21

This error is not provider-specific.

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

Post Reply