• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Problem accessing .NET class using <cfobject>

Explorer ,
Aug 10, 2007 Aug 10, 2007

Copy link to clipboard

Copied

I'm getting the following error when I try to access my .NET classes ........ I'm only having this problem with this ONE dll file... what am I doing wrong? The dll works fine when called and used from a C# windows application.

This is the error coming up in my dotnet.log file on the coldfusion server
"Aborting proxy generation as no classes were found in dependent class list"

Here is my C# code for my assembly

TOPICS
Advanced techniques

Views

350

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Explorer , Aug 10, 2007 Aug 10, 2007
I got it to work ..... it was a mistake on my part.

when using cfobject's class atribute I had to call my class at "MathTest.MathClass"

I was calling it as just "MathClass" .... which was wrong.

Votes

Translate

Translate
Explorer ,
Aug 10, 2007 Aug 10, 2007

Copy link to clipboard

Copied

LATEST
I got it to work ..... it was a mistake on my part.

when using cfobject's class atribute I had to call my class at "MathTest.MathClass"

I was calling it as just "MathClass" .... which was wrong.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation