Saturday, 24 November 2018

Start software on startup of Window / how to make software start on startup

How to make software start on startup ? OR

Start software on startup of Window

Step : 1 : Press Window Key + R  
Its open Run Window, And Write  "shell:startup" and press ok


Step : 2 : After Pressing ok, Start Up window  will open

Step : 3 : Whatever software or Program want to start at starting of window just copy and past shortcut of that software here (i.e. at Start Up window)
For example I Want to start Ms Word at starting up of window i Just copy and Past shortcut 

Watch Vidiio


Tuesday, 6 November 2018

Visual Studio Crystal Report Error

Error Description:

FileNotFoundException was Unhandled

An unhandled exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll
Additional information: Could not load file or assembly 'file:///C:\Program Files (x86)\SAP BusinessObjects\Crystal Reports for .NET Framework 4.0\Common\SAP BusinessObjects Enterprise XI 


Its too much easy.
Just Copy Paste below code to "App.config" file

<startup useLegacyV2RuntimeActivationPolicy="true">
      <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
 </startup>