Re: [sqlite] SQlite.NET.chm

2019-01-09 Thread Mike King
From memory a file is marked as blocked by a hidden file stream attached to
the file. That’s why using cp removed the block as I guess it doesn’t
understand file streams.

Cheers

On Wed, 9 Jan 2019 at 21:49, Simon Slavin  wrote:

> On 9 Jan 2019, at 9:33pm, Don V Nielsen  wrote:
>
> > Is the chm file on a server? I remember this problem from years ago...I
>
> It's a long time ago, but I seem to remember being told that if I wanted
> to distribute a .chm file I should Zip it first.
>
> Simon.
> ___
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQlite.NET.chm

2019-01-09 Thread Simon Slavin
On 9 Jan 2019, at 9:33pm, Don V Nielsen  wrote:

> Is the chm file on a server? I remember this problem from years ago...I

It's a long time ago, but I seem to remember being told that if I wanted to 
distribute a .chm file I should Zip it first.

Simon.
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQlite.NET.chm

2019-01-09 Thread Don V Nielsen
Is the chm file on a server? I remember this problem from years ago...I
haven't used a chm file in a long time. Unblocking did not fix it while it
resided on the server. However, copying it locally and unblocking it did
work.

Hope this helps,
dvn

On Wed, Jan 9, 2019 at 11:29 AM Rizzuto, Raymond 
wrote:

>
> When I download SQlite.NET.chm from the internet, and open it, I can see
> the table of content but not the actual content.  It appears to be due to a
> block caused by downloading from the internet.
>
> Googling came up with this:
> https://community.spiceworks.com/topic/1961503-solved-windows-10-chm-help-files-showing-up-blank
>
> However, my company has apparently set our pc's so we can neither see nor
> change the block status of a file from the internet.  As a work-around, I
> used cygwin's cp command to copy the file, and the copy is not blocked.
>
> Since .chm is a compiled html file, I would imagine the concern is that
> there can be embedded (and malicious) scripts in the html.  Would it be
> possible to provide documentation in a safer format, such as a .pdf?
>
> 
> Ray Rizzuto
> Susquehanna International Group
> (610)747-2336 (W)
> (856)617-1638 (C)
> Sent from Outlook
>
>
> 
>
> IMPORTANT: The information contained in this email and/or its attachments
> is confidential. If you are not the intended recipient, please notify the
> sender immediately by reply and immediately delete this message and all its
> attachments. Any review, use, reproduction, disclosure or dissemination of
> this message or any attachment by an unintended recipient is strictly
> prohibited. Neither this message nor any attachment is intended as or
> should be construed as an offer, solicitation or recommendation to buy or
> sell any security or other financial instrument. Neither the sender, his or
> her employer nor any of their respective affiliates makes any warranties as
> to the completeness or accuracy of any of the information contained herein
> or that this message or any of its attachments is free of viruses.
> ___
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQlite.NET.chm

2019-01-09 Thread Rizzuto, Raymond

When I download SQlite.NET.chm from the internet, and open it, I can see the 
table of content but not the actual content.  It appears to be due to a block 
caused by downloading from the internet.

Googling came up with this:  
https://community.spiceworks.com/topic/1961503-solved-windows-10-chm-help-files-showing-up-blank

However, my company has apparently set our pc's so we can neither see nor 
change the block status of a file from the internet.  As a work-around, I used 
cygwin's cp command to copy the file, and the copy is not blocked.

Since .chm is a compiled html file, I would imagine the concern is that there 
can be embedded (and malicious) scripts in the html.  Would it be possible to 
provide documentation in a safer format, such as a .pdf?


Ray Rizzuto
Susquehanna International Group
(610)747-2336 (W)
(856)617-1638 (C)
Sent from Outlook




IMPORTANT: The information contained in this email and/or its attachments is 
confidential. If you are not the intended recipient, please notify the sender 
immediately by reply and immediately delete this message and all its 
attachments. Any review, use, reproduction, disclosure or dissemination of this 
message or any attachment by an unintended recipient is strictly prohibited. 
Neither this message nor any attachment is intended as or should be construed 
as an offer, solicitation or recommendation to buy or sell any security or 
other financial instrument. Neither the sender, his or her employer nor any of 
their respective affiliates makes any warranties as to the completeness or 
accuracy of any of the information contained herein or that this message or any 
of its attachments is free of viruses.
___
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite.NET.chm pages are empty

2013-04-29 Thread Mathieu Schroeter

Le 29.04.2013 11:35, Joe Mistachkin a écrit :

Mathieu Schroeter wrote:

I downloaded the SQLite.NET.chm from the trunk in order to access the .NET
documentation but the pages are empty.


Actually, this is the result of a Windows security feature that disables
downloaded
content.  To enable it, navigate to the file in Windows Explorer,
right-click the
file, go to "Properties", and then click the "Unblock" button.



Good to know, thank you


Regards,

Mathieu Schroeter
___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


Re: [sqlite] SQLite.NET.chm pages are empty

2013-04-29 Thread Joe Mistachkin

Mathieu Schroeter wrote:
> 
> I downloaded the SQLite.NET.chm from the trunk in order to access the .NET
> documentation but the pages are empty.
> 

Actually, this is the result of a Windows security feature that disables
downloaded
content.  To enable it, navigate to the file in Windows Explorer,
right-click the
file, go to "Properties", and then click the "Unblock" button.

--
Joe Mistachkin

___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users


[sqlite] SQLite.NET.chm pages are empty

2013-04-29 Thread Mathieu Schroeter

Hi,

I downloaded the SQLite.NET.chmfrom the trunk [1]in order to access the
.NET documentation but the pages are empty.


Regards,

Mathieu Schroeter


[1]: 
http://system.data.sqlite.org/index.html/doc/trunk/Doc/SQLite.NET.chm?mimetype=application/x-chm


___
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users