I have a native android app project using Xamarin.Android(Not cross-platform). My question is, if it is possible to add a library and use Telerik controls(I need a Gauge for instance). I did some research and I found some things about android studio, but I'm using Visual Studio and c#.
I figured it out. I didn't have the necessary libraries.
Related
I am fairly new to C# and Rider. I was creating a Windows Forms Application in .NET Framework 4.8.
I checked the Designer Toolbox and saw that ListView is not available as one of the options.
Any solution for this or would I have to be forced to move to Visual Studio? (I came from IntelliJ so Rider was more familiar for me)
This is a known issue and is in progress. https://youtrack.jetbrains.com/issue/RIDER-30456/.
So far, you can add required assembly through "Toolbox manager"
I want to develop an VST plugin in C#. Looking around the internet there are not that many libraries in .NET that deal with VST plugins. The only thing I found is the VST.net library (https://vstnet.codeplex.com/). This thing hasn't been updated in a while.
The problem: I am having trouble setting it up the basic project. There are project templates for that project which are done for VS 2008/2010 which is .vsi file. I tried looking around for ways to open it in the latest VS (2017) but I was not successful.
Is there a way to open these in Visual Studio 2017 or should I have to install the older version of Visual Studio to make this work? Or if you have a suggestion for another library/extension that will help me with the development I would appreciate it.
Comments: I am aware that there is better support in C++ for this type of thing but my additional problem is that I have a project in C# that I would like to use and not be forced to rewrite the entire code base.
Thank you in advance for looking into this issue.
I don't know a lot about c# or Visual Studio and I am working on a c# project, but I don't know the details of it. For example if it's a Desktop project, an Asp.net project, a .Net framework project, or what libraries it has access to.
How can I find this out?
If you right click the project and go to properties it will provide you with the information that you're looking for.
I recently downloaded and installed Xamarin Studio and would like to try using the CocosSharp libraries for a game idea I have in mind. The problem is I don't seem to have access to CocosSharp. The templates are not appearing in the Xamarin Studio template selection, and they are not appearing in the add-in manager either (only MonoGame is there, which I installed as well). I even tried to download the NuGet package, which told me CocosSharp is already installed.
Am I missing something or doing something wrong? Am I allowed to use CocosSharp with Xamarin Studio Community edition?
Any advice helps, there seems to be no information anywhere on this topic.
The add-in manager for cocossharp is not compatible with the latest xamarin studio. The docs are not up to date.
You can either start a new solution (multiplatform single view app) and add the Cocosharp nuget (to all projects) or take an example project and change that.
I installed the Community 2015 version of Visual Studio after I uninstalled the Enterprise 2015 version.
Now i have this problem that I can't use the features of Toolbox. I couldn't find a solution to this.
There's an image telling what's my problem.
(source: kepfeltoltes.hu)
This project was fully working and even the Toolbox was working on the Enterprise version. Any suggestions? :)
The controls will not be visible or will be disabled if the they are not compatible with the project type you are working with.
In this case, I am just assuming, Windows Forms controls on WPF or something else.