What I'm trying to make is an application with browser window in it. I'm trying to make it with CefSharp. This link says it is ok to do it in Visual Studio Express.
And I can't find how to do this point: Please be sure to set the minimum .Net version for the project to be at least .Net 4.5.2.
I have installed developer pack 4.6.1 from here. But I still get an error CefSharp requires .NET 4.5.2 or higher.
I have found, that it can be done when you create a project, but seems like that works only for Visual studio (not express). I have found, that express has it in properties - application tab. But I don't have such tab there, I have just startup project, project dependencies, debug source files and configuration. How can I do this?
This is solved, community edition helped.
Related
I've come across a bug in Visual Studio Code involving the Unity Code Snippets extension and its auto-complete function.
After installing Visual Studio Code, in some cases, when you open the program you will get a notification that states "The .NET Core SDK cannot be located. .NET Core debugging will not be enabled. Make sure the .NET Core SDK is installed and is on the path."
This will cause a bug in the Unity Code Snippets extension causing it to not auto-complete the code once inputted into the IDE.
To fix this issue:
1.) Click on the .NET Core SDK link that pops up in Visual Studio Code or simply google .NET Core SDK.
2.) Before installing .NET Core SDK, close Visual Studio Code.
3.) Re-install .NET Core SDK.
4.) Re-open Visual Studio Code and the auto-complete feature should work now!
I've search the web and found questions from 3-9 years ago.
My problem is that I can't find anywhere the .NET standard or Windows Console Application or Windows Desktop Application or class Library for C#.
When I had Visual Studio 2015 - it was there by default.
Today I have Visual Studio 2017 and window 10 and I can't get my things together.
Are they canceled?
What is the other option?
When I look at my New project library -> Online -> Visual C#
There are many different applications but non of them seems to come from Microsoft.
Meanwhile I've got a .NET Core API Solution template but it has a lot of errors.
Please help
visual studio c# extensions missing
Just like Joe said, you should use Visual Studio installer to install the modules you need. Visual Studio 2017 use the a new way to install Visual Studio! In the newest version, MS have made it easier for you to select and install just the features you need. MS have also reduced the minimum footprint of Visual Studio so that it installs more quickly and with less system impact than ever before.
After the installer is installed, you can use it to customize your installation by selecting the feature sets—or workloads—that you want.
For the .NET core API project, you need install module .NET Core cross-platform development.
Check the document Install Visual Studio 2017 for some more details.
Hope this helps.
Yesterday I installed Visual Studio 2012 Express for Web on Windows 7 Home Premium. When I launched it and trying to set up new project, I wasn't able to do it, because no .Net framework was seen in New Project window. I got message "No framework is selected, you must select one before creating a project". Then I reinstalled twice Visual, but it didn't solve my problem. I also tried to install .Net 4.0 manually, but I got messsage that newer version is already installed, which means that .NET 4.5 framework was installed on my computer during Visual's installation. Is there any possible solution to my issue, beside reinstalling Windows? I would be very grateful for help.
I am working on a project on Visual Studio 2008, using .Net Framework 3.5, and I have to embed a Xilium.CefGlue browser (or possibly Chromium, but not WebKit nor IE), but the only Xilium.CefGlue download I have found was a source code created with Visual Studio 2012 which does not compile in 2008 (mainly because 2008 is missing a large number of DLLs, like System.xaml, GTK, etc.). Is there an older version which is compatible with Visual Studio 2008, or a DLL which I can include in my project?
Thank you in advance.
I have found a way to do it, using the source code.
First, open one of the projects (not the solution) with Visual Studio.
Then, change each of the project's settings to use .Net framework 3.5, and build them one by one, EXCEPT for the GTK one (which I didn't need anyway).
Finally, grab the generated DLLs and use them in your project.
I have a visual studio 2010 Ultimate SP1 using a solution where two of my .csproj projects will not open. The error i get is the project type is not supported by this installation.
It's not a problem with the solution as these projects open with no issue on all other workstations.
My project type guid's are and seem to be the same for both projects that are unavailable within the solution:
{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
I checked all of my prerequisites and they seem to be installed correctly. I noticed when opening up visual studio sometimes the license name is different. I'm wondering if there could be a conflict with a previous install? Any suggestions would be helpful.
Thanks.
It looks like your missing Portable Library tools. Are you sure it's installed?
If not, http://visualstudiogallery.msdn.microsoft.com/b0e0b5e9-e138-410b-ad10-00cb3caf4981
The reason of the issue is that you're trying to open a project where it's template is not installed in your VS 2010. For example by default VS2010 has no MVC3, MVC4, and Silverlight 5 templates. You need to install them if you want to open their project types.
To download MVC3 or MVC4 installers visit http://www.asp.net/mvc