473,473 Members | 1,935 Online
Bytes | Software Development & Data Engineering Community
Create Post

Home Posts Topics Members FAQ

compiled help file (.CHM) display in ASP.NET

I am having problem in displaying the compiled help file. In asp.net app I
have link button labeled help. On the users click of this button i do the
respose.redirect to the url of the .chm file.
The error message on the web page i get is Action Cancelled. I do see the
left panel of help file that has the contents. The right panel is the one
that is not appearing.
Also this help file does display and work well when i browse it from the
windows directory but i get the same error as i get in asp.net application
when i browse it from the Internet Informaiton Service (IIS) manager.

Can someone help me on this. The help file was created by me.

Nov 19 '05 #1
6 3726
"Sushil Prasad" <su****@dccnet.com> wrote in
news:11*************@corp.supernews.com:
I am having problem in displaying the compiled help file. In asp.net
app I have link button labeled help. On the users click of this button
i do the respose.redirect to the url of the .chm file.
The error message on the web page i get is Action Cancelled. I do see
the left panel of help file that has the contents. The right panel is
the one that is not appearing.

Could it be a security issue? I think CHM files are blocked by default.

Why not post the help in regular HTML format, but have the CHM files for
download?

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.

Newmarket Volvo Sucks! http://newmarketvolvo.tripod.com
Nov 19 '05 #2
Hi, Sushil.

Apparently, nothing can be done if what you want
is to open .chm files directly from the web.

There is a workaround, and that is to instruct your
users to save the file to disk and *then* open them,
after unblocking the file from Windows Explorer.

See this blog entry by Geoff Appleby :
http://codebetter.com/blogs/geoff.ap...10/130491.aspx

There's a couple of additional suggestions in this KB :
http://support.microsoft.com/kb/902225/

Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Sushil Prasad" <su****@dccnet.com> wrote in message
news:11*************@corp.supernews.com...
I am having problem in displaying the compiled help file. In asp.net app I
have link button labeled help. On the users click of this button i do the
respose.redirect to the url of the .chm file.
The error message on the web page i get is Action Cancelled. I do see the
left panel of help file that has the contents. The right panel is the one
that is not appearing.
Also this help file does display and work well when i browse it from the
windows directory but i get the same error as i get in asp.net application
when i browse it from the Internet Informaiton Service (IIS) manager.

Can someone help me on this. The help file was created by me.

Nov 19 '05 #3
Try this: After the .chm is downloaded, open its Properties dialog from
Windows Explorer (right-click on .chm | Properties). Click the Unblock
button and OK. Now, try opening the .chm file.
"Sushil Prasad" <su****@dccnet.com> wrote in message
news:11*************@corp.supernews.com...
I am having problem in displaying the compiled help file. In asp.net app I
have link button labeled help. On the users click of this button i do the
respose.redirect to the url of the .chm file.
The error message on the web page i get is Action Cancelled. I do see the
left panel of help file that has the contents. The right panel is the one
that is not appearing.
Also this help file does display and work well when i browse it from the
windows directory but i get the same error as i get in asp.net application
when i browse it from the Internet Informaiton Service (IIS) manager.

Can someone help me on this. The help file was created by me.
Nov 19 '05 #4
hi,
I dont see any unblock box on the properties page.. I have windws xp.. The
users to this app are using different versions of windows server and some
are even on windows 98. Plus not all users are knowledge enough to look for
the dwonloaded file and set property on it. I had hoped that the compiled
help page would display without doing a download just like a html page. i
guess i have to redo help in only html..

"Siva M" <sh******@online.excite.com> wrote in message
news:OX**************@TK2MSFTNGP14.phx.gbl...
Try this: After the .chm is downloaded, open its Properties dialog from
Windows Explorer (right-click on .chm | Properties). Click the Unblock
button and OK. Now, try opening the .chm file.
"Sushil Prasad" <su****@dccnet.com> wrote in message
news:11*************@corp.supernews.com...
I am having problem in displaying the compiled help file. In asp.net app I
have link button labeled help. On the users click of this button i do the
respose.redirect to the url of the .chm file.
The error message on the web page i get is Action Cancelled. I do see the
left panel of help file that has the contents. The right panel is the one
that is not appearing.
Also this help file does display and work well when i browse it from the
windows directory but i get the same error as i get in asp.net application
when i browse it from the Internet Informaiton Service (IIS) manager.

Can someone help me on this. The help file was created by me.

Nov 19 '05 #5
Sushil,

if you can live with a copyright notice and a link to the maker,
see the free edition of Data.Objects.Net, which lets you publish
chm files to the web.

http://www.x-tensive.com/Products/HelpViewer/

If you don't want that, but their Professional version
which doesn't have the copyright notice. It's 295 Euros :
http://www.x-tensive.com/Products/HelpViewer/Buy/

Other than that, you can also check out Easy CHM:
http://www.downloadseeker.com/3145.html

or CHM2HTML Pilot:
http://www.snapfiles.com/reviews/CHM.../chm2html.html

Both of them convert CHM files to HTML.


Juan T. Llibre, ASP.NET MVP
ASP.NET FAQ : http://asp.net.do/faq/
Foros de ASP.NET en Español : http://asp.net.do/foros/
======================================
"Sushil Prasad" <su****@dccnet.com> wrote in message
news:11*************@corp.supernews.com...
hi,
I dont see any unblock box on the properties page.. I have windws xp.. The users to this
app are using different versions of windows server and some are even on windows 98. Plus
not all users are knowledge enough to look for the dwonloaded file and set property on
it. I had hoped that the compiled help page would display without doing a download just
like a html page. i guess i have to redo help in only html..

"Siva M" <sh******@online.excite.com> wrote in message
news:OX**************@TK2MSFTNGP14.phx.gbl...
Try this: After the .chm is downloaded, open its Properties dialog from
Windows Explorer (right-click on .chm | Properties). Click the Unblock
button and OK. Now, try opening the .chm file.
"Sushil Prasad" <su****@dccnet.com> wrote in message
news:11*************@corp.supernews.com...
I am having problem in displaying the compiled help file. In asp.net app I
have link button labeled help. On the users click of this button i do the
respose.redirect to the url of the .chm file.
The error message on the web page i get is Action Cancelled. I do see the
left panel of help file that has the contents. The right panel is the one
that is not appearing.
Also this help file does display and work well when i browse it from the
windows directory but i get the same error as i get in asp.net application
when i browse it from the Internet Informaiton Service (IIS) manager.

Can someone help me on this. The help file was created by me.



Nov 19 '05 #6
All downloaded files will have this button on the properties dialog (applies
to Win XP SP2 and Win 2003 SP1).

I have seen the same problem with .chm files many times and by unblocking
the downloaded file, I could see the contents fully. However, I am not sure
about Win 98.

Also, if the .chm file has # character in its name, then you will encounter
the same problem.

"Sushil Prasad" <su****@dccnet.com> wrote in message
news:11*************@corp.supernews.com...
hi,
I dont see any unblock box on the properties page.. I have windws xp.. The
users to this app are using different versions of windows server and some
are even on windows 98. Plus not all users are knowledge enough to look for
the dwonloaded file and set property on it. I had hoped that the compiled
help page would display without doing a download just like a html page. i
guess i have to redo help in only html..

"Siva M" <sh******@online.excite.com> wrote in message
news:OX**************@TK2MSFTNGP14.phx.gbl...
Try this: After the .chm is downloaded, open its Properties dialog from
Windows Explorer (right-click on .chm | Properties). Click the Unblock
button and OK. Now, try opening the .chm file.
"Sushil Prasad" <su****@dccnet.com> wrote in message
news:11*************@corp.supernews.com...
I am having problem in displaying the compiled help file. In asp.net app I
have link button labeled help. On the users click of this button i do the
respose.redirect to the url of the .chm file.
The error message on the web page i get is Action Cancelled. I do see the
left panel of help file that has the contents. The right panel is the one
that is not appearing.
Also this help file does display and work well when i browse it from the
windows directory but i get the same error as i get in asp.net application
when i browse it from the Internet Informaiton Service (IIS) manager.

Can someone help me on this. The help file was created by me.


Nov 19 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: SunRise | last post by:
Hi I am creating a C Program , to extract only-Printable-characters from a file ( any type of file) and display them. OS: Windows-XP Ple help me to fix the Errors & Warnings and explain...
0
by: Ada | last post by:
i'm using C# and have been reading DX doc but cannot find the info i'm looking for. i want to load WAVE file and display the waveform. something similar to this: ...
10
by: sarunnio | last post by:
How do I read an excel file to display the worksheet on the web. Can I make use of some excel automation to programmatically manipulate the excel file via the web browser. Thanks in advance. ...
3
by: Sushil Prasad | last post by:
I am having problem in displaying the compiled help file. In asp.net app I have link button laballed help. On the users click of this button i do the respose.redirect to the url of the .chm file....
1
by: MD | last post by:
Is it possible to load the local xml file and display in the div? Currently i tried the following source when i put it to web always gives me error saying "access is denied" <!DOCTYPE HTML...
0
by: cmrhema | last post by:
hello I need to load a file and display the contents in a textbox. I am using asp.net and Visual C# 2005 I tried out this coding string filename = (@"c:\download.txt"); ...
2
by: bhatta422 | last post by:
i am a begineer at ASP.NET and c#.NET i am trying to learn on my own... please help me to read a file and display the content of the file in the web page. the file is formatted and saved in the .DOC...
5
by: stoogots2 | last post by:
I have written a windows application that performs several functions (is multi threaded). I have a Textbox in the main window of the app which I want to display the contents of the logfile and...
6
by: andersond | last post by:
I'm having trouble getting a simple image file to display on my webpage. "bannercopy.gif" is in the same folder as the .html file. It appears when I preview it in FrontPage but does not display...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
1
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
muto222
php
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.