Skip to main content

Hi All,

I am trying to run the web services demo session of enterprise developer under

Getting Started > Mainframe Tutorials > Tutorials: Service Interfaces Using the IMTK > CICS Screen Tutorial

Every thing is fine till i try to run the CICSScreenWSConsoleApp.

I am getting below error

Warning 1 Could not resolve this reference. Could not locate the assembly "Interop.CICSScreenWSProxyWrapper". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Common.targets 1361

Error 2 COBCH0845 : Unknown class 'CICSScreenWS.Interop.CICSScreenWSProxyWrapper' c:\\users\\username\\documents\\visual studio 2010\\Projects\\SVITutorials\\CICSScreenWSWinApp\\Helper\\CICSScreenWSIntf.cbl 10 29 CICSScreenWSWinApp

Error 3 COBCH0845 : Unknown class 'CICSScreenWS.Interop.CICSScreenWSProxyWrapperClass' c:\\users\\username\\documents\\visual studio 2010\\Projects\\SVITutorials\\CICSScreenWSWinApp\\Helper\\CICSScreenWSIntf.cbl 59 32 CICSScreenWSWinApp

Anything pointers which can help is appreciated.


#webservices
#EnterpriseDeveloper

Hi All,

I am trying to run the web services demo session of enterprise developer under

Getting Started > Mainframe Tutorials > Tutorials: Service Interfaces Using the IMTK > CICS Screen Tutorial

Every thing is fine till i try to run the CICSScreenWSConsoleApp.

I am getting below error

Warning 1 Could not resolve this reference. Could not locate the assembly "Interop.CICSScreenWSProxyWrapper". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors. C:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\Microsoft.Common.targets 1361

Error 2 COBCH0845 : Unknown class 'CICSScreenWS.Interop.CICSScreenWSProxyWrapper' c:\\users\\username\\documents\\visual studio 2010\\Projects\\SVITutorials\\CICSScreenWSWinApp\\Helper\\CICSScreenWSIntf.cbl 10 29 CICSScreenWSWinApp

Error 3 COBCH0845 : Unknown class 'CICSScreenWS.Interop.CICSScreenWSProxyWrapperClass' c:\\users\\username\\documents\\visual studio 2010\\Projects\\SVITutorials\\CICSScreenWSWinApp\\Helper\\CICSScreenWSIntf.cbl 59 32 CICSScreenWSWinApp

Anything pointers which can help is appreciated.


#webservices
#EnterpriseDeveloper

Further investigation

It is looking for file Interop.CICSScreenWSProxyWrapper.dll

"c:\\users\\username\\documents\\visual studio 2010\\Projects\\SVITutorials\\CICSScreenWSWinApp\\Bin\\Release\\Interop.CICSScreenWSProxyWrapper.dll

I am not sure how this dll will get generate. But surely i am missing something