[Mono-bugs] [Bug 54324][Cri] New - mono not found msvcr70.dll component in Microsoft Windows XP Professional
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Fri, 13 Feb 2004 02:28:50 -0500 (EST)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jacoblinux@linuxmail.org.
http://bugzilla.ximian.com/show_bug.cgi?id=54324
--- shadow/54324 2004-02-13 02:28:50.000000000 -0500
+++ shadow/54324.tmp.12063 2004-02-13 02:28:50.000000000 -0500
@@ -0,0 +1,114 @@
+Bug#: 54324
+Product: Mono/Runtime
+Version: unspecified
+OS:
+OS Details: Windows XP Professional
+Status: NEW
+Resolution:
+Severity:
+Priority: Critical
+Component: misc
+AssignedTo: mono-bugs@ximian.com
+ReportedBy: jacoblinux@linuxmail.org
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: mono not found msvcr70.dll component in Microsoft Windows XP Professional
+
+Please fill in this template when reporting a bug, unless you know what
+you are doing.
+Description of Problem:
+when i run Mono(version 0.3,new),Mono not found a component
+called "msvcr70.dll"....
+
+Steps to reproduce the problem:
+1.mono exampleone.exe
+2.
+3.
+
+Actual Results:
+none,error mono not found mscvr70.dll
+
+How often does this happen?
+always
+
+Additional Information:
+
+//EMAIL:jacoblinux@linuxmail.org,israel@dinamisys.com
+//WEB SITE: http://www.dinamisys.com/jacob
+----------------------------------------------------------------
+//MONO Version: 0.30
+//BUG/Problem:
+//Description of Problem:when i run Mono(version 0.3,new),Mono not found a
+component called "msvcr70.dll"....
+//OS Description and Version:Microsoft Windows XP(Pro without UPDATES)
+with Microsoft Visual Studio .NET 2003(Totally instaled).
+//My opinion: I was searching this component in specific Paths AND ALL
+SUBFOLDERS and Hidden for example:
+***I HAVE MY MAIN WINDOWS DRIVE LIKE "I:\" ****
+I:\WINDOWS\system32
+I:\WINDOWS\Microsoft.NET\Framework
+I:\WINDOWS\Microsoft.NET\Framework\v1.0.3705
+I:\WINDOWS\Microsoft.NET\Framework\v1.1.4322
+I:\Program Files\Microsoft.NET
+I:\Program Files\Microsoft Visual Studio .NET 2003
+
+BUT I DONT FOUND THIS COMPONENET...SO START THE SEARCH WITH MICROSOFT
+WIZARD ASSISTANT
+AND ...YEAHH!! I FOUND THIS COMPONENT,,, BUT IN THIS DIRECTORY(IN
+MICROSOFT OFFICE XP DIR):
+
+I:\Program Files\Microsoft Office\Office10\VS Runtime
+
+THEN I ADD THIS PATH TO ENVIRONMENT VARIABLES(PATH) OF MICROSOFT WINDOWS
+XP:
+AND YEAHHH...!!! TO SEEMS WHEN I RUN AN MONO APPLICATION(THIS IS AN
+EXAMPLE) RUNS WELL..BUT:
+***************************************************************************
+*
+using System;
+
+ public class llenado_manual{
+
+ public static void Main(string[] args)
+ {
+
+ int[] array;
+ int valori=0;
+ //string valors;
+ array=new int[10];
+ Console.WriteLine("LLena el array:");
+
+ //llenar el array manualmente
+ for(int i=0;i<=array.GetUpperBound(0);i++)
+ {
+ Console.Write("array[{0}]=",i);
+ //valors=int.Parse(Console.ReadLine());
+ valori=int.Parse(Console.ReadLine());
+ array[i]=valori;
+ }
+ Console.WriteLine("El Array llenado es:");
+
+ //Despliegue del array llenado manualmente
+ for(int i=0;i<=array.GetUpperBound(0);i++)
+ {
+ valori=array[i];
+ Console.WriteLine("array[{0}]={1}",i,valori);
+ }
+ }//fin_Main
+
+}//fin_class
+***************************************************************************
+*****
+I:\mono_examples\mcs array_eje2.cs //compile
+I:\mono_examples\mono array_eje2.exe //run
+
+YEAHH !!! MONO RUNS TO SEEM WITHOUT PROBLEMS!!!!BUT THIS IS A GREAT
+PROBLEM BECAUSE....
+THE PEOPLE...PROGRAMMERS..USER..FANS..OF MONO..OR .NET....THEY WILL HAVE
+THAT UPDATE ALWAYS
+THE ENVIRONMENT PATH TO THIS DIRECTORY(\Program Files\Microsoft
+Office\Office10\VS Runtime)
+ WHICH IT FOUNDS "MSVCR70.DLL COMPONENT FILE".....alL these in Microsoft
+Windows XP Professional version