|
-
Mar 25th, 2019, 10:42 AM
#1
Build Project Hell
That last few weeks have been build hell. I had(have) copy files problems, and today an app is saying this about one of the .DLL's
'must be strong signed in order to be marked as a prerequisite'. (I checked the publish Application Files and Prerequisites and it is not marked as a prerequisite)
For years I have not had any issues and now all of a sudden it seems that all I do is figure how how to get apps to compile, not very productive.
Before you ask... I have not installed any new apps on my machine in months(boring) and the only changes I am aware of are windows updates.
From the traffic on this site I see I am alone in these issues, though that might be because I am using VS2017.
I do have all my apps and libraries on a file server(always have) and I am considering moving them to the local PC.
-
Mar 25th, 2019, 11:09 AM
#2
Re: Build Project Hell
Yeah, you might try it for that project.
My experience with signing projects is pretty meager. Basically, the one time I tried it, I found the experience so miserable that I've done my best to avoid needing to sign anything since then. If the main app is signed, then everything has to be signed. However, it certainly appeared to be the case that, if anything was signed, then there was no going back.
That was all 2008/2010, though.
My usual boring signature: Nothing
 
-
Mar 25th, 2019, 11:21 AM
#3
Re: Build Project Hell
 Originally Posted by Shaggy Hiker
Yeah, you might try it for that project.
My experience with signing projects is pretty meager. Basically, the one time I tried it, I found the experience so miserable that I've done my best to avoid needing to sign anything since then. If the main app is signed, then everything has to be signed. However, it certainly appeared to be the case that, if anything was signed, then there was no going back.
That was all 2008/2010, though.
That was my experience. I no longer sign the projects.
-
Mar 25th, 2019, 11:46 AM
#4
Re: Build Project Hell
I've found a work around for debugging purposes, turn off ClickOnce security. But I can't publish the application. Just great!
-
Mar 25th, 2019, 03:06 PM
#5
Re: Build Project Hell
As mentioned before I have all of my apps and libraries on a file server. I copied one of the apps I was having issues with to my PC and I was able to publish it(I did not change the references to the .DLL's that were still on the file server).
Color me muddled.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|