I'm receiving "Package Load Failure" error when I open VS 2005 after I installed the latest VisualSVN (v. 1.5.2). Anyone facing this error? Is there any tool out there to help identify which package didn't load and/or help unload a specific package?
Installing the Visual Studio SDK will install the "Package Load Analyzer" package. This allows you to see what package failed to load and why.
There should be VisualSVN log files in your temp folder (somewhat like
"C:\Documents and Settings\\Local
Settings\Temp\VisualSVN-2007-06-02-00-01-416.log").
Do you see anything in that file that helps?
Related
Hi I have created very basic class library project and created .nupkg. I am trying to push package using the below command nuget.exe push -Source -ApiKey az . To my bad whenever I do it says
'nuget.exe' is not recognized as an internal or external command,
operable program or batch file.
When I search over the internet It says to download nuget.exe so I navigated to nuget download page. To my bad It says nuget.exe comes by default with VS 2019. I am using VS 2019. I am not able to understand whats wrong with these documentation Or I am misunderstanding all these documentations? Can someone help me to identify where should I download or If I exist where is the path and how should I run above command? Any help would be appreciated. Thanks
nuget.exe can be downloaded from https://www.nuget.org/downloads under "Windows x86 Commandline".
Visual Studio 2019 Contains all NuGet tools, so there are no VSIX packages to install for NuGet support as in previous VS versions.
Do note that depending on your selected workloads, Visual Studio will also install the dotnet CLI as part of the .NET SDK. So you can also use dotnet nuget push, which has slightly different arguments (--source and --api-key, check with dotnet nuget push -h)
while installing TFS2015 in WS2016, the error that 'Starting Team Foundation Server configuration wizard Package failed' came. How can i deal this situation?
if i ignore it and continue configuration wizard, finally, project collection failed to configure.enter image description here
log:
[1ECC:2290][2018-06-18T15:31:11]e000: Error 0x80073e84: Process returned error: 0x3e84
[1ECC:2290][2018-06-18T15:31:11]e000: Error 0x80073e84: Failed to execute EXE package.
[2260:1A8C][2018-06-18T15:31:11]e000: Error 0x80073e84: Failed to configure per-machine EXE package.
Just try below things to narrow down the issue:
Disable anti-virus or anti-spyware software.
Check windows update, install the latest patches.
Clear %TEMP% folder.
Run the installer as administrator.
Uninstall the MS Visual C++ 2010 x86 Redistributable (from add/remove
programs) and then reinstall TFS.
I use VS2013 on Win 8.1 (I don't install VS2010).
I have solution file(version 2010). When run in on VS2013, I have just converted to version 2013.
I click run my project, success but show error "MSVCR100D.dll missing"
Please, help me to fix this error.
You're missing the redistributable package that is installed with VS2010. You can download the package here, which should include that dll: http://www.microsoft.com/en-us/download/details.aspx?id=8328
I installed InstallShield 2012 Premier and try to create Basic MSI project in VS2010 (Premium). But I cannot create project since I get the error:
The 'InstallShield 2012 Package' package did not load correctly.
The problem may have been caused by a configuration change or by the installation of another >extension. You can get more information by running the application together with the /log parameter >on the command line, and then examining the file 'C:\Users\Administrator\AppData\Roaming\Microsoft
\VisualStudio\10.0\ActivityLog.xml'.
If I follow the instruction in ActivityLog.xml I see the next error:
LoadLibrary failed for package [InstallShield 2012 Package]
C:\Program Files (x86)\InstallShield\2012\System\IsDevPkg.dll
I've tried devenv.exe /resetskippkgs and reinstallation of Visual Studio and InstallShield, but it was not helpful.
Perhaps I don't have some pererequisites installed?
Thanks,
Elena
Update: installation InstallShield 2012 Spring solved the problem. It seems like in newer version IS this bag has been fixed.
I have a clean install of Visual Studio 2010 with C# and F# installed and I am getting the following error when I try to open the solution cloned from github.
D:\projects\VsVim\VsVim\VsVim.csproj :
error : The project file
'D:\projects\VsVim\VsVim\VsVim.csproj'
cannot be opened.
The project type is not supported by
this installation.
Is there a way to get more information about what exactly I am missing so that I can install the components?
You probably need to install the Visual Studio 2010 SDK.
Noah is correct that the most likely problem is you need to install the Visual Studio SDK. The full steps to getting VsVim to open and compile are the following (taken from the README.txt file in the enlistment).
Install the Visual Studio SDK
Run the script Populate-References.ps1 from the enlistment root directory
Open the Solution.