Thursday, January 30, 2020

Visual Studio 2019 - SSIS Project InCompatible

Hello, You will be surprised that Visual Studio itself will give you hint to disable SSIS extension.






and once you disable this extension, your SSIS project is not compatible with VS 2019 any more.
To fix this, you need to do re-enable it.

Choose Extensions > Manage Extensions. Go to Installed enable it there.









HTH

Monday, March 18, 2019

CosmosDB Emulaor won't work - Query Explorer keep on running...


If you getting this error or with similar string:

{"readyState":4,"responseText":"{\"code\":\"ServiceUnavailable\",\"message\":\"Service is currently unavailable.\\r\\nActivityId: 9c9f56f8-91f9-4fad-b592-0c6bd5bbd300\"}","responseJSON":{"code":"ServiceUnavailable","message":"Service is currently unavailable.\r\nActivityId: 9c9f56f8-91f9-4fad-b592-0c6bd5bbd300"},
"status":503,
"statusText":"error"}

There are few suggestions to fix this error like perform a "Reset Data" on the Emulator. 
Sometimes this doesn't even work.

Restarting PC have worked for me all the time. 

Please try and let me know if it fixed your issue!




Monday, September 17, 2018

Monday, September 3, 2018

Preview pane gmail (new version)

If you are like me who cannot find "Labs" in the settings, forget it because it is not there.

To enable outlook like reading pane feature,

  1. Click on gear icon on top right corner.
  2. Click on Settings
  3. Choose Advanced Tab (3rd from right as of today)
  4. Enable Preview option
  5. Save Changes.

HTH


Saturday, July 21, 2018

Diagnose 500 Internal Server Error


Please follow following to view error on browser:

IIS > Click into your Site
> Click into your Application folder
> Error Pages
> Edit Feature Settings
> set to: Detailed Errors
> Hit Apply on top right side

2. 
 

3. 


NOTE: Never set TRUE "Enable Server-side Debugging" on production server.

On Internet Explorer, turned off Show friendly HTTP error messages in the Advanced settings.

Friday, July 20, 2018

Print on both sides of paper

If you do not see a double-sided option, it's possible that feature isn't turned on.

  1. 1. Choose Start > Devices and Printers (Windows 7).
  2. 2. Right-click your printer and choose Printing Preferences.
  3. 3. Click Advanced.
  4. 4. Expand Document Options > Printer Features.
  5. 5. Select the desired options and then choose On from the pop-up menu. If you don't find duplex printing and stapling in the options, then your selected printer doesn’t support those features.
  6. 6. Click OK, and then click OK again to exit the dialog box.
  7. HTH