Server 2008 R2 .NetFramework 1.1
Hi there. I have Server 2008 R2. My financial program use .NetFramework 1.1 and SqlServer. Before i install framework my program doesnt work. After install framework i have this error code:
Common Language Runtime Debugging Services
Application has generated an exception that could not be handled.
Process id=0xac8 (2760), Thread id=0xd58 (3416)
And sometimes i recieve another error after above error.
Registered JIT debugger is not available. An attempt to launch a JIT debugger with the following command resulted
in an error code of 0x2(2). Please check computer settings.
cordbg.exe !a 0x6b8
i think its a framework error. how can i fix this? its too important to me.
thank you.
January 27th, 2011 12:06pm
Hello,
does the vendor of your financial program support the use from Windows server 2008 R2? That is the first you have to check.
Also .NET framework is NOT supported on Windows server 2008 R2:
http://blogs.technet.com/b/lifecycle/archive/2010/06/21/supportability-of-net-framework-1-1-on-windows-7-and-windows-server-2008-r2.aspxBest regards Meinolf Weber Disclaimer: This posting is provided "AS IS" with no warranties or guarantees , and confers no rights.
Free Windows Admin Tool Kit Click here and download it now
January 27th, 2011 2:50pm
but i can use my program on Windows 7 Pro 64bit. Also i installed .NetFramework 1.1 on my Server 2008. Wham am i supposed to do? Windows 7 not allow multiple remote desktop and i cannot install Server 2003 on my computer due to RAID problem. Thank you
for help.
January 28th, 2011 5:51am
Hi,
You’d better contact your financial program manufacturer to confirm whether your financial program is compatible with Windows Server 2008 R2 first.
You can install .Net Framework 3.5.1 from Server Manager -> Add Features in Windows Server 2008 R2.
Tim Quan
Free Windows Admin Tool Kit Click here and download it now
January 31st, 2011 12:32am
Hello,
I contact my manufacturer but they said their software is available for Server 2008 R2. They can install their software some consumers but they cannot help me. Also i check NetFramework 3.5.1 from server manager. Its already installed.
There are some photos I got, about errors;
http://tinypic.com/r/dnhrtv/7
http://tinypic.com/r/160uc29/7
January 31st, 2011 3:53am
Hi,
Thank you for the reply.
But I am afraid you have to ask them to help you because we are not the best resource to help on a third-party software.
Now I suggest testing the issue in a Clean Boot environment:
Clean Boot
========
1. Click Start, type "MSCONFIG" (without the quotations) in the Search Bar and Press "Enter" to start the System Configuration Utility.
Note: Please click Continue if the "User Account Control" window pops up.
2. Click the "Services" tab, check the "Hide All Microsoft Services" box and click "Disable All" (if it is not gray).
3. Click the "Startup" tab, click "Disable All" and click "OK".
4. Restart the computer and test the issue.
Note: Clean Boot is a troubleshooting step. If some programs have been disabled, we can re-enable them later. If you see the System Configuration Utility,
check the box of "Don't show this message" and then click "OK".
Please test this result in the Clean Boot environment.
If the issue persists, you’d better contact your financial program manufacturer for direct assistance. By the way, what financial program are you
trying to install?
Tim Quan
Free Windows Admin Tool Kit Click here and download it now
January 31st, 2011 4:39am
Hi,
I tried your way but its same. I check .NetFrameworks Setup Verification Tool. I get some errors( lack of some registry keys like debug registry). I uninstall Framework 1.1 then i tried to execute my exe.I get "OkyanusSQL has
stopped working" error.
January 31st, 2011 5:13am
Hi,
Please understand.NET Framework 1.1 is not supported on Windows 7 and Windows Server 2008 R2. For detailed information, please refer to
http://blogs.msdn.com/b/servicing/archive/2010/06/21/supportability-of-net-framework-1-1-on-windows-7-and-windows-server-2008-r2.aspx
Based on the current situation, I suggest installing your program on a new Windows Server 2008 R2 machine to test the result. If the issue persists,
it is probably your program is incompatible with Windows Server 2008 R2. Then please contact its manufacturer for direct assistance.
Tim Quan
Free Windows Admin Tool Kit Click here and download it now
February 1st, 2011 2:30am