My Spring Explorer view shows all projects as empty. What am I missing? - sts-springsourcetoolsuite

The projects are visible in the navigator or package view. I am using STS 2.7.1 and Core Spring 3.2.1.
Also, the "Beans support" tab is not visible under (right-click project) Properties -> Spring.

Related

How to add Windows Media Player to Toolbox

I am doing asp.net web application that will play the media on the website.
I am trying to add Windows Media Player tools on Toolbox but when I try to add I have:
"The following controls were successfully added to the toolbox but are not enabled in the active designer:
Windows Media Player
Make sure the controls to add are compatible with the current designer and .NET Framework version.
"
Make sure that the latest version of the Player and the Player SDK is installed on your machine.
Install and register the PIA. For more information, see Registering Primary Interop Assemblies for Application Development.
Start a new project in Visual Studio .NET.
From the Tools menu, select Customize Toolbox.
In the COM Components tab, click on the check box for Windows Media Player item to select the Player. Click OK to close the dialog and add the Player to the Toolbox.
At the start of your project, make sure you are using the right .NET Framework version. Select the Windows Form app with the VB logo on the corner of it, and use .NET Framework 4.5. I'm running Visual Studio 2019 and it works fine for me.

Cannot add assemblies to .Net Core application in Visual Studio 2019

When I try to add a missing assembly to my project (for unit testing specifically) I noticed that the Assemblies tab is missing in the "Add Reference" dialog , see:
Is this a bug or a expected behavior? If it's expected how we are supposed to add the missing assemblies.
Note that I already tried through Nuget package manager and still didn't work.
It is correct behaviour. The Assemblies tab is not available for Net Core projects. You wont be able to add assemblies from your system, because Net Core projects work with dependencies from Nuget. So, to add your references, you need to use the Nuget Package Manager instead.
Right click your project
Choose "Manage Nuget Packages"
Find the package you want to add from the list
You can add external assemblies, e.g. Rebex, by right clicking your project, select Add >> Project Reference... >> Browse and then hit the Browse button.
I've just done that using VS2019 v.16.9.4 on a .Net Core 3.1.x project. No problem at all.

Spring project template menu not show with springsource-tool-suite e4.6.3

I use eclipse neon and download springsource-tool-suite-3.9.0.RELEASE-e4.6.3-updatesite.zip, after I installed it successfully no spring project menu show in new menu. How can I do with it?
There are a number of wizards to create new Spring projects included in STS 3.9.0, especially those to create new Spring Boot projects. Go to New -> Spring Boot -> Spring Starter Project and use that to create a new Spring Boot project (the preferred way nowadays).
In addition to that you can also use the Import Spring Getting Started Content to import projects from http://spring.io/guides directly into your workspace.
If you switch to the Spring perspective, you will get those wizards as shortcuts in the package explorer context menu, too.
The old and outdated "New Spring Project Template" wizard is gone for quite a while now.

DevExpress Integration to .Net Webapplication

I am using DevExpress 6.2(a very old version) in my ASP>NET web application.with this version Devexpress the Grid Headers are not displayed in IE11. I am migrating Devpress 6.2 to latest DevExpress v17.2 and integrating it to my web application. But facing lot many issues while integrating it because many of the controls are obsolete in new version.
I need the substitute controls for these below mentioned controls from DE v6.2.
<%# Register TagPrefix="dxwdc" Namespace="DevExpress.Web.ASPxDataControls" Assembly="DevExpress.Web.ASPxDataControls.v6.3, Version=6.3.3.0, Culture=neutral, PublicKeyToken=79868b8147b5eae4" %>
2.The Grid Controls
In brief, I need DE 17.1.3 version of below:
Aspxlookandfeelcontroller - Assembly="DevExpress.Web.ASPxDataControls.v6.3
Parent Control ASPxGrid - Assembly="DevExpress.Web.ASPxGrid.v6.3 : This I believe should be replaced with ASPxGridView
Parent Control behavior – SearchBtnStyle
Parent Control behavior – GroupItemStyle
Child Controls within ASPxGrid – ButtonBars
ChildControl types for : BarButtons
Thanks,
Rama.
From:Devexpress update to latest version
The best way is to install the latest version to the Development
environment. After that, use the Project Converter tool to
convert your existing application to the latest version. Once it is
done, test your application locally to correct errors, if any. Once
your application works flawlessly in the Development Environment,
deploy it to your Production environment.
Upgrading ASP.NET Applications
Back up your project(s).
Upgrade your project(s) using the Project Converter tool.
Remove old DevExpress assemblies from the Bin folder (if any).
Build runtime licenses.
Refer these DevExpress Documenation and Support threads:
How to easily convert your project to a new DevExpress release
How to upgrade devexpress Project Version?

VS2013 Extensions, VSIX project does not show Item Templates

I downloaded and installed SDK, after that I'm able to see project templates and I created first VSIX Project. But when I right click the project to add Item Templates like "Custom Command" or "Custom Tool Window" there is even no Extensions node available in "Add New Item" window. for reference see image below. I even try searching templates but no luck. (Working with VS2013 Ultimate C# project)

Resources