Load report failed
-
Hi guy's Does any body can help me please ? I have created an Visual Basic.Net Application and in my application there is one form which was contains crystal report viewer that form called Report Form, At the first time when I run this program in my PC everything was OK, but after I created Setup disk and install it into another PC , I got errror message " Load Report Failed " every time I run That Report form. I don't know how it come and what should I do to fixed it. I really need your help to solve my problem. Thank you Best regards I C E
-
Hi guy's Does any body can help me please ? I have created an Visual Basic.Net Application and in my application there is one form which was contains crystal report viewer that form called Report Form, At the first time when I run this program in my PC everything was OK, but after I created Setup disk and install it into another PC , I got errror message " Load Report Failed " every time I run That Report form. I don't know how it come and what should I do to fixed it. I really need your help to solve my problem. Thank you Best regards I C E
1. Did you include the report in the installation? 2. Is the report sitting in the directory where your code expects it to be? 3. Is your code generating the correct full path to the report file or did you just assume that the current directory would be your applications directory? BTW, #3 this is the most popular mistake in using any file! Always generate full pathnames to any file you use. Never(!!) assume that the current directory will be what you set it to, or assume it to be, at any time! I can't stress this enough! RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome