Compartilhar via


Solucionando problemas de exceções: Microsoft.VisualBasic.ApplicationServices.CantStartSingleInstanceException

The exception that is thrown when the second instance of a single-instance application could not connect to the original instance.

Remarks

Possible causes for this problem include:

  • The original instance stopped responding.

  • The application does not have permissions to create kernel objects.

    The base name for the kernel objects comes from concatenating the assembly's GUID, major version number, and minor version number. For example, the base name could be 3639f15d-9547-43da-8145-60da347829915.1.

Consulte também

Tarefas

Como: Use o Assistente de exceção

Referência

CantStartSingleInstanceException