lunes, 31 de octubre de 2011

# Could not load file or assembly 'Microsoft.ReportViewer.ProcessingObjectModel, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified

 You can try copying the ReportViewer assemblies manually. Normally if the ReportViewer.exe successfully completes the setup process, the following files should be placed within the following folder :
C:\Program Files\Microsoft Visual Studio 8\ReportViewer or
C:\Program Files\Microsoft Visual Studio 9.0\ReportViewer




  • Microsoft.ReportViewer.Common.dll
  • Microsoft.ReportViewer.WebForms.dll
  • Microsoft.ReportViewer.WebForms.xml
  • Microsoft.ReportViewer.WinForms.dll
  • Microsoft.ReportViewer.WinForms.xml





  • You can manually copy the following dll files into the application folder /bin directory. After copying the files into the application bin folder the web application will start responding successfully. And ASP.NET ReportViewer control will work on your web application.

    Bytes!! :)

    miércoles, 12 de octubre de 2011

    Solomon Crystal reports printer error 513: Printer undefined


    The 513 error message usually occurs when Dynamics SL cannot find the printer. 
    If the printer appears to be fine, then try logging out of Dynamics  log back into Dynamics SL
    and test printing.

    You might want to check your Windows Default printer to make certain that there are no issues. You might also delete and recreate your printer in case the printer corrupted.
    
    
    Or if yu're using Citrix check if the name of printer is too long and try to put a short name, and it work's.
    
    
    bytes,

    domingo, 9 de octubre de 2011

    Troubleshooting: Common failure reasons while deploying applications to the BlackBerry PlayBook simulator


    As described in the BlackBerry Tablet OS Application development guides (Getting Started – Adobe AIRGetting Started - BlackBerry WebWorks), deploying an *.bar BlackBerry® PlayBook™ Tablet application to the BlackBerry® Tablet Simulator requires the following 2 steps:


    1. Enable development mode on the target Simulator
    2. Use the blackberry-deploy service, found within the BlackBerry® Tablet OS SDK, to deploy your *.bar application to the simulator:
    or If You're trying with Flash Builder, and get an error like this:

    actual_id::MjA5OGRhZTZkMDY2MmUxICAgICA
    actual_version::1.0.0.0
    result::failure
    Error: Connection to 192.168.198.137 refused.
    Cannot connect:Connection to https://192.168.181.129 refused. Please check Ip address settings for the target. You May have to reboot the target.

    Go to the command promt and type ping to your playbook simulator

    Enable your VMware NetWork Adapter. 
    Go again to the command promt and type ping to your playbook simulator

    That's all . 

    bytes. !!