CF9 .NET Integration

2012-01-20 Thread Rob Parkhill
Good Morning, I'm having an issue getting the .NET integration working with CF 9.01. I've downloaded and replaced the .NET integration stuff, to make sure that that is all good, but now it won't reference any class inside the assembly. NOTE: This is my first time with .NET integration...

Re: CF9 .NET Integration

2012-01-20 Thread Scott Stewart
It sounds like you've run into an issue that I ran into when I upgraded to 9.0.1 See if this blog entry helps: http://www.sstwebworks.com/index.cfm?mode=archivemonth=7year=2011 Hope this helps On Fri, Jan 20, 2012 at 10:15 AM, Rob Parkhill robert.parkh...@gmail.comwrote: Good Morning,

Re: CF9 .NET Integration

2012-01-20 Thread Rob Parkhill
Scott, Thanks, but I had that issue and fixed it. It can open the assembly, but it never finds the class inside of it. I'm not sure if it is a problem with the source dll, or if it has to do with name spaces. Cheers, Rob On Jan 20, 2012 10:40 AM, Scott Stewart webmas...@sstwebworks.com

Re: CF9 .NET Integration

2012-01-20 Thread Scott Stewart
After you instantiate the assembly, dump it. This will show you what CF sees.. it ain't always what you think it should be. On Fri, Jan 20, 2012 at 11:10 AM, Rob Parkhill robert.parkh...@gmail.comwrote: Scott, Thanks, but I had that issue and fixed it. It can open the assembly, but it

Re: CF9 .NET Integration

2012-01-20 Thread Rob Parkhill
But it won't instantiate unless I indicate the correct class... Hence my current problem... :-) On Jan 20, 2012 11:16 AM, Scott Stewart webmas...@sstwebworks.com wrote: After you instantiate the assembly, dump it. This will show you what CF sees.. it ain't always what you think it should be.

Re: CF9 .NET Integration

2012-01-20 Thread Leigh
Is your class publically accessible? Are you using the full namespace with dot notation ie If the namspace is COM and class name is Batch use COM.Batch?  Might also check the {cf_root}\jnbridge error logs. Depending on the real error, it sometimes has more detailed error information