Joel,
Thanks but if you followed the thread, I stated that the machine that is coming up as .Net 1.1 DOES NOT have .Net 2.0 installed. It has .Net 3.5 installed. Coldfusion when it installed DID NOT pick that fact up, and said that I can only find .Net 1.1 installed. And yes I followed the link that Charlie provided, and had read it many times. Even to the point of me asking maybe I should uninstall it first and then reinstall. But when reinstalling the JnBridge proxy it only picks up .Net 1.1 and states that in the install script. Secondly, the machine that actually has .Net 2.0 installed is being correctly found. BUT, it also has .Net 3.5 and it IS NOT being found. Does that make the problem a little more clearer, I appreciate the info, but it doesn't help when the installer DOESN'T understand what .Net 3.5 is now does it? The point I am trying to establish here is this, I shouldn't have to have .Net 2.0 installed for Coldfusion. I should be able to use either the .Net 3.0 or .Net 3.5 framework. However coldfusion as I am now saying for the tenth time WILL NOT acknowledge .Net 3.0 / .Net 3.5 From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of Joel Cass Sent: Friday, 18 April 2008 1:30 PM To: [email protected] Subject: [cfaussie] Re: .net and coldfusion 8u1 Are you sure that the problem is with CF? Perhaps your .net connector is not configured. Open the jnbproxy.exe.config file under wherever your connector service is installed (eg. C:\ColdFusion8DotNetService). You *need* to have the supported runtimes listed, ie this the jnbproxy.exe.config on my comp: <?xml version="1.0"?> <configuration> <startup> <supportedRuntime version="v2.0.50727"/> <supportedRuntime version="v2.0.50215"/> <supportedRuntime version="v1.1.4322"/> <supportedRuntime version="v1.0.3705"/> <requiredRuntime version="v1.0.3705"/> </startup> . <configuration> When I access System.Environment.Version I am getting v2.0.50727.1433 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "cfaussie" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/cfaussie?hl=en -~----------~----~----~----~------~----~------~--~---
