Friday, July 24, 2009

Intel D945GCLF2D mini-ITX motherboard

http://www.mini-box.com/Intel-D945GCLF2D-Mini-ITX-Motherboard

ეს მქონდეს ჩანიშნული
მომავალში გადავხედავ : )


Zotac NF630I-D-E Motherboard - GeForce 7100, Socket 775, mini-ITX, WiFi, SATA, DDR2 800 Support $59.99

ZOTAC IONITX-D-E Dual-Core Atom 1.6GHz/ nVidia ION/ DVI&HDMI/ A&V&GbE/ Mini ITX Motherboard $179.99 (ეს მომწონს)

Zotac IONITX-B-E Intel Atom Nvidia ION Mini ITX MB $149.99

Crystal Reports Toolbar Image Problems

პრობლემის აღწერა:

Crystal Reports – ის თულბარი არ აჩვენებს ღილაკების იკონკებს

გადაწვეტა:

გადავაკოპიროთ C:\Program Files\Business Objects\Common\3.5\crystalreportviewers115 ფოლდერი C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\ASP.NETClientFiles – ში

Fig 2: "aspnet_client" location include from page header section

In both methods is has been loaded files from the same location. aspnet_client folder is normally locate under "C:\inetpub\wwwroot\aspnet_client" if you use default configurations while you installing IIS server. Now you know the place where your toolbar image files are located, but why the system is unable to locate them? Due to various reasons this might be happened. Whatever the reason if we could tell the IIS server where these image files are located, your problem is solved and report will work fine. So the easiest method to define files in any location IIS server manager is to create a virtual directory. If you analyze the above two code sections you will notice that all the path have been defined with respect to "aspnet_client" folder. So that you need to create virtual directory under your web site which will locate the "aspnet_client" folder.

Fig 3: Add Virtual Directory To Web Site


Virtual directory alias should be "aspnet_client" and browse the "aspnet_client" folder from physical path field. Reset you IIS server and browse your web site and see how your report viewer is loading your report without any error.

Still you are facing any issues, please feel free to mention them under comment section so that we can find solution for them as well.