Foutbucket 487578253, type 5
Naam van gebeurtenis: CLR20r3
Antwoord: Niet beschikbaar
Id van CAB-bestand: 0
Handtekening van probleem:
P1: ambilight.exe
P2: 1.0.0.0
P3: 498c31ce
P4: Microsoft.DirectX.Direct3D
P5: 1.0.2902.0
P6: 42056de2
P7: 64d
P8: 4d
P9: QCY4DIB5O25PGM21GWVR3WY1CSEKPR3H
P10:
Ik heb visual studio 2008 geïnstalleerd staan, daarmee was meteen .net framework (2, 2.5, 3 en 3.5) geïnstalleerd.
hmm:
http://www.dotnetspider.c...tType-clr-r-Solution.aspx
Introduction
EventType clr20r3, P1 picreationprocess.exe, P2 1.0.0.0, P3 47dac8ad, P4 picreationprocess, P5 1.0.0.0, P6 47dac8ad, P7 18, P8 7, P9 system.io.filenotfoundexception, P10 NIL.
Source:
If you create a console application in .Net and XP environment, the .exe of the application can be run on the local machine without any errors. When trying to copy the files and folders from the local machine to a Server (Windows 2003 Server) and try to run the same exe it will throw the above specified error.
Solution:
Windows 2003 Server has lot of security related configurations which is a nightmare and one such thing with the server is it needs all the *.dll files in the bin directory of the project. If the files are not in the directory then it will throw the error. So when copying the files and folders make sure you copy all the dependencies (all the referenced class libraries, dlls, references, etc.,) along with them. Copy the "System" related dlls files as well.
Summary
There are several reasons for the above error and this is one such reason in the myriad of reasons. Please feel free to contact me if you have any questions related to this article
EDIT 2:
Debuggen met visual studio 2008 gaf de volgende melding:
LoaderLock was detected
Message: Dll C:\Windows\assembly\GAC\Microsoft.DirectX.Direct3D\1.0.2902.0__31bf3856ad364e35\Microsoft.DirectX.Direct3D.dll is bezig met een poging tot uitvoering met begeleiding binnen OS Loader-vergrendeling. Probeer geen code met begeleiding uit te voeren binnen een DllMain- of afbeeldingsinitialisatiefunctie, omdat de toepassing hierdoor kan vastlopen
Windows lijkt dus bepaalde dingen te blokeren, het is dus een soort van beveiliging die het programma laat vastlopen...
Naam van gebeurtenis: CLR20r3
Antwoord: Niet beschikbaar
Id van CAB-bestand: 0
Handtekening van probleem:
P1: ambilight.exe
P2: 1.0.0.0
P3: 498c31ce
P4: Microsoft.DirectX.Direct3D
P5: 1.0.2902.0
P6: 42056de2
P7: 64d
P8: 4d
P9: QCY4DIB5O25PGM21GWVR3WY1CSEKPR3H
P10:
Ik heb visual studio 2008 geïnstalleerd staan, daarmee was meteen .net framework (2, 2.5, 3 en 3.5) geïnstalleerd.
hmm:
http://www.dotnetspider.c...tType-clr-r-Solution.aspx
Introduction
EventType clr20r3, P1 picreationprocess.exe, P2 1.0.0.0, P3 47dac8ad, P4 picreationprocess, P5 1.0.0.0, P6 47dac8ad, P7 18, P8 7, P9 system.io.filenotfoundexception, P10 NIL.
Source:
If you create a console application in .Net and XP environment, the .exe of the application can be run on the local machine without any errors. When trying to copy the files and folders from the local machine to a Server (Windows 2003 Server) and try to run the same exe it will throw the above specified error.
Solution:
Windows 2003 Server has lot of security related configurations which is a nightmare and one such thing with the server is it needs all the *.dll files in the bin directory of the project. If the files are not in the directory then it will throw the error. So when copying the files and folders make sure you copy all the dependencies (all the referenced class libraries, dlls, references, etc.,) along with them. Copy the "System" related dlls files as well.
Summary
There are several reasons for the above error and this is one such reason in the myriad of reasons. Please feel free to contact me if you have any questions related to this article
EDIT 2:
Debuggen met visual studio 2008 gaf de volgende melding:
LoaderLock was detected
Message: Dll C:\Windows\assembly\GAC\Microsoft.DirectX.Direct3D\1.0.2902.0__31bf3856ad364e35\Microsoft.DirectX.Direct3D.dll is bezig met een poging tot uitvoering met begeleiding binnen OS Loader-vergrendeling. Probeer geen code met begeleiding uit te voeren binnen een DllMain- of afbeeldingsinitialisatiefunctie, omdat de toepassing hierdoor kan vastlopen
Windows lijkt dus bepaalde dingen te blokeren, het is dus een soort van beveiliging die het programma laat vastlopen...
[ Voor 73% gewijzigd door Pistolen_Paul op 25-01-2010 21:34 ]