Problem of Xp ddk's example--CoIsdn

Hi,All:

I built the example coisdn(located at winddk\2600\src\network\ndis\coisdn) of Xp ddk with checked build environment(build -c) of both win2k ddk’s and xp ddk’s. success. My os is win2k(sp2).

But during the installation of this driver,system rebooted and then blue screen appeared.

Every time I boot win2k,the blue screen appears unless I uninstall the driver in safe mode.

I also tried this in Xp(building 2600). Nothing changed.

What should I do?

Regards.
Paul

Can You please Send Mails to This List in PLAIN ENGLISH Letters.
Please Dont use any other char set or Unicode.
I am unable to read this. Can you read ???

I am very sorry for that.
I post my original message again.

Hi,All:

I built the example coisdn(located at winddk\2600\src\network\ndis\coisdn) of Xp ddk with checked build environment(build -c) of both win2k ddk’s and xp ddk’s. success. My os is win2k(sp2).

But during the installation of this driver,system rebooted and then blue screen appeared.

Every time I boot win2k,the blue screen appears unless I uninstall the driver in safe mode.

I also tried this in Xp(building 2600). Nothing changed.

What should I do?

Regards.
Paul

----- Original Message -----
From: “Krishna Pawar”
To: “NT Developers Interest List”
Sent: Tuesday, April 23, 2002 8:40 PM
Subject: [ntdev] Re: Problem of Xp ddk’s example–CoIsdn

> Can You please Send Mails to This List in PLAIN ENGLISH Letters.
> Please Dont use any other char set or Unicode.
> I am unable to read this. Can you read ???
>
> —
> You are currently subscribed to ntdev as: xxxxx@sina.com
> To unsubscribe send a blank email to xxxxx@lists.osr.com
>
>

Paul,

Did you build the Win2K driver using the new DDK (2600+) and the Windows 2000 checked build environment (StartMenu\Development Kits\DDK\Build Environments\Windows 2000\Win2K Checked Build Environment)? Could you provide a stack trace or anything else that might help pinpoint the problem? Stop code? I presume you’re testing this on the checked build of Windows 2000 and have a kernel debugger setup. Did you enable NDIS tracing? At HKLM\CurrentControlSet\System\CurrentControlSet\Services\Ndis\Parameters, set DebugSystems (DWORD) to 0xffffffff or 0x000030f3 and DebugLevel (DWORD) to 0x00000000. Perhaps this will help identify the problem.

Without more information, it’s difficult to provide any additional feedback.

Bryan S. Burgin
xxxxx@microsoft.com

This posting is provided “AS IS” with no warranties, and confers no rights.

-----Original Message-----
From: Paul [mailto:xxxxx@sina.com]
Sent: Tuesday, April 23, 2002 7:22 AM
To: NT Developers Interest List
Subject: [ntdev] Re: Problem of Xp ddk’s example–CoIsdn

I am very sorry for that.
I post my original message again.

Hi,All:

I built the example coisdn(located at winddk\2600\src\network\ndis\coisdn) of Xp ddk with checked build environment(build -c) of both win2k ddk’s and xp ddk’s. success. My os is win2k(sp2).

But during the installation of this driver,system rebooted and then blue screen appeared.

Every time I boot win2k,the blue screen appears unless I uninstall the driver in safe mode.

I also tried this in Xp(building 2600). Nothing changed.

What should I do?

Regards.
Paul

----- Original Message -----
From: “Krishna Pawar”
To: “NT Developers Interest List”
Sent: Tuesday, April 23, 2002 8:40 PM
Subject: [ntdev] Re: Problem of Xp ddk’s example–CoIsdn

> Can You please Send Mails to This List in PLAIN ENGLISH Letters.
> Please Dont use any other char set or Unicode.
> I am unable to read this. Can you read ???
>
> —
> You are currently subscribed to ntdev as: xxxxx@sina.com
> To unsubscribe send a blank email to %%email.unsub%%
>
>
bvj~mzy?

Hey Paul ,
Have you used driver verifier ,if not try using it.else Develop some
generic program to load a driver and check for exceptions and error’s .Try
using debugger. KD will help.

Well I will try it on my system (Win2k).
What SP you have installed ,DDK want’s some SP to be installed ,I
think.Check it.