CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2009
    Posts
    78

    Problem with registration of DLL

    Hey
    I am trying to run in the command line the regisration of a DLL :

    C:\regsvr32 c:\Release\MyProg.dll

    Since we converted the solution from vs2008 to vs2010 we are getting the following error:
    Name:  Error R6034.png
Views: 489
Size:  10.6 KB

    I been reading on this error and as I understand the project doesn't generate manifest .

    I wonder why only now on vs2010 does it mather ?
    (The project type is makeFile project)

    How can I solved this issue ?

    Thanks a lot

  2. #2
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Problem with registration of DLL

    Did you read MSDN?
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured