1
votes

I am trying to refer to the Devexpress tool in ASP.net Core application in the VS Code.

I am not able to refer to the DevExpress tool in VS code which is in not show the reference option. can you help me how will reference the dll in VS code I tried but no luck..

Is it possible to integrate Devexpress tool in VS Code?.
2

2 Answers

1
votes

I used their controls for many years and know that they fully support Visual Studio. So I guess they should work in VS Codde as well, but I do not use VS Code so I cannot be sure. I suggest you to contact their support or look in their support database.

0
votes

I got solution, review the Using .NET Core in Visual Studio Code article that describes a general approach how to create a new .NET Core application in Visual Studio Code. Then refer to this article to learn how to add the DevExpress ASP.NET Controls to the project. While it is possible to use this component in VS Code as well, we don't recommend you do so. The Bootstrap for ASP.NET Core product line is in maintenance mode and not developed anymore. Use the ASP.NET Core DataGrid and other ASP.NET Core controls instead.