CF8 and ASP.Net

2008-08-05 Thread Duane Boudreau
Hey All, Where can I find some info on what is required to integrate CFML and .Net apps? Basically I have a bunch of precompiled .Net classes that I am going to need to access. Any suggestions on where I can start to look for more info. I looked at adobe but either I looked for the wrong thing

Re: CF8 and ASP.Net

2008-08-05 Thread Ryan J. Heldt
Duane- Well, if you have CF8 installed along with the .NET stuff, it should be as easy as: objHash = createObject(.net,MyNamespace.Hash,#expandPath(/path/to/dll/)#Hash.dll); variables.HashedValue = objHash.hash(blah,sha256); The thing that threw me at first was the MyNamespace thing and not a