Please Help: Where is Cisso? - Inetserver
This is a discussion on Please Help: Where is Cisso? - Inetserver ; Hello Everyone.
I am new for indexing Service. I am using C#.Net 2.0 Vistual Studio
2005, Windows 2003.
When I put 'using Cisso;' in my code, it get compiler error: The type
or namespace name 'Cisso' could not be found ...
-
Please Help: Where is Cisso?
Hello Everyone.
I am new for indexing Service. I am using C#.Net 2.0 Vistual Studio
2005, Windows 2003.
When I put 'using Cisso;' in my code, it get compiler error: The type
or namespace name 'Cisso' could not be found (are you missing a using
directive or an assembly reference?)
Anyone can help me about this?
Jian
-
RE: Please Help: Where is Cisso?
"Jian" wrote:
> Hello Everyone.
> I am new for indexing Service. I am using C#.Net 2.0 Vistual Studio
> 2005, Windows 2003.
> When I put 'using Cisso;' in my code, it get compiler error: The type
> or namespace name 'Cisso' could not be found (are you missing a using
> directive or an assembly reference?)
>
> Anyone can help me about this?
You need to add a reference to the Cisso class. It's not hard using the VS
IDE, Cisso is a COM class. From the command line you can change to
C:\Program Files\Microsoft.NET\SDK\v2.0\Bin, then run tlbimp
c:\WINDOWS\system32\ixsso.dll /out:c:\Cisso.dll /verbose to do the same thing.
Similar Threads
-
By Application Development in forum Inetserver
Replies: 1
Last Post: 07-16-2004, 08:52 AM