ChloeAnn
2012-10-08 13:58:24 UTC
So i made a project with vb.net express 2010 and now i wanna publish it. I usually just click "project" from the top menu and the go on to selecting "publish" but this time, it's giving me errors and warnings.
Error 1: cannot publish because a project failed to build.
Error 2: Error 4 An error occurred while signing: Failed to sign bin\Debug\app.publish\\setup.exe. SignTool Error: The signer's certificate is not valid for signing.
SignTool Error: An error occurred while attempting to sign: bin\Debug\app.publish\\setup.exe
Warning 2: Could not resolve this reference. Could not locate the assembly "Microsoft.VisualBasic.PowerPacks.Vs, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
Warning 3: Could not resolve this reference. Could not locate the assembly "Microsoft.VisualBasic.PowerPacks.Vs, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
Warning 5: The referenced component 'Microsoft.VisualBasic.PowerPacks.Ns' could not be found.
Can someone help me and tell me how to solve this please?
Thanks :)