NET Framework v2.0

Any questions regarding JoinFS.
Post Reply
FSVKenny
Posts: 18
Joined: Sun Oct 30, 2016 12:07 am

NET Framework v2.0

Post by FSVKenny »

Hello.

I've had to reinstall windows on my server computer "Windows 7 Professional 64bit"

Before my computer crashed and I had to put a new copy of windows "windows 7 home premium" Join FS was working perfectly. After the upgrade to 7 Pro, I'm having a real problem with net framework 2.0. Windows will not let me in stall it or net framework 3.5 because they are included in the operating system.

Here is the problem with Join FS.......

Image

And here's the error code that I saved to a notepad..............
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.IO.FileNotFoundException: The specified module could not be found. (Exception from HRESULT: 0x8007007E)
at JoinFS.Sim.DoWork()
at JoinFS.MainForm.DoWork(Object sender, EventArgs e)
at System.Windows.Forms.Timer.OnTick(EventArgs e)
at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5485 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
----------------------------------------
JoinFS
Assembly Version: 1.0.0.0
Win32 Version: 1.0.21.0
CodeBase: file:///F:/JoinFS%20(TEST)/JoinFS.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5491 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.8686 (QFE.050727-8600)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5495 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Configuration
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5483 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------
System.Xml
Assembly Version: 2.0.0.0
Win32 Version: 2.0.50727.5494 (Win7SP1GDR.050727-5400)
CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.
I think I've tried everything to fix the net frameworks, but maybe someone here may have an answer to this. Any help would be appreciated.


Thank you for your time,
Kenny Fox.
User avatar
Peter
Site Admin
Posts: 2281
Joined: Fri Sep 23, 2016 8:51 am
Contact:

Re: NET Framework v2.0

Post by Peter »

Hi Kenny,

Hope this fixes it:

http://pmem.uk/joinfs/forum/viewtopic.p ... ework#p502

Sounds like you need to install legacy SimConnect on the machine.

Best regards,
Peter
FSVKenny
Posts: 18
Joined: Sun Oct 30, 2016 12:07 am

Re: NET Framework v2.0

Post by FSVKenny »

Thank you for the help, that fix it.
Post Reply