Problems with signed code

  • Thread starter Thread starter visual_devel
  • Start date Start date
V

visual_devel

Hello,

I have a software that I sign with a trusted certificate of Verisign (both
the assemblies and the MSI packages) following the Microsoft recomendations.

In most of the cases I can install this software with no problems, but there
are a certain number of places where the software installation fails. The
symptoms are that the service I use in my application can not be launched
(the timeout is reached) so the whole installation is aborted. In such cases,
I have checked that the problem is fixed by simply removing the code
signing... :(

Anybody knows some information about this problem? I have read in some
public forum that this is a known bug of .NET regarding the CLR and the code
signing verification.

Thanks in advance,

Domingo López.
Project Manager at Visual Tools S.A.
Madrid.
 
visual_devel said:
Hello,

I have a software that I sign with a trusted certificate of Verisign (both
the assemblies and the MSI packages) following the Microsoft
recomendations.

In most of the cases I can install this software with no problems, but
there
are a certain number of places where the software installation fails. The
symptoms are that the service I use in my application can not be launched
(the timeout is reached) so the whole installation is aborted. In such
cases,
I have checked that the problem is fixed by simply removing the code
signing... :(

Anybody knows some information about this problem? I have read in some
public forum that this is a known bug of .NET regarding the CLR and the
code
signing verification.

Yep, it's a problem. These may help:

http://support.microsoft.com/kb/941990
http://support.microsoft.com/kb/944752
http://support.microsoft.com/kb/936707/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top