Questions tagged [new-project]

105 questions
1
vote
2 answers

Exception: Cannot find resource named '*'. Resource names are case sensitive

But why. I see to be correct how the file works: Error in IFocus.xaml but the converter is defined before. I don't understant what is wrong. Referance: Modern.xaml Is a referance from another project. and i like this.
user6168288
1
vote
1 answer

Unable to create a new .Net Core console app

I've installed Visual Studio 2017 Professional version 15.4.0, and I'm trying to create a new .Net Core console application, but I'm getting this message: Element not found. (Exception from HRESULT: 0x80070490) During the installation process,…
user3379482
  • 557
  • 1
  • 10
  • 21
1
vote
1 answer

"Create New Project" Button Shows Non-Android Project Creation Screen

I click "Create New Project" button but it shows me the window below, instead of regular Android project creation screen. How can I fix this?
Salih
  • 171
  • 1
  • 12
1
vote
0 answers

System.Core v4.0.0.0 exception in Xamarin UWP project

Currently, I have a Xamarin forms project for Android and iOS application. And the application works perfectly in both Android and iOS. I wanted to provide the support in Windows as well. So I followed the below link to add the UWP project to my…
Vijay457
  • 324
  • 2
  • 11
1
vote
1 answer

Creating new project with Gnome-Builder

Is it possible creating a new project from zero using Gnome-Builder? When I open it, allows me only to load an existing project from my computer or from remote, but I cannot create a new one, but in the official site it is said that it is possible…
Richard Wave
  • 89
  • 2
  • 10
1
vote
3 answers

New Project Android Studio 2.3.1 Problems

I just updated Android Studio at the version 2.3.1 and I want to start a new project. But the Menu changed and I can't find the right way to create an empty project with all standard libraries.. image of new project with updated version Can you help…
P.Halley
  • 54
  • 7
1
vote
1 answer

How to create new project with own database and authentication

I am trying to create a new web MVC project in Visual Studio 2015. I want to use my own database which already exists, and I want to add authentication models and controllers when creating the project. The issue is: When I create a new MVC project…
1
vote
1 answer

Why Android Studio create by default a project based on 'appcompat' library

I decided lately to move from Eclipse ADT to the latest AS version. The first weird thing that I've noticed is that when I create a new project, it is always based on the Android support library even though I selected the minimum SDK to be level…
1
vote
0 answers

NetBeans New Project doesn't include JavaFX folder

I am currently using NetBeans 8.1 with JDK 8 (which includes JavaFX 8) and it works fine alltogether but I can't really create JavaFX project because there is no folder like JavaFX in New Project window. The only thing is "JavaFX Application" in…
foxale
  • 127
  • 9
1
vote
2 answers

Spring project choice doesn't appear after installing STS plugin in Eclipse

I have installed the STS (Spring Tools Suite) plugin in Eclipse Luna in order to create a Spring project. But the Spring project choice doesn't appear. How is this caused and how can I solve it?
1
vote
1 answer

Some problems after new project in Eclipse on Windows

After creating a new project in Eclipse on Windows 8 I face this problem and I'll have to restart Eclipse to fix it. Failed to find the style corresponding to the id 2130772027 Failed to find the style corresponding to the id 2130771996 …
Mahdi Javaheri
  • 1,080
  • 13
  • 25
1
vote
4 answers

Eclipse fails to load AppTheme for the XML layout after the new project is created,Displays failed to find style corresponding

I face this problem whenever the new projects is created in Eclipse Failed to find the style corresponding to the id 2130772021 Failed to find the style corresponding to the id 2130771993 java.lang.NullPointerException Exception details are…
1
vote
1 answer

Netbeans - Custom new project

How do I add a custom project in Netbeans' New Project -> Choose Project -> Categories menu? I'm talking about project similar to Java -> Java App, but with custom classes.
abvgde
  • 41
  • 6
1
vote
1 answer

How can I create SQL Server Database Project In Visual Studio 2013?

I use SQL Server 2012 and Visual Studio 2013. I want to create a SQL Server Database Project but I can't find this type of project in my Visual Studio. I installed Update 4 in Visual Studio. Should I install something in my Visual Studio? In Visual…
Ardalan Shahgholi
  • 11,967
  • 21
  • 108
  • 144
1
vote
2 answers

Eclipse Plugin - How to open a wizard page in a command handler?

I write a plugin for eclipse. I have a button in the toolbar menu. and I want that on pressing on it - a wizard page dialog will be opened. I wrote already a class which extends wizard and implements IWizardPage, and I wrote also all the 5 relevant…
user1835297
  • 1,059
  • 2
  • 12
  • 24