A
Art Krumsee
I have a series of console application developed in vb.net with Visual
Studio 2002. They works perfectly on my development workstation and our
production server. Now I've installed these applications on a new server and
it *intermittently* throws the error:
The instruction at 0x791cfea1 referenced memory at "0x00000050". The
memory could not be "read".
The first address varies but the 0x00000050 is always the same. The error I
see pops up immediately when I start the application, and my testing shows
that it occurs before any code executes within my application. And as I
mentioned, the error is intermittent. It probably occurs in 1 run out of
every 5.
In testing I created a test version of one of my apps and started stripping
out parts of my code hoping to find the source of this error. Eventually I
got to the point where there was literally nothing left in the application.
Absolutely nothing. It has no added references and no code within the sub
main. I'm still getting this error.
The problem must be related in some way to the environment under which my
vb.net app is running on that new server. I did see something like this
once before and resolved it by reinstalling the 1.1 framework. This time
I've tried reinstalling, repairing and finally uninstalling/reinstalling the
framework with reboots between. None of that stopped the problem.
One other potentially pertinent fact. As mentioned above, I developed this
in Visual Studio 2002. My development workstation also has the 1.1 framework
installed but I noticed yesterday that when I add references to system DLLs
(system.data, system.data.xml, system.io, etc.) their version numbers begins
1.0.... Is this as it should be and if not, could this be the source of
this problem?
Thanks
Art
Studio 2002. They works perfectly on my development workstation and our
production server. Now I've installed these applications on a new server and
it *intermittently* throws the error:
The instruction at 0x791cfea1 referenced memory at "0x00000050". The
memory could not be "read".
The first address varies but the 0x00000050 is always the same. The error I
see pops up immediately when I start the application, and my testing shows
that it occurs before any code executes within my application. And as I
mentioned, the error is intermittent. It probably occurs in 1 run out of
every 5.
In testing I created a test version of one of my apps and started stripping
out parts of my code hoping to find the source of this error. Eventually I
got to the point where there was literally nothing left in the application.
Absolutely nothing. It has no added references and no code within the sub
main. I'm still getting this error.
The problem must be related in some way to the environment under which my
vb.net app is running on that new server. I did see something like this
once before and resolved it by reinstalling the 1.1 framework. This time
I've tried reinstalling, repairing and finally uninstalling/reinstalling the
framework with reboots between. None of that stopped the problem.
One other potentially pertinent fact. As mentioned above, I developed this
in Visual Studio 2002. My development workstation also has the 1.1 framework
installed but I noticed yesterday that when I add references to system DLLs
(system.data, system.data.xml, system.io, etc.) their version numbers begins
1.0.... Is this as it should be and if not, could this be the source of
this problem?
Thanks
Art