Missing Files Umbraco7.2.6 installed in VS 13 - visual-studio-2013

Hi I installed umbraco package from http://www.nuget.org/packages/UmbracoCms/7.2.6
then after successfully installed i wondered some file are missing http://screencast.com/t/t5xnwQjekud
Any idea why files are missing, or maybe there is a problem in installation?
And one more question is this possible to transfer my umbraco project installed in IIS7 to VS13 ?? is there would be an error?

Related

Subclipse JavaHL zip source for manual installation

We are working to install updated versions of Eclipse and Subclipse on a few VMs in a data center. The firewall in place for this dc prevents us from downloading anything from the Eclipse download sites or marketplace. Instead, we download to computers outside of the data center, move the files, and install things manually.
The OS for these VMs is Windows Server, a mix of 2012, 2016, and 2019. The Eclipse IDE for Java 2021-12 can be installed without issue. It appears that we can also install the SVNKit (org.tmatesoft.svn_1.10.3.zip) and Subclipse 4.3.3 (subclipse-4.3.3.zip) successfully, provided that the SVNKit is installed first.
Subclipse does not provide an option to install JavaHL. We are struggling to locate a proper zip file that can be used to manually install the JavaHL part. The files from github return error messages in Eclipse that it cannot find a jar to install. Suggestions and advice on how this could be installed without access to the marketplace or update sites would be greatly appreciated.
Eclipse message for JavaHL zip file
Mark provided us a link within the github space he maintains to exactly what we were looking for. The javahl windows code needed was found here, nicely prepared in zip files by version - https://github.com/subclipse/updates/tree/main/javahl
We used 1.14.0, found here - https://github.com/subclipse/updates/blob/main/javahl/subclipse-javahl-1.14.0.zip
Thank you Mark!

What Installation is Missing From My VS2015SP3 Install with ASP.NET Core?

I've installed VS2015-sp3 from scratch on an empty win0 computer. I've gone to the asp.net core download site and installed the latest SDK. I've also gone to the Visual Studio site and installed the latest extension for asp.net core.
What am I missing or forgot? I'get the error:
Unable to starte the process. No executable found matching command 'dotnet-project-server'

Installing Caffe with CUDNN 8.0 and Visual Studio 2015

I'm a bit over my head here, so please try not to strangle me for all the mistakes I am making until the end :)
I am trying to install Caffe using a Windows 10 pc with VS 2015 and CUDNN 8.0. I initially had trouble with the Microsoft supported Caffe files, so I found this link. I couldn't figure out what to do with the first set of files, so I opened up the second set of files and used the official instructions to edit CommonSettings.props, installed the necessary packages, and hit build.
I got an error saying that OpenCV could not be found, even though it was definitely installed. It seemed like it was looking for OpenCV in a place where it did not exist, so I copied the packages into the directory it was looking in. I am now getting an error cannot open file libboost_log-vc140-mt-1_59.lib. I've looked around and I can't find any file like that. What many things am I doing wrong? Thank you.
Check windows branch of official repository. I built it on win10 x64 machine using vs2015 and it works fine.

LNK1104: cannot open file 'rpcndr4.lib'

I was working in VS2005 in WindowsXP 64-bit platform and now I am converting all my projects in to VS2010 in Windows7 64-bit. While building one of my project I am getting a link error "LNK1104: cannot open file rpcndr.lib". The project builds in VS2005 without any issues in my machine.
Whether its anything related to Platform SDK..? otherwise what's the solution for this issue.?
I read from a link that I have to install latest platform SDK to solve this issue.
I tried to download platform SDK 4.0 for Windows7 but it always get failed in my machine by stopping download infinitely.
Regards,
Nixon
Whether its anything related to Platform SDK..? otherwise what's the solution for this issue.?
SOLUTION TO QUESTION:
'rpcndr4.lib' is obsolete in the new SDK, so just edit your project > Props > Linker > input > Addition Dep..: and remove 'rpcndr4.lib'
I read from a link that I have to install latest platform SDK to solve this issue. I tried to download platform SDK 4.0 for Windows7 but it always get failed in my machine by stopping download infinitely.
WORKAROUND:
I had same problem. So I downloaded SDK onto my Windows-7 32-bit laptop without problem, then copied it to my Win-7 64-bit desktop.
I just solved the issue from the comment mentioned in the below website:
https://henbo.wordpress.com/2006/11/22/lnk1181-cannot-open-input-file-rpcndr-lib/
You also need to remove comment out the line
//#pragma comment(lib, “rpcndr.lib”)
in the dlldatax.c file

MVC3 Re-installation VS2010 SP1

I've looked here and the link in the solution but I'm still having problems. I had Visual Studio 2010 with SP1 beta and MVC3 installed but encountered no Intellisense on cshtml files and problems with System.Web.Helpers not being found.
Downloaded the released VS2010 SP1 and installed this (as recommended, over the beta) and still had the issue so uninstalled MVC3.
Now I can't install MVC3 at all, the log shows VS10-KB2483190-x86.exe) failed with 0x80070643 - Fatal error during installation and even when opening the MVC3 exe in 7-zip and installing components individually as per the blog.
Has anyone else had a similar problem that they manage to solve?
This blog did work, as described in the question. Downloaded the standalone installer of MVC3 and got the individual files using 7-zip.
Beforehand, I uninstalled ASP.NET Web Pages with a guide in this post which talks about removing trailing slashes from the registry first.
Now MVC3 works and also the System.Web.Helpers and IDependencyResolver is found which was another reason for re-installing.
Get your visual studio dvd, or download the iso trial and mount it. Then run the mvc3 setup. I ran the vs10-kb2483190-x86 by itself and it complained about not finding the vs setup.msi from the dvd.
I was unable to install MVC with the same error and Paul's solution worked for me. Many thanks. I did not have to perform the Registry mods in my particular case though. So,
Uninstall Microsoft ASP .NET Web Pages from Add/Remove Programs
Run the setup for MVC 3. This will unpack the setup files to C:\Temp\ext47334
Run C:\Temp\ext47334\aspnetwebpages.msi
Run the rest of the msis in C:\Temp\ext47334
I had the same problem of a failed installation using the web installer (though it reported success). But in my case, I had already installed MVC4 before I tried installing MVC3.
I downloaded the offline installer, which failed with the same error as above. I then tried both suggestions of inserting the VS2010 DVD, and changing the registry paths as described, but neither worked. I then tried first uninstalling the MVC3 stuff from Program and Features in Control Panel. This time the installation got further than before, but failed on installing NuGet. So I uninstalled NuGet and reran the installer, this time with success! I then had to reinstall NuGet by downloading the latest version from the http://nuget.org/.

Resources