tinman83 / zscreen

Automatically exported from code.google.com/p/zscreen
0 stars 0 forks source link

error during start-up of the process #838

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. try to start a new install of z-screen by double clicking ZScreen.exe
2. error appears and the program is unable to start
3.

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
OS Name:                   Microsoft Windows XP Professional
OS Version:                5.1.2600 Service Pack 2 Build 2600
ZScreen-4.0.5.2310 but it also happens with ZScreen-4.9.0.2973 and 
ZScreen-4.9.0.3042

System.IO.FileNotFoundException: Could not load file or assembly 'System.Core, 
Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' or one of 
its dependencies. The system cannot find the file specified.
File name: 'System.Core, Version=3.5.0.0, Culture=neutral, 
PublicKeyToken=b77a5c561934e089'
   at System.ModuleHandle.ResolveMethod(Int32 methodToken, RuntimeTypeHandle* typeInstArgs, Int32 typeInstCount, RuntimeTypeHandle* methodInstArgs, Int32 methodInstCount)
   at System.ModuleHandle.ResolveMethodHandle(Int32 methodToken, RuntimeTypeHandle[] typeInstantiationContext, RuntimeTypeHandle[] methodInstantiationContext)
   at System.ModuleHandle.ResolveMethodHandle(Int32 methodToken)
   at System.RuntimeType.GetMethodBase(ModuleHandle scope, Int32 typeMetadataToken)
   at System.RuntimeType.GetMethodBase(Module scope, Int32 typeMetadataToken)
   at System.Reflection.CustomAttributeData..ctor(Module scope, CustomAttributeRecord caRecord)
   at System.Reflection.CustomAttributeData.GetCustomAttributes(Module module, Int32 tkTarget)
   at System.Reflection.CustomAttributeData.GetCustomAttributes(Assembly target)
   at System.Resources.ResourceManager.GetNeutralResourcesLanguage(Assembly a, UltimateResourceFallbackLocation& fallbackLocation)
   at System.Resources.ResourceManager.InternalGetResourceSet(CultureInfo culture, Boolean createIfNotExists, Boolean tryParents)
   at System.Resources.ResourceManager.GetObject(String name, CultureInfo culture, Boolean wrapUnmanagedMemStream)
   at System.Resources.ResourceManager.GetObject(String name)
   at ZScreenLib.DestSelector.InitializeComponent()
   at ZScreenLib.DestSelector..ctor()
   at ZScreenLib.ConfigWizard.InitializeComponent()
   at ZScreenLib.ConfigWizard..ctor(String rootDir)
   at ZScreenLib.Engine.TurnOn(EngineOptions options)
   at ZScreenGUI.Loader.Main()

WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value 
[HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure 
logging.
To turn this feature off, remove the registry value 
[HKLM\Software\Microsoft\Fusion!EnableLog].

Please provide any additional information below.
for the first mentioned version I get the detailed error listed above. for the 
newer versions I only get the windows error that announces that an error 
occured and asks me if I want to send the error report to microsoft(I also did 
that as well).

Thank you very much !

Original issue reported on code.google.com by dumitrac...@gmail.com on 15 Mar 2013 at 10:06

GoogleCodeExporter commented 9 years ago
.NET 3.5 installed in your pc?

Original comment by flexy...@gmail.com on 16 Mar 2013 at 12:16

GoogleCodeExporter commented 9 years ago
Hello,

thank you very much for the help.
I installed .net 3.5(but still had some problems, succeded in starting but
not all the functions were ok) and then I also installed SP1 for .net 3.5
and now everything is OK.

Thank you again for the help and you may close the issue.
Have a very nice day !

Original comment by dumitrac...@gmail.com on 16 Mar 2013 at 10:52

GoogleCodeExporter commented 9 years ago

Original comment by flexy...@gmail.com on 17 Mar 2013 at 3:58