Zoom.NET v0.9c minor problems

I've downloaded and tried  Zoom.NET v0.9c with .Net 2.0
I decided to list some issues that I've noticed.

 

1. C:\Projects\Samples\Z39.50\Zoom.Net\HelloWorld\Class1.cs

should use PrefixQuery, e.g @"@attr 1=4 ""Gong""" , not simple query "isbn=0253333490"

2. It is required to download latest YAZ from http://www.indexdata.com/yaz/

and copy DLLs from YAZ\BIN to \Zoom.Net.YazSharp\yaz

to build \YazSharp for Windows successfully.

3. In YazSharp for Windows during search I've got:
 An unhandled exception of type 'System.InvalidOperationException'  Additional information: Cross-thread operation not valid: Control 'btnSearch' accessed from a thread other than the thread it was created on.

 

I’ve followed suggestion from “How to solve "Cross thread operation not valid" and added to beginning of PerformSearch

            if (this.InvokeRequired)

                this.Invoke(new MethodInvoker(PerformSearch));

            else

            {

posted @ Thursday, October 19, 2006 5:25 PM

Print

Comments on this entry:

No comments posted yet.

Your comment:



 (will not be displayed)


 
 
 
 
 

Live Comment Preview:

 
«November»
SunMonTueWedThuFriSat
25262728293031
1234567
891011121314
15161718192021
22232425262728
293012345