Problem running a vb.net application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • SM

    #1

    Problem running a vb.net application

    Hi all,
    i developed a vb.net application by vs2005 express.
    I generated a package by 'publish' command and i copyed the files into
    another PC (without vs2005Express).
    Running the setup a link was created on Start/Program/xxxx but after a while
    i receive an error message that reports:

    ErrorType: clr20r3
    P1: ...
    P2: ..
    ....
    P9: system.invalido perationexcepti on

    Which problem can be??
    Is there other human description or log?
    How can i decrypt all the Px parameters?
    Is the anotehr way to deploy the application?

    Thanks!
    Regards
    --
    SteM


  • =?Utf-8?B?Z3V5?=

    #2
    RE: Problem running a vb.net application

    Is your app multi threaded?

    if so have a look at


    Guy

    "SM" wrote:
    Hi all,
    i developed a vb.net application by vs2005 express.
    I generated a package by 'publish' command and i copyed the files into
    another PC (without vs2005Express).
    Running the setup a link was created on Start/Program/xxxx but after a while
    i receive an error message that reports:
    >
    ErrorType: clr20r3
    P1: ...
    P2: ..
    ....
    P9: system.invalido perationexcepti on
    >
    Which problem can be??
    Is there other human description or log?
    How can i decrypt all the Px parameters?
    Is the anotehr way to deploy the application?
    >
    Thanks!
    Regards
    --
    SteM
    >
    >
    >

    Comment

    • SteM

      #3
      Re: Problem running a vb.net application

      No, it is not!
      But in the meantime i solved: i didn't install and register an ocx
      control....
      Is it possible that we are not able to receive a sensate error message???
      --
      SteM

      "guy" <guy@discussion s.microsoft.com ha scritto nel messaggio
      news:1C5F63A9-EF8D-4748-A2B3-D15689AD9DC1@mi crosoft.com...
      Is your app multi threaded?
      >
      if so have a look at

      >
      Guy
      >
      "SM" wrote:
      >
      >Hi all,
      >i developed a vb.net application by vs2005 express.
      >I generated a package by 'publish' command and i copyed the files into
      >another PC (without vs2005Express).
      >Running the setup a link was created on Start/Program/xxxx but after a
      >while
      >i receive an error message that reports:
      >>
      >ErrorType: clr20r3
      >P1: ...
      >P2: ..
      >....
      >P9: system.invalido perationexcepti on
      >>
      >Which problem can be??
      >Is there other human description or log?
      >How can i decrypt all the Px parameters?
      >Is the anotehr way to deploy the application?
      >>
      >Thanks!
      >Regards
      >--
      >SteM
      >>
      >>
      >>

      Comment

      Working...