Cannot create a project in modelsim - modelsim

I've downloaded Modelsim from this website (https://fpgasoftware.intel.com/?product=modelsim_ae#tabs-2) to be specific I downloaded the ModelSim-Intel FPGA Started Edition Part 1 and 2.AFter installing I went to create a project and this is the error I get;
I have never worked with Modelsim or anything similiar so Im not sure why this is happening.Any insights?
Thanks!

Related

Build error when upgrading to SQLite for Universal Windows Platform v3.20.1

In my UWP solution I have a C++/CX project which uses a SQLite database. I used the extension for Visual Studio 2015 called 'SQLite for Universal App Platform' to access SQLite db's. I decided to upgrade VS2015 Professional to VS2017 Community Edition. That went well and for some reason I decided to upgrade to the extension 'SQLite Universal Windows Platform v3.20.1' after uninstalling the old extension. Then I added the new extension in the reference manager.
When building the solution I got the error in the C++/CX project that the SDK 'SQLite.UWA.2015, Version 3.9.2' could not be found. This makes sense, so I changed all strings in the vcxproj file of the C++/CX project to 'SQLite.UWP.2015, Version 3.20.1'. Now I get the error:
fatal error C1083: Cannot open include file: 'sqlite3.h': No such file or directory
I added manually the 'sqlite3.lib' to the Additional Dependencies, because that somehow got erased at some point in time. This however did not help.
Anyone an idea, what the problem might be or what to check?

Visual Studio 2015 Community version

there is a problem.
I've instaled VS 2015 Community version. I wanted to open the project from another computer and there is a problem with it.
Error:
1. Could not find SDK "SQLite.WP81, Version=3.12.2".
Warnings:
1. The referenced component 'SQLite for Windows Phone 8.1' could not be found.
2. Warning IDE0006 Error encountered while loading the project. Some project features, such as full solution analysis for the failed
project and projects that depend on it, have been disabled.
What should I do to work on this project on this computer ? How can I download missing SDK ?
P.s. Im going to work on widnows Phone application.
Thx for help!
Your project is missing SQLite For Windows Phone 8.1 library. Download an updated version of SQLite.WP8.1 here https://visualstudiogallery.msdn.microsoft.com/5d97faf6-39e3-4048-a0bc-adde2af75d1b.
Install it and relaunch Visual Studio.
Further information, including complete documentation, may be found at the official web site "http://www.sqlite.org/".

How can I open MVC 3 project in Visual studio 2010 SP1 ?

I just reinstalled my OS and installed everything again and found that whenever I open my project I got the error that.
The project type is not supported by this installation.
Can anyone explain why this happened whenever nothing goes wrong whenever I install.
The issue I found that is error code 1603 and I found later a alternate to install MVC3 you can read the whole post:
1603 installation Error in MVC 3.
You need to go to the asp.net homepage, download and install the MVC3 package.
http://www.asp.net/mvc/mvc3
There are a few quirks with the web platform installer. Download the full mvc version by clicking on the download for "AspNetMvc3Setup.exe" on this page: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=d2928bc1-f48c-4e95-a064-2a455a22c8f6
Then run the executable, which will get around having to use the web platform installer.

mvvm-light unable to create WP7 app "the project type is not supported by this installation"

I have been trying to learn MVVM using Laurent Bugnion MVVM light method.
I have installed binaries and templates (using latest version dated 23 Jan 2011)
I can create WPF and SL4 projects but when I try to create a WP7 project VS2010 throws an error.
"The project file c:\users\tonby\AppData\Local\temp\ime44m4x.2hg\Temp\MvvmLigh5.csproj cannot be opened.
The project type is not supported by this installation.
I have checked the template files are not blocked so unsure what to try next.
Did you install the Windows Phone 7 tools?

Side by Side error running Qt Creator

On Vista Ultimate (No SP), I installed Qt Creator 1.3 from Nokia, using the Windows Binary installer. When I tried running it, I got a side-by-side error saying:
"The Application has failed to start because its side-by-side configuration is incorrect. Please see the application event log for more detail."
The Event Viewer Logs showed:
"Activation context generation failed for "C:\Qt\qtcreator-1.3.0\bin\qtcreator.exe". Dependent Assembly Microsoft.VC90.CRT,processorArchitecture="x86",publicKeyToken="1fc8b3b9a1e18e3b",type="win32",version="9.0.21022.8" could not be found. Please use sxstrace.exe for detailed diagnosis."
Running and sxstrace gave me a log file. I've uploaded the contents at http://cl1p.net/sxstrace/
I've figured it has something to do with different versions of DLLs and the Sxstrace system, and VC90.crt, but I don't know what to do. If it helps, the only other development tool I have installed on my PC is Dev-C++ (and MingW). I have had Visual Studio installed in the past, but its been uninstalled since. Other apps with VC90.crt manifests, like Limewire and Digsby are running fine. Help please?
Try installing the Visual C++ 2008 Redistribuable Package or Visual C++ 2008 SP1 Redistribuable Package.

Resources