From: Manfred on
Hello
I'm struggling with a problem at remot installations. I released my Beta
software which was always running fine on a lot of systems Win XP ,
Win2003, Win 7.
Now I have a strange problem at some remote installation. After starting
the program it will crash right away, not even geting throug the new or
load Events.
All my integrated debugging is useless. I don't know how I should debug
such a problem.
I guess there are some files missing at the remote systems. I have no
idea which files. I only have an event (see below) which is not of much
help (to me).
I found some other threads about the same CLR20r3 event but it was not
very usefull. I need to get this application up and running. What steps
should I take. I have some very good Beta testers.
Fehlerbucket , Typ 0
Ereignisname: CLR20r3
Antwort: Not available
CAB-Datei-ID: 0
Problemsignatur:
P1: vmvisiontest6.exe
P2: 1.0.0.0
P3: 4c625900
P4: Microsoft.VisualBasic
P5: 8.0.0.0
P6: 4a277ad7
P7: 6e
P8: e
P9: System.IO.FileNotFoundException
P10:
Angef�gte Dateien:
c:\temp\WERDFD6.tmp.WERInternalMetadata.xml
c:\temp\WER3AD3.tmp.hdmp
c:\temp\WER4253.tmp.mdmp
Diese Dateien befinden sich m�glicherweise hier:
C:\Users\nferguson\AppData\Local\Microsoft\Windows\WER\ReportQueue\AppCrash_vmvisiontest6.ex_b0cd5a862e75394166457e4f7e83e169ea27ce_cab_1fae429e
Analysesymbol:
Es wird erneut nach einer L�sung gesucht: 0
Berichts-ID: ddcbeaae-a543-11df-b039-00226b0159c8
Berichtstatus: 4


From: Kevin Provance on
This group is for VB6 and lower. What you ae using is what MSFT calls VB,
but it's really not. You'd have a better chance at answers asking in MSFT's
web based forums. I'm sure someone will be along shortly to guide you
there, since I don't have the link.

--
Customer Hatred Knows No Bounds at MSFT
Free usenet access at http://www.eternal-september.org
ClassicVB Users Regroup! comp.lang.basic.visual.misc

Bawwk! Paulie want a dingleball, bawwk!
"Manfred" <manfred.meier(a)vmvison.com> wrote in message
news:eIsMfOXOLHA.5624(a)TK2MSFTNGP02.phx.gbl...
: Hello
: I'm struggling with a problem at remot installations. I released my Beta
: software which was always running fine on a lot of systems Win XP ,
: Win2003, Win 7.
: Now I have a strange problem at some remote installation. After starting
: the program it will crash right away, not even geting throug the new or
: load Events.
: All my integrated debugging is useless. I don't know how I should debug
: such a problem.
: I guess there are some files missing at the remote systems. I have no
: idea which files. I only have an event (see below) which is not of much
: help (to me).
: I found some other threads about the same CLR20r3 event but it was not
: very usefull. I need to get this application up and running. What steps
: should I take. I have some very good Beta testers.
: Fehlerbucket , Typ 0
: Ereignisname: CLR20r3
: Antwort: Not available
: CAB-Datei-ID: 0
: Problemsignatur:
: P1: vmvisiontest6.exe
: P2: 1.0.0.0
: P3: 4c625900
: P4: Microsoft.VisualBasic
: P5: 8.0.0.0
: P6: 4a277ad7
: P7: 6e
: P8: e
: P9: System.IO.FileNotFoundException
: P10:
: Angef�gte Dateien:
: c:\temp\WERDFD6.tmp.WERInternalMetadata.xml
: c:\temp\WER3AD3.tmp.hdmp
: c:\temp\WER4253.tmp.mdmp
: Diese Dateien befinden sich m�glicherweise hier:
:
C:\Users\nferguson\AppData\Local\Microsoft\Windows\WER\ReportQueue\AppCrash_vmvisiontest6.ex_b0cd5a862e75394166457e4f7e83e169ea27ce_cab_1fae429e
: Analysesymbol:
: Es wird erneut nach einer L�sung gesucht: 0
: Berichts-ID: ddcbeaae-a543-11df-b039-00226b0159c8
: Berichtstatus: 4
:
:

From: Paul Clement on
On Wed, 11 Aug 2010 18:38:23 +0200, Manfred <manfred.meier(a)vmvison.com> wrote:

� Hello
� I'm struggling with a problem at remot installations. I released my Beta
� software which was always running fine on a lot of systems Win XP ,
� Win2003, Win 7.
� Now I have a strange problem at some remote installation. After starting
� the program it will crash right away, not even geting throug the new or
� load Events.
� All my integrated debugging is useless. I don't know how I should debug
� such a problem.
� I guess there are some files missing at the remote systems. I have no
� idea which files. I only have an event (see below) which is not of much
� help (to me).
� I found some other threads about the same CLR20r3 event but it was not
� very usefull. I need to get this application up and running. What steps
� should I take. I have some very good Beta testers.
� Fehlerbucket , Typ 0
� Ereignisname: CLR20r3
� Antwort: Not available
� CAB-Datei-ID: 0
� Problemsignatur:
� P1: vmvisiontest6.exe
� P2: 1.0.0.0
� P3: 4c625900
� P4: Microsoft.VisualBasic
� P5: 8.0.0.0
� P6: 4a277ad7
� P7: 6e
� P8: e
� P9: System.IO.FileNotFoundException
� P10:
� Angef�gte Dateien:
� c:\temp\WERDFD6.tmp.WERInternalMetadata.xml
� c:\temp\WER3AD3.tmp.hdmp
� c:\temp\WER4253.tmp.mdmp
� Diese Dateien befinden sich m�glicherweise hier:
� C:\Users\nferguson\AppData\Local\Microsoft\Windows\WER\ReportQueue\AppCrash_vmvisiontest6.ex_b0cd5a862e75394166457e4f7e83e169ea27ce_cab_1fae429e
� Analysesymbol:
� Es wird erneut nach einer L�sung gesucht: 0
� Berichts-ID: ddcbeaae-a543-11df-b039-00226b0159c8
� Berichtstatus: 4


Since this is a Visual Basic .NET issue I would post your question to the below forum:

http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/threads?page=1


Paul
~~~~
Microsoft MVP (Visual Basic)
From: Cor on
The OP can probably better use this one in Deutsch (German)

http://social.msdn.microsoft.com/Forums/de-DE/visualbasicde/threads

"Paul Clement" <UseAdddressAtEndofMessage(a)swspectrum.com> wrote in message
news:0kl5669e5mksreaees2741n9b45q66p2s1(a)4ax.com...
> On Wed, 11 Aug 2010 18:38:23 +0200, Manfred <manfred.meier(a)vmvison.com>
> wrote:
>
> � Hello
> � I'm struggling with a problem at remot installations. I released my Beta
> � software which was always running fine on a lot of systems Win XP ,
> � Win2003, Win 7.
> � Now I have a strange problem at some remote installation. After starting
> � the program it will crash right away, not even geting throug the new or
> � load Events.
> � All my integrated debugging is useless. I don't know how I should debug
> � such a problem.
> � I guess there are some files missing at the remote systems. I have no
> � idea which files. I only have an event (see below) which is not of much
> � help (to me).
> � I found some other threads about the same CLR20r3 event but it was not
> � very usefull. I need to get this application up and running. What steps
> � should I take. I have some very good Beta testers.
> � Fehlerbucket , Typ 0
> � Ereignisname: CLR20r3
> � Antwort: Not available
> � CAB-Datei-ID: 0
> � Problemsignatur:
> � P1: vmvisiontest6.exe
> � P2: 1.0.0.0
> � P3: 4c625900
> � P4: Microsoft.VisualBasic
> � P5: 8.0.0.0
> � P6: 4a277ad7
> � P7: 6e
> � P8: e
> � P9: System.IO.FileNotFoundException
> � P10:
> � Angef�gte Dateien:
> � c:\temp\WERDFD6.tmp.WERInternalMetadata.xml
> � c:\temp\WER3AD3.tmp.hdmp
> � c:\temp\WER4253.tmp.mdmp
> � Diese Dateien befinden sich m�glicherweise hier:
> �
> C:\Users\nferguson\AppData\Local\Microsoft\Windows\WER\ReportQueue\AppCrash_vmvisiontest6.ex_b0cd5a862e75394166457e4f7e83e169ea27ce_cab_1fae429e
> � Analysesymbol:
> � Es wird erneut nach einer L�sung gesucht: 0
> � Berichts-ID: ddcbeaae-a543-11df-b039-00226b0159c8
> � Berichtstatus: 4
> �
>
> Since this is a Visual Basic .NET issue I would post your question to the
> below forum:
>
> http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/threads?page=1
>
>
> Paul
> ~~~~
> Microsoft MVP (Visual Basic)
>