473,830 Members | 2,014 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Compiled Help File (CHM) display in ASP

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.redirec t 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
3 3374
Are you talking about ASP ?
If so, please post at : microsoft.publi c.inetserver.as p.general

If you're talking about ASP.NET, please specify ASP.NET in your posts.
This will help you, as well as anybody who reads your posts.

ASP and ASP.NET are different web platforms,
and this newsgroup is dedicated to ASP.NET, not to ASP.

Thank you for your cooperation.

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.supe rnews.com...
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.redirec t 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 #2
My application is in vb.net..
"Juan T. Llibre" <no***********@ nowhere.com> wrote in message
news:OY******** *****@tk2msftng p13.phx.gbl...
Are you talking about ASP ?
If so, please post at : microsoft.publi c.inetserver.as p.general

If you're talking about ASP.NET, please specify ASP.NET in your posts.
This will help you, as well as anybody who reads your posts.

ASP and ASP.NET are different web platforms,
and this newsgroup is dedicated to ASP.NET, not to ASP.

Thank you for your cooperation.

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.supe rnews.com...
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.redir ect 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
Jim
Sushil, Back in August a Microsoft security patch, MS05-026 disabled
application access to .chm files. To correct this we put our .chm files on a
shared network folder and the apps point to the.chm in the new location.
Here's the url to the kb article:

http://support.microsoft.com/kb/896358

Regards, Jim
"Sushil Prasad" wrote:
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.redirec t 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

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

Similar topics

0
271
by: Rob Y | last post by:
I'm building a very small vb.net winforms application and I've created a compiled help file (.chm) with HTML Help Workshop. I added the chm file to the project by selecting Add > Existing Item. The item shows up in the project, but it does not get added to the bin directory when I compile the project. I right-clicked the chm file and chose "content" as the build action, but it still doesn't add it to the bin directory. I realize I...
4
2644
by: dixie | last post by:
Help, I'm really out of my depth here (not unusual I hear you say :-). I have just installed HTML Help in an application. I told it in the Project Properties the path to the help file. I then type in a command line that runs the help in the correct Context from a button on each form. It all worked fine - HERE. The problem is that when I sent it out to a site, the help file was not able to be accessed because it was my path in the...
3
1814
by: George Durzi | last post by:
I'm about to embark on building a compiled help (.chm) application for my aspx web application. I wanted to know if anyone who has done this would have any advice/tips to offer. For example, I read that the compiled help file has to be downloaded to a user's machine.. That seems kinda iffy to me depending on how big that file gets. There shouldn't be more than 50 help pages, so I have no idea what size it will end up as. Any tips are...
6
3746
by: Sushil Prasad | last post by:
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...
0
1022
by: Steven Smith | last post by:
Hi guy's just a quick question, I've designed and built a compiled help file with html help workshop and I've added a help provider component on the form and pointed to the .chm file in question. All I want to do is fire the .chm on a .click procedure could someone point me in the right direction, I can't seem to find any syntax for this in the library. Regards Steve...
2
989
by: thomasp | last post by:
Using VB 2005 beta 2 1. If I have a connection string of "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\Database\TAM.mdb;Persist Security Info=True", what directory will this point to once the file is compiled and running on a user's system? 2. What path will the following code point to? strAppPath = Trim(Application.StartupPath & "\") strAppPath.Trim()
5
2000
by: _DG | last post by:
At least when you've got any docs in .CHM format in the folder tree. If you drop a file called CSharpDocs.chm into a folder: \toplevel\C#\docs, you can open it, but it won't display. The # anywhere in the folder hierarchy is enough to cause problems. I spent quite a while trying to figure this out. Tried it on several systems. Even discarded some CHM files, thinking they were corrupt. This is evidently a problem with Microsoft's own...
3
2974
by: Chris Saunders | last post by:
May be a dumb question but I have been unable to find the answer on my own. I wish to display a help file (*.chm) can anyone help? I attempted using "displaying help file" as a search in MSDN but no found articles seemed to have what I wanted. Regards Chris Saunders
5
1941
by: Christie | last post by:
My problem is that I am using a compiled HTML helpfile (.chm) for my application help. I have copied the file to the bin directory and the helpprovider component is pointing to the .chm file. The code in the help button that displays the help is as follows: Help.ShowHelp(Me,HelpProvider1.HelpNamespace) It is working fine when I test the program, but once I publish it and install it on another pc nothing happens when the help button...
0
9793
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10491
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10526
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9315
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7746
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 presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5617
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5780
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4411
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 we have to send another system
2
3959
muto222
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.