473,779 Members | 1,912 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Win2003 won't run my application

I have a Win2003 server where I installed my VB.NET application, built
with VS.NET 2002.

My main application crashes before the first line of my code is
executed with this error: "Memory at location ... could not be read."

All my additional tools that I built for my application work fine.

When I log on as administrator everything works fine but as soon as I
log on with a normal user account the crash occurs. This looks like a
permission issue but which permission?
Does anyone have an idea why this is happening.?

Tosch
Jul 21 '05 #1
13 1994
W2K comes with .NET v1.1 preinstalled, your application is build for .NET
v1.0. Did you tested your application on v1.1 before deploying?

Willy.
"Tosch" <to**********@s wissonline.ch> wrote in message
news:k8******** *************** *********@4ax.c om...
I have a Win2003 server where I installed my VB.NET application, built
with VS.NET 2002.

My main application crashes before the first line of my code is
executed with this error: "Memory at location ... could not be read."

All my additional tools that I built for my application work fine.

When I log on as administrator everything works fine but as soon as I
log on with a normal user account the crash occurs. This looks like a
permission issue but which permission?
Does anyone have an idea why this is happening.?

Tosch

Jul 21 '05 #2
W2K comes with .NET v1.1 preinstalled, your application is build for .NET
v1.0. Did you tested your application on v1.1 before deploying?

Willy.
"Tosch" <to**********@s wissonline.ch> wrote in message
news:k8******** *************** *********@4ax.c om...
I have a Win2003 server where I installed my VB.NET application, built
with VS.NET 2002.

My main application crashes before the first line of my code is
executed with this error: "Memory at location ... could not be read."

All my additional tools that I built for my application work fine.

When I log on as administrator everything works fine but as soon as I
log on with a normal user account the crash occurs. This looks like a
permission issue but which permission?
Does anyone have an idea why this is happening.?

Tosch

Jul 21 '05 #3
Willy,
yes I did that a while ago. My application doesn't even come as far as
displaying my splash screen.

Tosch
On Mon, 3 May 2004 13:43:47 +0200, "Willy Denoyette [MVP]"
<wi************ *@pandora.be> wrote:
W2K comes with .NET v1.1 preinstalled, your application is build for .NET
v1.0. Did you tested your application on v1.1 before deploying?

Willy.
"Tosch" <to**********@s wissonline.ch> wrote in message
news:k8******* *************** **********@4ax. com...
I have a Win2003 server where I installed my VB.NET application, built
with VS.NET 2002.

My main application crashes before the first line of my code is
executed with this error: "Memory at location ... could not be read."

All my additional tools that I built for my application work fine.

When I log on as administrator everything works fine but as soon as I
log on with a normal user account the crash occurs. This looks like a
permission issue but which permission?
Does anyone have an idea why this is happening.?

Tosch


Jul 21 '05 #4
Willy,
yes I did that a while ago. My application doesn't even come as far as
displaying my splash screen.

Tosch
On Mon, 3 May 2004 13:43:47 +0200, "Willy Denoyette [MVP]"
<wi************ *@pandora.be> wrote:
W2K comes with .NET v1.1 preinstalled, your application is build for .NET
v1.0. Did you tested your application on v1.1 before deploying?

Willy.
"Tosch" <to**********@s wissonline.ch> wrote in message
news:k8******* *************** **********@4ax. com...
I have a Win2003 server where I installed my VB.NET application, built
with VS.NET 2002.

My main application crashes before the first line of my code is
executed with this error: "Memory at location ... could not be read."

All my additional tools that I built for my application work fine.

When I log on as administrator everything works fine but as soon as I
log on with a normal user account the crash occurs. This looks like a
permission issue but which permission?
Does anyone have an idea why this is happening.?

Tosch


Jul 21 '05 #5
How about a simple windows forms application with an empty form?
Did you try to remove the splash screen?

Willy.

"Tosch" <to**********@s wissonline.ch> wrote in message
news:dp******** *************** *********@4ax.c om...
Willy,
yes I did that a while ago. My application doesn't even come as far as
displaying my splash screen.

Tosch
On Mon, 3 May 2004 13:43:47 +0200, "Willy Denoyette [MVP]"
<wi************ *@pandora.be> wrote:
W2K comes with .NET v1.1 preinstalled, your application is build for .NET
v1.0. Did you tested your application on v1.1 before deploying?

Willy.
"Tosch" <to**********@s wissonline.ch> wrote in message
news:k8****** *************** ***********@4ax .com...
I have a Win2003 server where I installed my VB.NET application, built
with VS.NET 2002.

My main application crashes before the first line of my code is
executed with this error: "Memory at location ... could not be read."

All my additional tools that I built for my application work fine.

When I log on as administrator everything works fine but as soon as I
log on with a normal user account the crash occurs. This looks like a
permission issue but which permission?
Does anyone have an idea why this is happening.?

Tosch

Jul 21 '05 #6
How about a simple windows forms application with an empty form?
Did you try to remove the splash screen?

Willy.

"Tosch" <to**********@s wissonline.ch> wrote in message
news:dp******** *************** *********@4ax.c om...
Willy,
yes I did that a while ago. My application doesn't even come as far as
displaying my splash screen.

Tosch
On Mon, 3 May 2004 13:43:47 +0200, "Willy Denoyette [MVP]"
<wi************ *@pandora.be> wrote:
W2K comes with .NET v1.1 preinstalled, your application is build for .NET
v1.0. Did you tested your application on v1.1 before deploying?

Willy.
"Tosch" <to**********@s wissonline.ch> wrote in message
news:k8****** *************** ***********@4ax .com...
I have a Win2003 server where I installed my VB.NET application, built
with VS.NET 2002.

My main application crashes before the first line of my code is
executed with this error: "Memory at location ... could not be read."

All my additional tools that I built for my application work fine.

When I log on as administrator everything works fine but as soon as I
log on with a normal user account the crash occurs. This looks like a
permission issue but which permission?
Does anyone have an idea why this is happening.?

Tosch

Jul 21 '05 #7
All my tools (5 or 6 winform exes) run fine.

It's just my main app that crashes. I don't think it has anything to
do with the splash screen. It just displays a logo and a few labels.

My tools have more complex forms with 3rd party grids etc and they
work fine. Also sql server access works fine

I have set full control on all files on my drive and all the keys in
the registry (HKLM) for this user, no change.

I'll try and put a MsgBox() as the first line in my code and see what
happens.

Tosch
On Mon, 3 May 2004 19:37:31 +0200, "Willy Denoyette [MVP]"
<wi************ *@pandora.be> wrote:
How about a simple windows forms application with an empty form?
Did you try to remove the splash screen?

Willy.

"Tosch" <to**********@s wissonline.ch> wrote in message
news:dp******* *************** **********@4ax. com...
Willy,
yes I did that a while ago. My application doesn't even come as far as
displaying my splash screen.

Tosch
On Mon, 3 May 2004 13:43:47 +0200, "Willy Denoyette [MVP]"
<wi************ *@pandora.be> wrote:
W2K comes with .NET v1.1 preinstalled, your application is build for .NET
v1.0. Did you tested your application on v1.1 before deploying?

Willy.
"Tosch" <to**********@s wissonline.ch> wrote in message
news:k8***** *************** ************@4a x.com...
I have a Win2003 server where I installed my VB.NET application, built
with VS.NET 2002.

My main application crashes before the first line of my code is
executed with this error: "Memory at location ... could not be read."

All my additional tools that I built for my application work fine.

When I log on as administrator everything works fine but as soon as I
log on with a normal user account the crash occurs. This looks like a
permission issue but which permission?
Does anyone have an idea why this is happening.?

Tosch


Jul 21 '05 #8
All my tools (5 or 6 winform exes) run fine.

It's just my main app that crashes. I don't think it has anything to
do with the splash screen. It just displays a logo and a few labels.

My tools have more complex forms with 3rd party grids etc and they
work fine. Also sql server access works fine

I have set full control on all files on my drive and all the keys in
the registry (HKLM) for this user, no change.

I'll try and put a MsgBox() as the first line in my code and see what
happens.

Tosch
On Mon, 3 May 2004 19:37:31 +0200, "Willy Denoyette [MVP]"
<wi************ *@pandora.be> wrote:
How about a simple windows forms application with an empty form?
Did you try to remove the splash screen?

Willy.

"Tosch" <to**********@s wissonline.ch> wrote in message
news:dp******* *************** **********@4ax. com...
Willy,
yes I did that a while ago. My application doesn't even come as far as
displaying my splash screen.

Tosch
On Mon, 3 May 2004 13:43:47 +0200, "Willy Denoyette [MVP]"
<wi************ *@pandora.be> wrote:
W2K comes with .NET v1.1 preinstalled, your application is build for .NET
v1.0. Did you tested your application on v1.1 before deploying?

Willy.
"Tosch" <to**********@s wissonline.ch> wrote in message
news:k8***** *************** ************@4a x.com...
I have a Win2003 server where I installed my VB.NET application, built
with VS.NET 2002.

My main application crashes before the first line of my code is
executed with this error: "Memory at location ... could not be read."

All my additional tools that I built for my application work fine.

When I log on as administrator everything works fine but as soon as I
log on with a normal user account the crash occurs. This looks like a
permission issue but which permission?
Does anyone have an idea why this is happening.?

Tosch


Jul 21 '05 #9
Willy,

it turns out my application starts 'ok' but one of the first things I
do is to check if the same application already runs.

The line: p =
Diagnostics.Pro cess.GetProcess esByName(Diagno stics.Process.G etCurrentProces s.ProcessName)

is where my application crashes, no Try/Catch help in this case.

I have now added a commandline option to bypass this check since I
could not find out what is causing this line to crash.
Any ideas?

Tosch

On Mon, 3 May 2004 19:37:31 +0200, "Willy Denoyette [MVP]"
<wi************ *@pandora.be> wrote:
How about a simple windows forms application with an empty form?
Did you try to remove the splash screen?

Willy.

"Tosch" <to**********@s wissonline.ch> wrote in message
news:dp******* *************** **********@4ax. com...
Willy,
yes I did that a while ago. My application doesn't even come as far as
displaying my splash screen.

Tosch
On Mon, 3 May 2004 13:43:47 +0200, "Willy Denoyette [MVP]"
<wi************ *@pandora.be> wrote:
W2K comes with .NET v1.1 preinstalled, your application is build for .NET
v1.0. Did you tested your application on v1.1 before deploying?

Willy.
"Tosch" <to**********@s wissonline.ch> wrote in message
news:k8***** *************** ************@4a x.com...
I have a Win2003 server where I installed my VB.NET application, built
with VS.NET 2002.

My main application crashes before the first line of my code is
executed with this error: "Memory at location ... could not be read."

All my additional tools that I built for my application work fine.

When I log on as administrator everything works fine but as soon as I
log on with a normal user account the crash occurs. This looks like a
permission issue but which permission?
Does anyone have an idea why this is happening.?

Tosch


Jul 21 '05 #10

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

Similar topics

0
1015
by: Joe | last post by:
When we run our application under win2003 it requires us to register all serviced components. The web application gets an exception either on the registry our on IComCatalog save changes when we try to automatically register them from a web-page. Does anyone know how to get the win2003 server to work like a win2000 server sercurity wise...
2
1134
by: Belinda | last post by:
I am trying to setup a COM+ application that runs some ASP applications. The application vendor is telling me on my Win2003 server that COM+ and ASP as not been properly setup. Can any of you please give me the steps to setup ASP and proper COM+ configuration on my Win2003 server running IIS6. I am running from pillar to post for help. Thanks
0
1440
by: Johanna | last post by:
Hello, Thread was being aborted exception is thrown by my asp.net application. I hope someone could help me with this error that I get in windows 2003 server. This error has not occured with the same application in windows 2000 professional computers that are also lot older and less effective.
3
2495
by: Johanna | last post by:
Hello, Thread was being aborted exception is thrown by IIS for my asp.net application on win2003 server. This error has not yet occured with the same asp.net application on windows 2000 professional computers that are also lot older and less effective. And this error does not occure if this thread is run by console application. This asp.net gui application starts a background thread that mainly
1
4897
by: Jody Gelowitz | last post by:
We are having an issue in that when trying to read a file that is on Server2 from Server1 (through our ASP.NET project), we receive the error: Access to the path "\\Server2\MyShare\MyFile.tif" is denied. Here is the server setup that we have: Dev - Development Computer on WinXP Pro SP2 (IIS5), VS2003 developing under .NET Framework 1.1 Server1 - Web Server on Win2003 Server (IIS6) Server2 - File Server on Win2003 Server
9
359
by: Tosch | last post by:
I have a Win2003 server where I installed my VB.NET application, built with VS.NET 2002. My main application crashes before the first line of my code is executed with this error: "Memory at location ... could not be read." All my additional tools that I built for my application work fine. When I log on as administrator everything works fine but as soon as I log on with a normal user account the crash occurs. This looks like a
0
1725
by: ee_stevek | last post by:
hi guys, here is my problem: i have to maintain a web vb.net application developped some times ago. The application was developped on Windows2000 SP3 with Visual Studio 2003 (7.1). and the application was running on windows 2000 SP3 with the usual IIS. Right now i need to make it work, on a Windows 2003 SP1 server (but i need the keep the dev environment on VisualStudio 2003). this app need to run some batch file, unfortunately for me,...
2
1505
by: Don Rich | last post by:
Please share with me any ideas you may have for troubleshooting and resolving the subject problem. I can give more details as necessary. (Please advise if I should post this problem to a more specific group.) Here's the situation in a nutshell. We're using WinXP Pro workstations configured to a common standard on a nation-wide intra-network and we recently migrated one operation involving networking with a WinNT server (with...
1
1510
Carrugar
by: Carrugar | last post by:
I'm having a major problem with an ASP application. Our ASP code has been migrated from NT4 (IIS4.0) to a Win2003 (IIS6.0) server. However, there seems to be a problem with the VB scripts. Whenever a VB function is called I get a Runtime Error "Object Expected". These are client-side scripts so I cant see how having a different server is making such an impact. Does anyone know what processes are going on in IIS 6.0 or Win2003 which is...
0
9632
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
10302
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...
0
10136
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...
0
8958
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...
0
6723
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
5372
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...
1
4036
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
2
3631
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2867
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.