473,785 Members | 2,858 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 2482
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
4920
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
1069
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
9645
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
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10324
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10090
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
9949
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7499
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
5380
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3645
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.