MSB3073 command exited with 1 - msbuild

while signing for dll files command executed successfully but for .exe files i got error "Command exited with 1" .
exec Command="SN-R demo.dll ..\key.snk"
exec Command="SN-R demo.exe ..\key.snk"
Please help me how to solve this

Initially I had installed Microsoft SDK 7.0
After uninstalling SDK 7.0 I have installed SDK 8.0 then problem solved

Related

Could not create JVM while Installing Anypointstudio

I have Issues while installing AnypointStudio Application on my Windows machine. I installed jdk-13.0.2_windows-x64_bin.
Error Message
Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Currently released versions of Anypoint Studio are only compatible with Java/OpenJDK 8. Using Java 9-13 will cause issues like the one you are seeing. Use a version of Java/OpenJDK 8 instead. See the release notes for details.

Error writing to file when installing SQL Server 2012 64 bit

When trying to install SQL server 2012 x64 I get this error:
Error writing to file: Microsoft.AnalysisServices.SPClient.Interfaces.DLL. Verify that you have access to that directory.
I've tried installing older versions and it always comes up with the same error.
In another post someone said install .NET 4.0 but when I try to install it it says I already have it installed so the installation won't continue.
Please help.
try reinstall .net framework sometimes it's bugged. and second make sure you got fresh installed + complete. I already every time install and reinstall no problem tough.
what OS do you used btw?...

Debugging Error on Console Application using Visual Studio 2015

While trying to debug a simple Console Application with C# the following error message occurred:
DNX SDK version not installed
I got a suggestion to upgrade Windows Powershell to 3.0 or higher. Nevertheless, I found my current Powershell Version is 3.0 and it still doesn't work.
I am using Windows 8 OS.
What else can I do?
I found the Solution myself,you need a internet connection and visit the following website..
http://www.codeproject.com/Tips/1039152/DNX-SDK-Version-dnx-clr-win-x-beta-Failedto
First of all,you need to set the path in Environment Variables for Powershell
ie;C:\Windows\System32\Windows PowerShell\1.0
And then enter the following comments mentioned in the website..
Hope You guys find the solution
Thank you

Install vb.net application

I have created vb.net 2005 set up project for a my customer. when i run the setup.exe it is in a windows xp machine it prompts a message as "An error occured while downloading a required file. you may retry downloading the file or cancel the setup. "
when i check in the install log file the last details as below
"Downloading failed with HRESULT=-2147024891"
this happens in only a one pc which is xp installed and in other xp machines the setup is run successfully. Also .net framework 4 is installed in this pc.
please help me on this issue..
If its an MSI package, you may have an outdated MSI installer on there...?.
use this link to get an updated MSI installer.
http://www.microsoft.com/en-za/download/details.aspx?id=8483

Bundle package is not working in TideSDK

i have developed a simple desktop application using TideSDK(1.3.1-beta) and TideSDK developer(1.4.2)
for windows platform.i packed my application as bundle package.its running well in my machine.but it shows following error message when i execute it in other machines.
Error message during execution on another machine
This application has failed to start because the application configuration is incorrect.reinstalling the application may fix this problem
Same issue appeared just today.
Try installing vc redist 2010 + vc redist 2012. It helped in my case