Click here to Skip to main content
15,891,905 members
Home / Discussions / C#
   

C#

 
AnswerRe: Web Service Ordering Pin
Glaxalg4-Apr-06 4:24
Glaxalg4-Apr-06 4:24 
GeneralRe: Web Service Ordering Pin
si_694-Apr-06 4:52
si_694-Apr-06 4:52 
QuestionData Grid View Control Help Pin
Naveed Shoaib4-Apr-06 1:50
Naveed Shoaib4-Apr-06 1:50 
QuestionGetting router's ip address Pin
Jisha Pappachan4-Apr-06 1:14
Jisha Pappachan4-Apr-06 1:14 
AnswerRe: Getting router's ip address Pin
Antony M Kancidrowski4-Apr-06 6:24
Antony M Kancidrowski4-Apr-06 6:24 
AnswerRe: Getting router's ip address Pin
Guffa4-Apr-06 10:04
Guffa4-Apr-06 10:04 
QuestionHow to show .CHM files in C#? Pin
Abhijeet Ballal3-Apr-06 23:43
Abhijeet Ballal3-Apr-06 23:43 
AnswerRe: How to show .CHM files in C#? Pin
Tehnoon4-Apr-06 1:22
Tehnoon4-Apr-06 1:22 
Hello Abhijeet

Your description of the problem is perhaps not complete. Are you devleoping a Web or a Windows Application, what method are you using to display and load the .chm file? Assuming that you are working on a Windows application and you are using the Helpprovider extender provider to load the display the .chm file, in the design mode, you have to specify then name of the chm file which you want to load when the user presses the F1 button in the 'HelpNamespce' property of the extender provider. There is a browse button against that property which allows you to specify the path of your chm file. If you use the browse button, it hard codes the physical file of the path in that property, so that when you run the application from the VS IDE, it works fine, but if you build and deploy the project, it would search for the chm file at the same physical path as that on your development machine, and hence doesnt find it.

The Solution:


In development environment/machine, remove the physical path of the chm file from the HelpNamespace property of the help provider and leave only the name of the file along with the .chm extension. Now copy the .chm file in the folder [ProjectName]\Bin\Debug (The same folder where the .exe file of your project is). Run and verify that the chm file is still being located. When deploying, make sure that the exe file of your project and the chm file are in the same folder. This should solve the problem.
GeneralRe: How to show .CHM files in C#? Pin
Abhijeet Ballal4-Apr-06 1:51
Abhijeet Ballal4-Apr-06 1:51 
Questioncompressing video files before saving Pin
prgramya3-Apr-06 23:04
prgramya3-Apr-06 23:04 
Questionproblem using Response.Flush Pin
smadan3-Apr-06 22:53
smadan3-Apr-06 22:53 
AnswerRe: problem using Response.Flush Pin
Vasudevan Deepak Kumar4-Apr-06 5:12
Vasudevan Deepak Kumar4-Apr-06 5:12 
QuestionApplication in a Fixed dialog like window Pin
Dave McCool3-Apr-06 22:17
Dave McCool3-Apr-06 22:17 
AnswerRe: Application in a Fixed dialog like window Pin
Glaxalg4-Apr-06 4:45
Glaxalg4-Apr-06 4:45 
Questionjoining two richtextboxes Pin
john343-Apr-06 22:07
john343-Apr-06 22:07 
AnswerRe: joining two richtextboxes Pin
Robert Rohde3-Apr-06 22:50
Robert Rohde3-Apr-06 22:50 
AnswerRe: joining two richtextboxes Pin
CooperWu3-Apr-06 23:07
CooperWu3-Apr-06 23:07 
AnswerRe: joining two richtextboxes Pin
john344-Apr-06 4:52
john344-Apr-06 4:52 
GeneralRe: joining two richtextboxes Pin
Richard Parsons4-Apr-06 11:22
Richard Parsons4-Apr-06 11:22 
GeneralRe: joining two richtextboxes Pin
john344-Apr-06 23:27
john344-Apr-06 23:27 
GeneralRe: joining two richtextboxes Pin
Richard Parsons6-Apr-06 3:36
Richard Parsons6-Apr-06 3:36 
QuestionHow to use simple c++ console app in C# Pin
hg27053-Apr-06 21:50
hg27053-Apr-06 21:50 
AnswerRe: How to use simple c++ console app in C# Pin
Stefan Troschuetz3-Apr-06 21:59
Stefan Troschuetz3-Apr-06 21:59 
GeneralRe: How to use simple c++ console app in C# Pin
hg27053-Apr-06 22:05
hg27053-Apr-06 22:05 
GeneralRe: How to use simple c++ console app in C# Pin
Stefan Troschuetz3-Apr-06 23:43
Stefan Troschuetz3-Apr-06 23:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.