Problem with EnterpriseServices in .NET Framework 2.0.40607

  • Thread starter Thread starter WahJava
  • Start date Start date
W

WahJava

Hi developers,
I've compiled the EnterpriseServices sample comes in .NET Framework SDK
Documentation. BankAccount Sample compiles and executes fine with .NET
Framework SDK v1.1.4322 on Windows 2000 AS SP4, but on the same machine
the sample fails with NullReferenceException on execution with .NET
Framework v2.0.40607. The dynamic registration of package completes
successfully in "Component Services". But on execution, an exception is
raised.

I don't have the exact StackTrace now, but error comes when object
Account() object is constructed.

In .NET Framework v1.1.4322 there is no such problem.

My .NET Framework SDK v2.0.40607 is somewhat old around Jul' 2004.

Thanks in advance,

Ashish Shukla alias Wah Java !!

Wah Java !!
 
Hi again,
And this all happens with VB.NET version, not C# version. The Assembly
(VB.NET version) is GUI Subsystem whereas C# one is Console Subsystem.
And VB.NET version references Microsoft.VisualBasic.dll also.

I think the problem is with references, but I'm not sure.

Ashish Shukla alias Wah Java !!
Wah Java !!
 
Back
Top