problem generating manifest. execution of the program vb.net

Ermias Sene 0 Reputation points
2023-12-09T10:44:39.5266667+00:00

I want to install my vb app on another computer. It shows, "The application was unable to start  (0xc000007b) " error shows. So I installed vb.net on the pc and to compile my application , when I run the application it shows "Problem generating manifest. Could not load the assembly " error. How can I solve this problem?

Developer technologies | VB
{count} votes

1 answer

Sort by: Most helpful
  1. Jiachen Li-MSFT 34,221 Reputation points Microsoft External Staff
    2023-12-12T09:49:51.9466667+00:00

    Hi @Ermias Sene ,

    Check for any missing or conflicting DLLs that your application might depend on

    Check if the .NET Framework 3.5 is properly installed on the Windows 7 system. You might need to update or reinstall the .NET Framework to ensure compatibility. Sometimes, there might be corruption or missing files in the framework, causing this issue.

    Ensure that Windows 7 has all the latest updates installed, including service packs and security updates. Sometimes, system updates resolve compatibility issues.

    Best Regards.

    Jiachen Li


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.