giving strong name to managed c++ in visual studio 2005

From: Sam Jost (radeldudel_at_gmail.com)
Date: 11/04/05

  • Next message: Nick: "OpenSSL Compatible RSA Public Key from .NET"
    Date: 4 Nov 2005 01:28:12 -0800
    
    

    I'm just trying to convert a visual studio.net project to visual studio
    2005 (final), and can't get past one problem:

    my app (managed c++) has to be signed with a strong name, to run it
    from a network share.
    This has worked well in vs.net, using assemblyinfo.cpp.

    In vs 2005 signing does not work anymore for me. Whatever I do, I can't
    get my exe signed. Even not by hand using sn.exe -R.

    He always sez he's signed it, but the strong name aint valid, I can't
    import it as strong name into the code group I want to give the proper
    execution rights.

    How do I sign it?

    Sam

    (of course I can just give the local intranet codegroup full trust,
    just like I could pin my credit card number to the billboard at the
    next McDonalds)


  • Next message: Nick: "OpenSSL Compatible RSA Public Key from .NET"

    Relevant Pages

    • Re: VS 2005 questions
      ... guilty of forcing developers to install legacy versions of their software. ... I don't want the overhead of a legacy app on my laptop hard drive ... Hopefully by the time the next Visual Studio comes out, ... only one looking forward to being able to install only one Managed code IDE ...
      (microsoft.public.vsnet.general)
    • Re: Sorry another question on redist of dx app
      ... hear and comparable to managed directx for performance. ... I'm not sure if you can use visual studio still and target mono. ... to make my app cross platform i would have to change my development ...
      (microsoft.public.win32.programmer.directx.managed)
    • Re: Extension to Visual Studio 2003 to develop on WM 2005 ?
      ... I am trying to use Visual Studio 2003 to develop a .Net application on ... When I run the app in debug mode, ... - the Output window says "Launching application" ... but VS doesn't see it and I can't debug it) ...
      (microsoft.public.dotnet.framework.compactframework)
    • RE: Microsoft Express Tools (WAS: c++ programming evironment)
      ... right now the app is a console app that recurses through websites as ... Visual Studio essentially gives you a Microsoft-centric development ... If your app is a simple utility that is designed to be Windows only, ... developer coming from a Windows environment. ...
      (Fedora)
    • Re: visual studio 2005 for CE development
      ... it on my dev box for app development in visual studio. ... I am under impression that visual studio 2005 is prefered way of app ... But I've never needed their support and am happy with eVC. ...
      (microsoft.public.windowsce.app.development)

    Loading