473,769 Members | 4,202 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.Net application running in Windows 2000 Terminal Server

Hi

I am having problem running an .net application on a Windows2000 Terminal Server. The application seems to work fine on user's desktop

The issues that I have with running the application on the Terminal Server are
1. When exiting the application, I got the following error dialog box
Title: .Net-BroadcastEventW indow.1.0.5000. 0.5:MyExecutabl e.exe - Application Erro
Message: The instruction at "0x77f8910e " referenced memory at "0x00000324 ". The memory could not be "read"
I seemed to read other folks had similiar problems when they have .net 1.0 framework installed instead of the .net 1.1. However, I checked and my installation is 1.1

2. I was unable to install one instance of the application and have all users on the Terminal Server to share that instance UNLESS the user is given administrative privilege. My application does not use any registry settings, so do you happen to know if .Net automatically do something of that kind. I was going to do registry compare as the last resort, but if you happen to know something, maybe you can share that with me

If you know anything about the above 2 errors, please share it with me... Thanks a million..

--Chun
Jul 21 '05 #1
3 2481
Hello Chung,

Thanks for your post. As I understand, you are experiencing some problems
when running a .NET application under Windows 2000 Terminal Server. Please
correct me if there is any misunderstandin g. Now I'd like to share the
following information with you:

1. Based on my experience, there is a known issue in .NET Framework 1.0 on
Windows 2000 Terminal Server.

Errors Occur When You Use a .NET Framework 1.0-Based Program on a Windows
2000 Service Pack 4-Based Terminal Server
http://support.microsoft.com/default.aspx?kbid=823485

As in this case, was your program built in VS .NET 2002?

I suggest to stop Terminal Server on your WIndows 2000 box and then check
if you can reproduce the problem?

Please also check the call stack when it crashes.

2. Could you please tell me the sympton of the problem when running your
application under the user without administrative privilege?

You can use Filemon and Regmon to monitor the File/registry access of your
program:

Filemon
http://www.sysinternals.com/ntw2k/source/filemon.shtml

Regmon
http://www.sysinternals.com/ntw2k/source/regmon.shtml

I look forward to your response.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #2
Hello Chung,

Thanks for your post. As I understand, you are experiencing some problems
when running a .NET application under Windows 2000 Terminal Server. Please
correct me if there is any misunderstandin g. Now I'd like to share the
following information with you:

1. Based on my experience, there is a known issue in .NET Framework 1.0 on
Windows 2000 Terminal Server.

Errors Occur When You Use a .NET Framework 1.0-Based Program on a Windows
2000 Service Pack 4-Based Terminal Server
http://support.microsoft.com/default.aspx?kbid=823485

As in this case, was your program built in VS .NET 2002?

I suggest to stop Terminal Server on your WIndows 2000 box and then check
if you can reproduce the problem?

Please also check the call stack when it crashes.

2. Could you please tell me the sympton of the problem when running your
application under the user without administrative privilege?

You can use Filemon and Regmon to monitor the File/registry access of your
program:

Filemon
http://www.sysinternals.com/ntw2k/source/filemon.shtml

Regmon
http://www.sysinternals.com/ntw2k/source/regmon.shtml

I look forward to your response.

Have a nice day!

Regards,

HuangTM
Microsoft Online Partner Support
MCSE/MCSD

Get Secure! -- www.microsoft.com/security
This posting is provided "as is" with no warranties and confers no rights.

Jul 21 '05 #3
Hi,

Thanks for your response.... I am using .Net 2003, so I believed it is
using .net framework 1.0.

As for the sympton of the problem, it will take me a little more time
with getting the symtom since we are getting into another problem with
Windows Installer on the terminal server box.

Thanks... Have a nice day too.

--Chung
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 21 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4590
by: David | last post by:
Does anyone know how I can tell if my application is running in either a Terminal Server session or Citrix session vs. running on the local computer? David Hodgkins, MCSD, MCDBA, MCSE
1
1568
by: Barb | last post by:
What is the limitation of memory that SQL Server 2000 Standard can use when running on a Windows 2000 Advanced Server platform?
0
1197
by: paul_tomlin | last post by:
We've got an Excel spreadsheet that uses an ODBC link to an Access database (running on our 2003 Terminal Server) the refresh data option doesn't seem to work unless the user has administrative rights. we've also tried this on our 2000 terminal server with the same results. is there a particular way to install ODBC on terminal services? is there any directories i should grant users access to so i can make this more reliable?
8
2742
by: OHM | last post by:
Hi peoples, I dont know where to place this question, so as I know you guys are all resourceful experts, I thought I would try here. I am writing some code which will be run usingh remote desktop ( On windows 2003 Server ), I need to determine in the code the machine name and username. If I use GetUsername and GetMachineName, it simply gives me the name of the currently logged on user ( at the Server ) and the Servers Machine Name.
4
349
by: Chung Ley | last post by:
Hi I am having problem running an .net application on a Windows2000 Terminal Server. The application seems to work fine on user's desktop The issues that I have with running the application on the Terminal Server are 1. When exiting the application, I got the following error dialog box Title: .Net-BroadcastEventWindow.1.0.5000.0.5:MyExecutable.exe - Application Erro Message: The instruction at "0x77f8910e" referenced memory at...
0
1143
by: Glen Parker | last post by:
8.0 beta1 does not run on Windows 2000 Terminal Server. This is the http://pgfoundry.org/projects/pginstaller/ download from 08/09/2004. It ran OK for me on Win2K Pro, so I suspect this is caused by the terminal server stuff; I have experienced differences in shared memory code between terminal server and non terminal server in the past. postmaster throws this error immediately. FATAL: could not create shared memory segment: No error
1
2464
by: Parv | last post by:
I am trying to impersonate user to some other system using userName,domainName,password in C#. My Code is working fine if i am working on Windows 2000 professional after assigning current user "Act as part of Operating system" permission. But when i tried to do the same on Windows 2000 advanced server after assigning current user i.e. administrator or anyone else "Act as part of Operating system" permission it gives me error "A required...
4
4919
by: Randy Webb | last post by:
This post was originally made in microsoft.public.scripting.jscript by Michael Harris and I am reposting it here for the people who don't/can't subscribe to the microsoft groups. The original thread can be read here: <URL: http://groups.google.com/group/microsoft.public.scripting.jscript/browse_frm/thread/91bd7c8dfe3c8a9f/a80a764bfb34d2ee#a80a764bfb34d2ee> Windows Script 5.7 for Windows 2000/XP/Server 2003 Download details: Windows...
0
1068
by: =?Utf-8?B?U2tpT25l?= | last post by:
I was wondering if it was possible to install VPN services on a windows 2003 terminal server using a single NIC? If not can I do it with 2 NICs?
0
9589
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10049
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
9998
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8876
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7413
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6675
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3967
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.