Ryan,
Another thing you might consider is using the debugging classes that ship
with Black Knight so you can step through your code and locate the point of
failure.
Additionally, presuming that you're using Visual Studio .NET, you can attach
to the ColdFusion Server process and set a break point inside of your CFX
tag class. Once you've done this you can then execute the template that
calls your CFX tag and VS.NET will drop you into your live code at the break
point.
rish
-----Original Message-----
From: Guy Rish [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 02, 2004 3:48 PM
To: CF-Talk
Subject: RE: Anybody using BlackKnight to run .NET Custom Tags?
Ryan,
Have you turned on the debugging log? You can do that from the Console. It
will give you some trace information while the Black Knight runtime is
attempting to execute your tag.
rish
-----Original Message-----
From: Ryan Anklam [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 02, 2004 3:33 PM
To: CF-Talk
Subject: Anybody using BlackKnight to run .NET Custom Tags?
I'm having a problem using BlackKnight to run a custom tag written in C#. I
keep getting a "Errors occurred during CFX call null" error. If anybody has
encountered this sort of thing and fixed it please reply to this post and
I'll give more details about my problem. Links to any other discussions
about this topic would be just as helpful. Any help is very much
appreciated.
[Todays Threads]
[This Message]
[Subscription]
[Fast Unsubscribe]
[User Settings]
- Anybody using BlackKnight to run .NET Custom Tags? Ryan Anklam
- RE: Anybody using BlackKnight to run .NET Custom Tags? Andrew Scott
- RE: Anybody using BlackKnight to run .NET Custom Tags? Guy Rish
- Guy Rish