Groups | Blog | Home
all groups > dotnet general > december 2003 >

dotnet general : Anyone seen some of these problems on Win2K + SP5?


numerous instabilities in deploying VB
12/17/2003 11:41:05 PM
I have been working on a VB product It is working beautifuly on my XP dev box and my windows 2000 test machines in the lab.

When I install at the customer site, I get all kinds of wacky problems that I CANT reproduce in the lab.
1) Some customer PC's can't use ANY functions related to Process = Process.GetProcessById(ProcessID) !!!! - I am resorting to using a 3rd party product to kill process.
2) Sometimes applications will just die before starting up and generate a DR. Watson error in the Application Log.

Has anyone seen anything similar? Plugging into the customers network to debug could be rolls and rolls of red tape. I am getting really stuck trying to figure out what to try next.
Greg
12/18/2003 8:51:32 AM
Wich security setting are you refering too

solex
12/18/2003 10:22:44 AM
What is the security set to in the client's pc?


"numerous instabilities in deploying VB"
[quoted text, click to view]
Process.GetProcessById(ProcessID) !!!! - I am resorting to using a 3rd
party product to kill process.
[quoted text, click to view]
debug could be rolls and rolls of red tape. I am getting really stuck
trying to figure out what to try next.
[quoted text, click to view]

solex
12/19/2003 9:29:54 AM
The dot net security settings. In the control panel look at the "Microsoft
..NET Framework 1.1 Wizards" and make sure that the .NET Security for "My
Computer" is set to "Full Trust"

Dan

[quoted text, click to view]

ritchie
12/19/2003 1:25:54 PM
[quoted text, click to view]
Process.GetProcessById(ProcessID) !!!! - I am resorting to using a 3rd
party product to kill process.

I had similar problems (i.e. not being able to access Process methods) in
machines were
the perfomance counters were corrupted or missing.
You can check that by launching Perfomance Monitor from the Control
Panel/Administrative Tools.

A fix is here:
http://support.microsoft.com/default.aspx?scid=kb;en-us;300956&Product=win20
00



AddThis Social Bookmark Button