I am not able to connect to my (LocalDb)\v11.0 from OLAP Cube project while deploying because of the SQL Server Browser Service is not running.
I am getting error like
"Error 4 The project could not be deployed to the '(LocalDb)\v11.0' server because of the following connectivity problems : A connection cannot be made to redirector. Ensure that 'SQL Browser' service is running. To verify or update the name of the target server, right-click on the project in Solution Explorer, select Project Properties, click on the Deployment tab, and then enter the name of the server. 0 0"
So I opened the SQL server configuration manager and tried to make the sql server browser service on but I am not able to find it in the configuration manager
Please suggest what should I do?