CrystalReportViewer & CrystalReportDocument missing from ToolBox in Visual Studio 2015 - c#

I am using visual studio 2015 IDE for development & developing windowsforms and using C# language but Crystal Report Viewer missing from ToolBox in Visual Studio 2015.
I googled it and found solution-->
Open Control Panel > Programs > Programs and Features, and select the entry for your version of Microsoft Visual Studio 2015. In our case, it was Microsoft Visual Studio Enterprise 2015.
Click the "Change" button on the top bar above the program list.
After the splash screen, a window will open. Press the "Modify" button.
Select Windows and Web Development > Microsoft SQL Server Data Tools, and check the box next to it.
Press the "Update" button on the lower-right hand side of the window.
Once the installation is complete, open your version of Visual Studio. After the new .dll files are loaded, Reporting functionality should be reimplemented, and you should be able to access all related forms, controls, and objects.
It solved the problem to some extent but still missing CrystalReportViewer & CrytalReportDocument from ToolBox in Visual Studio.
The image is given below after updating the Visual Studio Enterprise 2015.

Related

Unable to add browser control in Visual Studio Forms

I want to make a browser in visual studio and every tutorial so far used a webbrowser from the tool box but i can't be able to find it, i'm using visual studio 2019
Right click toolbox
"Choose items..."
".NET Framework Components"
Scroll down to "WebBrowser"
Check checkbox

SetExcelDocumentProperties not in Output Selector VS2015/ISLE

In previous versions of Visual Studio (2013 and below from what I can tell on this document:)
In the Application Files page, choose the Add Project Outputs button.
The Visual Studio Output Selector dialog box appears.
Under the SetExcelDocumentProperties node, select the Primary Output check box, and then choose the OK button.
In Visual Studio 2015 / Install Shield Limited Edition the Visual Studio Output Selector only shows this dialog box:
I dont have any lower versions of VS to verify but if they have dropped this, what is the equivalent now.
I am trying to setup a VSTO installer for a 64 Bit Excel Add In.

How do I use reportviewer in Visual Studio 2015 community?

Can someone please help with using reportviewer in Visual Studia 2015 Community? I have made sure that SQL Server Data Tools are installed. I have added reportviewer in the add items of the Visual Studio toolbox, reset the the toolbox. In the toolbox I see a reporting tab which has reportviewer but it is greyed out so I can't use it. I can't figure out how t get the reportviewer available? I am at a loss.

How can I restore Visual Studio 2013 Update 5 to Visual studio 2013 update 4 without uninstalling entire product

I have to use Web Essentials 2013 but it is not available for Visual studio 2013 update 5.I would have to have VS 2013 update 4 installed in order to install Web Essentials 2013. Is there is any way I can install VS 2013 update 4 without uninstalling entire VS 2013 update 5 to save time.
Open up the control panel in Windows. Click Programs and click view installed updates and search for "Visual Studio 2013 Update 5" Right click on it and select uninstall.
Updates to Visual Studio are implemented as Windows updates. So, you can find the update by visiting the Programs control panel category, and choosing View installed updates under the Programs and Features subcategory:
Control panel
VS2013 updates should be listed under the Microsoft Visual Studio 2013 update category.

Machine Name for remote debugging does not exist in Visual Studio 2012

Hi I am using Visual Studio 2012 Desktop, I am trying to do remote debugging following the steps below for my WPF C# project. But my menu is not the same as shown in that link, I don't have the Machine Name textbox. How come ?
https://msdn.microsoft.com/en-us/library/8x6by8d2%28v=vs.110%29.aspx
Thanks
It's not a menu, "Debug" is a tab on the project's property page.
In Solution Explorer, right-click the project, and then click Properties.
On the mywin4m properties page, click Debug.
If you mean you have Visual Studio 2012 Express for Desktop, you're out of luck: that edition doesn't have remote debugging. Try Visual Studio 2013 Community Edition.

Categories

Resources