Blogs

Showing 12 results.
Items per Page 20
of 1

Forums

« Back to CTIOS Toolkit Questions

Error when building out of box CTIOS code

Combination View Flat View Tree View
Threads [ Previous | Next ]
While building Out of box solution I get the following error:
Error 1 The type or namespace name 'Cil' does not exist in the namespace 'Cisco.CtiOs' (are you missing an assembly reference?) C:\Documents and Settings\mehtah\My Documents\CTI Toolkit Combo Desktop.NET\ChatForm.cs 10 19 CTIOSSoftphoneCSharp
Is there a missing library ?
I am new to Desktop and C# development.  I have mainly worked with Java.  Any input would be appreciated.

You need to make sure you have references to the NetCil.dll file and the NetUtil.dll files that are in the Class Libraries folder in the dotNetCil folder of the CTIOS toolkit. You should already have but may need the using(import) statements at the top of each file the allow you to refer to the types without using the entire namespace path. In you project look for a References folder. If you already have these files referred to they may be relatively pathed as it looks like you copied the example code to your own folder. If so just either make a lib folder in your project, copy the files there, removed the old references and add them back by browsing to your new location, or just remove them and add them again refering back to the full path of the old location by browsring there. That should fix your problem.

Thanks Shannon. Let me try.

Collateral


No files available