Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

signtool - How to renew a code signing certificate -


i have code signing certificate thawte expire in couple of weeks.

i have paid renewal, , have received renewal .cer file.

i have created updated .pfx file allows me sign firefox addons, , signature valied in "future" time.

however, when try use same .pfx file sign internet explorer plug-in, signtool error 0x80880253 ("the certificate no longer valid").

i try use mmc.exe , certmgr.exe renew certificate in certificate manager console, whatever - expiration date remains in 2010.

i able see "renewed" certificate in certmgr wizard, under "other people" tab rather under "personal" tab.

does have idea i'm doing wrong?

thanks

you should have new certificate in personal store. try delete , install again.

if not successfull, may try workaround of referencing directly .pfx file instead of certificate storage:

signtool.exe sign /f certificate.pfx /p mypassword ....


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -