I have an application that uses .net 3.5 (created in C# - Visual Studio 2010). Application runs fine, but if I try to publish and set the prerequisites to use the same location as the application I get this:
Error 2 The install location for prerequisites has not been set to 'component vendor's web site' and the file 'DotNetFX35SP1\dotNetFX20\aspnet.msp' in item '.NET Framework 3.5 SP1' can not be located on disk. See Help for more information. Aplication
I have the framework installed and also the kit but I guess I have to put some files somewhere... but I don't know where.
Can any1 help me?
According to this page:
The reason is that we shipped the .NET
Frameworks 3.5 SP1 package as Homesite
Only, i.e. only supports "Install
Prerequisites from Component Vendor's
Website". We did this to keep the
size of VS 2008 SP1 from being too
large.
We did put info in the SP1 readme on
how to get the files put on your
machine to enable the samesite
scenario. Look for "Enable Samesite".
http://download.microsoft.com/download/A/2/8/A2807F78-C861-4B66-9B31-9205C3F22252/VS2008SP1Readme.htm
Related
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.
I cannot debugg Asp.Net 5 project in my Visual Studio 2015. First when I open app I get message box with information:
Cannot find DNX SD version 'dnx-clr-win-x86.1.0.0-beta3'.....'dnx=clr-win-x86.1.0.0-bet5' will be used as the solution DNX SDK version for this session.
Then when I click Start to debbug app I get alert box:
The debugger cannot continue running the process.Unable to start debugging.
Even when I create new project -> Asp.Net 5 preview template -> web application the behavior is the same. When I was using CTP version of VS 2015 everything worked but I had to change to VS 2015. I also cheked PowerShell version and it's 4.0.
I have no Idea what could be the reason. Any help appreciated.
I think you need to install the correct DNVM,
you can read about it here.
Or change versions of packages that you use.
Put in cmd:
dnvm list
look what SDK version is default and then set in global.json and project.json same version.
I am trying to make a setup for my program by using InstallShield 2013 LE and I am running it from within VS 2012. I have already downloaded and installed .NET 4.5 as one of the prerequisites under Specify Application Data -> Redistributables.
My application has reports that I made by installing CRforVS_redist_install_64bit_13_0_8 from the site http://scn.sap.com/docs/DOC-7824.
The reports and program run well. I know that I need to include the crystal reports runtime as part of my setup for deployment to other computers.
Under Specify Application Data -> Redistributables, I see Crystal Reports Basic for Visual Studio 2008. How do I add the right runtime version that I need to my program?
Also for some reason, I am unable to download even the 2008 version shown.
InstallShield Limited edition lacks the prereq editor found in Professional and above. You can download an eval and throw it on a VM and use it there. Correct the PRQ file and copy it back to your ISLE machine along with needed content.
Here's a basic tutorial on how to author PRQs:
Using InstallShield 12 to Install .NET Framework 3.0
Since yesterday I try to install Windows SDK 7.1 for dot.net Framework 4.0 on my windows 7 x64
machine. I get everytime the same Error during the installation.
Error message:
"Installation of the "Microsoft WIndows SDK for Windows 7" product has reported the
following error: Please refer to Samples\Setup\HTML\ConfigDetails.htm document for further information"
Thats a pretty unhelpful error message, so I browsed the www about more information and did the suggested steps peoples recommend.
I opened the View Log and get the same return error like others.
"C:\Program Files\Microsoft SDKs\Windows\v7.1\Setup\SFX\vcredist_x86.exe installation failed with the return code 5100"
I tried all that stuff that Microsoft, MSDN and others recommended but nothing works for me.
Stuff i tried to resolve the problem:
Deinstallation of the Document Explorer (recommended by msdn)
Deinstallation of the lastest Microsoft Visual C++ 2010 Redist x64/x86 Versions (microsoft)
Deinstallation of Microsoft Windows SDK Windows 7 (dot.net 3.5)
Installation of Microsoft Windows SDK 8
but like i said nothing helps :/ I get everytime the same Error message during the Installation.
other facts about my system:
I have a lot of several Microsoft Visual C++ 2008 Redist versions on my system
Microsoft Visual C++ Compilers 2008 Standard Edition enu x64/x86
Microsoft Windows SDK for Visual Studio 2008
Background info:
I installed Jenkins as Service on my machine Windows 7 x64. We did a changeover from dot.net Framework 3.5 to dot.net Framework 4.0.
But the problem was that sgen.exe sends an error:
"SGEN : error : An attempt was made to load an assembly with an incorrect format.." (to find in build log).
Windows SDKs containing the sgen.exe in their bin folders like "C:\Program Files\Microsofft SDKs\Windows\v7.0\Bin".
So I thought the SDK is out of date (v7.0a) and i tried to install the Windows SDK v7.1 for dot.net Framework 4.0.
May installing the latest Visual Studio version on my system could help to resolve the problem, because it should simultaneously install Windows SDKs.
But i wouldn't like to install Visual Studio on it to prevent wasting a license because nobody works on this computer.
Solving the Problem by installing .Net 4.5 and SDK 7.0.
Additionally set SdkToolsPath to $(TargetFrameworkSDKToolsDirectory) (find in WINDOWSDIR\Microsoft.NET\Framework\v4.0.30319\Microsoft.Common.targets)
... all in all a strange stituation with the SDK. Leaves a bad feeling.
I had the same problem installing the windows SDK 7.1, vcredist_x86 installation failed although when i looked at the unistall a program tab of the control panel no VC 2010 x86 redist was installed. I also had the windows 7.0 SDK installed. It turns out, there is a registry key describing if and which version of the vc 210 x86 redist is installed:
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\VC\VCRedist\x86
The key is Installed
Mine was at 1 even if the uninstall tab did not show it, i set it to 0 it did not solve the problem, but deleting the whole
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\10.0\VC\VCRedist\x86
did.
Hope it helps, I recommend you backup your registry before doing that.
I find it deeply astonishing that Microsoft would release a SDK with such a problem.
I know that if you want your setup files to detect whether the pc have .Net Framework 3.5 installed, you must configure the prerequisites in the Setup Properties. There 3 options to choose from and I'm not quite understand what is the second options means: "Download prerequisites from the same location as my application".
Is it that I must get the .Net Framework 3.5 installation files ready first? Where should I put this installation files?
it's for distributing the prerequisites with your installer (like an offline-installer):
http://msdn.microsoft.com/en-us/library/vstudio/hh873130.aspx