Dart Home | PowerTCP Telnet for .NET | Custom Development | Reply | PowerTCP Telnet for .NET Topics | Forums |
Author | Forum: PowerTCP Telnet for .NET Topic: EventType clr20r3 |
scorpion53061 admin@kjmsolutions.com From: Sheboygan, WI USA Posts: 140 Member Since: 04/27/03 |
posted March 28, 2006 4:48 PM Unfortuantely I do have to make you work today. I am sorry for this. :) On one of my Windows Server 2003 machines I get the error below. On another it runs fine. On my development machine it runs fine. Any ideas what I could do to fix this? This is a WINFORMS application. If I remove the telnet component the application works fine. An unhandled exception of type 'System.IO.FileNotFoundException' occurred in JJK ITEM REPORTS 2.exe Additional information: The specified module could not be found. (Exception from HRESULT: 0x8007007E) IN the event viewer I find: EventType clr20r3, P1 jjk item reports 2.exe, P2 1.0.2274.14931, P3 442441d5, P4 jjk item reports 2, P5 1.0.2274.14931, P6 442441d5, P7 1b, P8 e9, P9 system.invalidoperationexception, P10 NIL. Filemon values (Note the BUFFER OVERFLOW FileNameInformation problem) 5:51:02 AM explorer.exe:3260 OPEN C:\Program Files\Default Company Name\JJKITEM\JJK ITEM REPORTS 2.exe.Manifest NOT FOUND Options: Open Access: All 5:51:02 AM JJK ITEM REPORT:3460 QUERY INFORMATION C:\Program Files\Default Company Name\JJKITEM\JJK ITEM REPORTS 2.exe.Local NOT FOUND Attributes: Error 5:51:02 AM JJK ITEM REPORT:3460 OPEN C:\Program Files\Default Company Name\JJKITEM\JJK ITEM REPORTS 2.exe.config NOT FOUND Options: Open Access: All 5:51:02 AM JJK ITEM REPORT:3460 QUERY INFORMATION C:\Program Files\Default Company Name\JJKITEM\JJK ITEM REPORTS 2.exe.Local\ NOT FOUND Attributes: Error 5:51:02 AM JJK ITEM REPORT:3460 OPEN C:\Program Files\Default Company Name\JJKITEM\JJK ITEM REPORTS 2.exe.config NOT FOUND Options: Open Access: All 5:51:02 AM JJK ITEM REPORT:3460 QUERY INFORMATION C:\Program Files\Default Company Name\JJKITEM\JJK ITEM REPORTS 2.exe.Local\ NOT FOUND Attributes: Error 5:51:02 AM JJK ITEM REPORT:3460 QUERY INFORMATION C:\Program Files\Default Company Name\JJKITEM\JJK ITEM REPORTS 2.exe.config NOT FOUND Attributes: Error 5:51:02 AM JJK ITEM REPORT:3460 DIRECTORY C:\Program Files\Default Company Name\JJKITEM\ NO SUCH FILE FileBothDirectoryInformation: JJK ITEM REPORTS 2.INI 5:51:02 AM JJK ITEM REPORT:3460 QUERY INFORMATION C:\Program Files\Default Company Name\JJKITEM\JJK ITEM REPORTS 2.exe.Local\ NOT FOUND Attributes: Error 5:51:02 AM JJK ITEM REPORT:3460 QUERY INFORMATION C:\Program Files\Default Company Name\JJKITEM\JJK ITEM REPORTS 2.exe.Local\ NOT FOUND Attributes: Error 5:51:02 AM JJK ITEM REPORT:3460 QUERY INFORMATION C:\Program Files\Default Company Name\JJKITEM\JJK ITEM REPORTS 2.exe.config NOT FOUND Attributes: Error 5:51:02 AM JJK ITEM REPORT:3460 QUERY INFORMATION C:\Program Files\Default Company Name\JJKITEM\JJK ITEM REPORTS 2.exe.config NOT FOUND Attributes: Error 5:51:03 AM JJK ITEM REPORT:3460 QUERY INFORMATION C:\Program Files\Default Company Name\JJKITEM\JJK ITEM REPORTS 2.exe.Local\ NOT FOUND Attributes: Error 5:51:03 AM JJK ITEM REPORT:3460 QUERY INFORMATION C:\Program Files\Default Company Name\JJKITEM\JJK ITEM REPORTS 2.exe.Local\ NOT FOUND Attributes: Error 5:51:04 AM MDM.EXE:1420 QUERY INFORMATION C:\Program Files\Default Company Name\JJKITEM\JJK ITEM REPORTS 2.exe BUFFER OVERFLOW FileNameInformation 5:51:12 AM JJK ITEM REPORT:3460 QUERY INFORMATION C:\Program Files\Default Company Name\JJKITEM\JJK ITEM REPORTS 2.exe.Local\ NOT FOUND Attributes: Error 5:51:12 AM JJK ITEM REPORT:3460 QUERY INFORMATION C:\Program Files\Default Company Name\JJKITEM\JJK ITEM REPORTS 2.PDB NOT FOUND Attributes: Error 5:51:12 AM JJK ITEM REPORT:3460 OPEN C:\Program Files\Default Company Name\JJKITEM\JJK ITEM REPORTS 2.pdb NOT FOUND Options: Open Access: All 5:51:12 AM JJK ITEM REPORT:3460 OPEN C:\WINDOWS\symbols\exe\JJK ITEM REPORTS 2.pdb PATH NOT FOUND Options: Open Access: All 5:51:12 AM JJK ITEM REPORT:3460 OPEN C:\WINDOWS\exe\JJK ITEM REPORTS 2.pdb PATH NOT FOUND Options: Open Access: All 5:51:12 AM JJK ITEM REPORT:3460 OPEN C:\WINDOWS\JJK ITEM REPORTS 2.pdb NOT FOUND Options: Open Access: All |
scorpion53061 admin@kjmsolutions.com From: Sheboygan, WI USA Posts: 140 Member Since: 04/27/03 |
posted March 28, 2006 4:49 PM By the way I am using the updated dlls |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted March 28, 2006 9:22 PM I don't really see anything that indicates a problem with Telnet in the error report, but if you say removing the Telnet component gets rid of the error then I would have to guess that the dll is the file that can't be found. |
scorpion53061 admin@kjmsolutions.com From: Sheboygan, WI USA Posts: 140 Member Since: 04/27/03 |
posted March 28, 2006 9:32 PM Do you have any guesses at all as to why? It is a typical install with a Windows Setup Project. |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted March 28, 2006 10:25 PM Have you tried searching Google for clr20r3? I just did and got quite a few hits. One seems to indicate that clearing the event log helped. Other than that, no, I don't have an guesses. |
scorpion53061 admin@kjmsolutions.com From: Sheboygan, WI USA Posts: 140 Member Since: 04/27/03 |
posted March 29, 2006 7:31 AM I installed the trial versions on the problem server. It refused ot show the form and reported this error (when I click on the error it shows me the resource file for the form.) I did clear the event logs. I will show you what VS reported in the next post. <value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <resheader name="writer"> <value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value> </resheader> <data name="Vt1.FontEx" mimetype="application/x-microsoft.net.object.binary.base64"> <value> AAEAAAD/////AQAAAAAAAAAMAgAAAF1EYXJ0LlBvd2VyVENQLkVtdWxhdGlvbi5WdCwgVmVyc2lvbj0x LjAuMi4wLCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPTU5NjYyOTFiODk1NWU0YmIFAQAA ABxEYXJ0LlBvd2VyVENQLkVtdWxhdGlvbi5Gb250BAAAAAVzdHlsZQRuYW1lB2NoYXJzZXQEc2l6ZQAB AAAICAsCAAAAAAAAAAYDAAAAC1ZUMjIwX2FzY2lp3AAAAAAAQEEL </value> </data> <metadata name="Telnet1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"> <value>17, 17</value> </metadata> </root> |
scorpion53061 admin@kjmsolutions.com From: Sheboygan, WI USA Posts: 140 Member Since: 04/27/03 |
posted March 29, 2006 7:38 AM Warning 1 Cannot resolve dependency to assembly 'System.Windows.Forms, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event. 0 0 Error 2 Invalid Resx file. The specified module could not be found. (Exception from HRESULT: 0x8007007E) Line 127, position 5. C:\Documents and Settings\Administrator\Desktop\DARTTEST\Form1.resx 127 5 DARTTEST |
scorpion53061 admin@kjmsolutions.com From: Sheboygan, WI USA Posts: 140 Member Since: 04/27/03 |
posted March 29, 2006 7:44 AM The Telnet sample works fine on the problem server. The emulator sample bombs with the same exact errors. |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted March 29, 2006 8:12 AM Does that machine have .NET Fw 1.1 installed? Or just 2.0? Try installing 1.1 and it should work. The controls were built with 1.0 and work fine with 1.1 and 2.0, but as I recall, the VT requires 1 or 1.1 to be installed. |
scorpion53061 admin@kjmsolutions.com From: Sheboygan, WI USA Posts: 140 Member Since: 04/27/03 |
posted March 29, 2006 8:56 AM on my development machine and the offending server neither has 1.0 of the framework and boht have the same 1.1 version installed. I am downloading and resinstalling 1.1 and will install 1.0 on the problem server to see if it resolves the issue. |
scorpion53061 admin@kjmsolutions.com From: Sheboygan, WI USA Posts: 140 Member Since: 04/27/03 |
posted March 29, 2006 9:32 AM I installed 1.0, rebooted, installed 1.1 and rebooted. The errors being reported remain the same. I then resintalled the DART controls and no change. When I try to add the vt control to the toolbox it says "the specified module cannot be found". If you are willing and think this is worthy, I woudl like to take this off the discussion board and perhaps work out a Netmeeting so you can see what is going on. |
scorpion53061 admin@kjmsolutions.com From: Sheboygan, WI USA Posts: 140 Member Since: 04/27/03 |
posted March 29, 2006 12:04 PM Issue resolved..... |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted March 29, 2006 12:25 PM What was it? |
scorpion53061 admin@kjmsolutions.com From: Sheboygan, WI USA Posts: 140 Member Since: 04/27/03 |
posted March 29, 2006 1:04 PM A dll is missing from the Emulation install. It should extract msvcr71.dll to the system32 directory of the system being installed to. |
Tony Priest![]() From: Utica, NY USA Posts: 8466 Member Since: 04/11/00 |
posted March 29, 2006 1:14 PM Thanks. I'll make sure that it gets added to the next install. I'm surprised that visual studio does not pick that up when it creates the setup. I am also surprised that it's not a part of the Framework install. |
scorpion53061 admin@kjmsolutions.com From: Sheboygan, WI USA Posts: 140 Member Since: 04/27/03 |
posted March 29, 2006 1:18 PM I think from vs perspective the dll is already installed as part of the framework but not necessarily to system32. But still you would think it would detect the dependancy in the least. |
Reply | PowerTCP Telnet for .NET Topics | Forums |
This site is powered by
![]() |