Share via

Application does not work on a newPC

Yohamich 1 Reputation point
2021-07-02T11:14:03.347+00:00

I have bein using self-built application based on C#,
for several years. Lately I bought a new pc and installed my
application and when I started using it I got message if I
want to update my visual c and I accepted updating.
however, it seems that my application not to work
properly in the new pc with the updated vidual c.
If I run the same application on older pc than it works.
What could have being wrong???{\rtf1}

Developer technologies | C#
Developer technologies | C#

An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.


2 answers

Sort by: Most helpful
  1. Hua Lei 0 Reputation points
    2023-04-12T09:13:31.2366667+00:00

    these is no any click function at all, the application called AI translator, I need to refund!

    Was this answer helpful?

    0 comments No comments

  2. arvind viswakarma 81 Reputation points
    2021-07-02T13:03:10.567+00:00

    It could have missing dependency:

    • required .net framework unavailable (but looks like it prompted for it and you installed)
    • required folder structure (some required path is missing)
    • missing dependencies from GAC
    • Host of other things based on how you had built the program (dependent on some other runtime which is missing)

    If you program crashes in new PC, you should be able to find something in the application logs of the event viewer too.

    Was this answer helpful?


Your answer

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