Anyone know if it is still possible to obtain the Feb07 release of GAX? I'm having trouble installing SCSF with the July07 release of GAX. I've asked for help on the Codeplex SCSF discussion list, but have gotten nowhere. Thanks... | | Ben Holtsclaw Wednesday, August 22, 2007 7:48 PM | Hi Ben,
I don't think the Feb07 CTP is available anymore. However we can try to help you regarding the current issue you're facing. I've looked at the thread you pointed in CodePlex and it looks like fusion can't find version 1.2.0.0 of a required assembly.
Can you please look at your machine.config file and check if the proper binding redirects are there (look for <dependentAssembly> elements) redirecting all requests of GAX assemblies to GAX v1.3.0.0. Assuming your installation fo GAX v1.3.0.0. went smooth that should be there.
thanks, -Victor.
| | vga Thursday, August 23, 2007 9:29 AM | Victor, thanks so much for putting me on the right track. Indeed, the binding redirect was there, but my .net 2 machine.config had the following line:
Code Snippet <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" appliesTo="v1.1.4322">
I changed the appliesTo attribute to v2.0.50727 and the SCSFinstall worked like a champ. | | Ben Holtsclaw Thursday, August 23, 2007 1:57 PM | Hi Ben,
I don't think the Feb07 CTP is available anymore. However we can try to help you regarding the current issue you're facing. I've looked at the thread you pointed in CodePlex and it looks like fusion can't find version 1.2.0.0 of a required assembly.
Can you please look at your machine.config file and check if the proper binding redirects are there (look for <dependentAssembly> elements) redirecting all requests of GAX assemblies to GAX v1.3.0.0. Assuming your installation fo GAX v1.3.0.0. went smooth that should be there.
thanks, -Victor.
| | vga Thursday, August 23, 2007 9:29 AM | Victor, thanks so much for putting me on the right track. Indeed, the binding redirect was there, but my .net 2 machine.config had the following line:
Code Snippet <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" appliesTo="v1.1.4322">
I changed the appliesTo attribute to v2.0.50727 and the SCSFinstall worked like a champ. | | Ben Holtsclaw Thursday, August 23, 2007 1:57 PM | Glad I could help!
| | vga Thursday, August 23, 2007 10:30 PM | Hi,
I am getting the same issue as BenH on : http://www.codeplex.com/smartclient/Thread/View.aspx?ThreadId=14010
I have added in the following "appliesTo="v2.0.50727"" which was missing as follows :
Code Block <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" appliesTo= "v2.0.50727">
Still no joy!
The Assembly Binding Log Viewer outputs as follows :
*** Assembly Binder Log Entry (17/01/2008 @ 19:14:37) ***
The operation failed. Bind result: hr = 0x80070002. The system cannot find the file specified.
Assembly manager loaded from: C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\mscorwks.dll Running under executable C:\WINDOWS\System32\MsiExec.exe --- A detailed error log follows.
=== Pre-bind state information === LOG: User = RTDOM\979153 LOG: DisplayName = Microsoft.Practices.RecipeFramework, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a (Fully-specified) LOG: Appbase = file:///C:/WINDOWS/System32/ LOG: Initial PrivatePath = NULL LOG: Dynamic Base = NULL LOG: Cache Base = NULL LOG: AppName = NULL Calling assembly : SmartClientFactoryPackageInstaller, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35. === LOG: This bind starts in LoadFrom load context. WRN: Native image will not be probed in LoadFrom context. Native image will only be probed in default load context, like with Assembly.Load(). LOG: No application configuration file found. LOG: Using host configuration file: C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\PublicAssemblies\SmartClientFactoryPackageInstaller.dll.config LOG: Using machine configuration file from C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\config\machine.config. LOG: Post-policy reference: Microsoft.Practices.RecipeFramework, Version=1.2.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a LOG: GAC Lookup was unsuccessful. LOG: Attempting download of new URL file:///C:/WINDOWS/System32/Microsoft.Practices.RecipeFramework.DLL. LOG: Attempting download of new URL file:///C:/WINDOWS/System32/Microsoft.Practices.RecipeFramework/Microsoft.Practices.RecipeFramework.DLL. LOG: Attempting download of new URL file:///C:/WINDOWS/System32/Microsoft.Practices.RecipeFramework.EXE. LOG: Attempting download of new URL file:///C:/WINDOWS/System32/Microsoft.Practices.RecipeFramework/Microsoft.Practices.RecipeFramework.EXE. LOG: Attempting download of new URL file:///C:/Program Files/Microsoft Visual Studio 9.0/Common7/IDE/PublicAssemblies/Microsoft.Practices.RecipeFramework.DLL. LOG: Attempting download of new URL file:///C:/Program Files/Microsoft Visual Studio 9.0/Common7/IDE/PublicAssemblies/Microsoft.Practices.RecipeFramework/Microsoft.Practices.RecipeFramework.DLL. LOG: Attempting download of new URL file:///C:/Program Files/Microsoft Visual Studio 9.0/Common7/IDE/PublicAssemblies/Microsoft.Practices.RecipeFramework.EXE. LOG: Attempting download of new URL file:///C:/Program Files/Microsoft Visual Studio 9.0/Common7/IDE/PublicAssemblies/Microsoft.Practices.RecipeFramework/Microsoft.Practices.RecipeFramework.EXE. LOG: All probing URLs attempted and failed.
Any other idea (or was there something implicit that I was missing?)
Thanks in advance
Al
| | AlastairS Thursday, January 17, 2008 6:04 PM | Can you post how the redirect elements look like in your machine? | | vga Friday, January 18, 2008 2:52 AM | Thank you for your swift reply. I don't think I mentioned that I am getting this on trying to install SCSF.
Sorry to post the whole machine.config (have removed thesome sections - let me know if I have taken out a relevant section!) from : C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG but I don't want to miss anything.
Code Block
<?xml version="1.0" encoding="UTF-8" ?>
Please refer to machine.config.comments for a description and the default values of each configuration section. For a full documentation of the schema please refer to http://go.microsoft.com/fwlink/?LinkId=42127 To improve performance, machine.config should contain only those settings that differ from their defaults.
-->
<<Al has removed code here>>
</configSections>
- <configProtectedData defaultProvider="RsaProtectedConfigurationProvider">
<<Al has removed code here>>
</providers>
</configProtectedData>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1" appliesTo="v2.0.50727" />
</runtime>
<<Al has removed code here>>
</connectionStrings>
<<Al has removed code here>>
</DbProviderFactories>
</system.data>
<processModel autoConfig="true" />
<httpHandlers />
<<Al has removed code here>>
</providers>
</membership>
<<Al has removed code here>>
</providers>
</profile>
<<Al has removed code here>>
</providers>
</roleManager>
</system.web>
<<Al has removed code here>>
</behaviorExtensions>
- <bindingElementExtensions>
<add name="webMessageEncoding" type="System.ServiceModel.Configuration.WebMessageEncodingElement, System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add name="context" type="System.ServiceModel.Configuration.ContextBindingElementExtensionElement, System.WorkflowServices, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</bindingElementExtensions>
<add name="wsHttpContextBinding" type="System.ServiceModel.Configuration.WSHttpContextBindingCollectionElement, System.WorkflowServices, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add name="netTcpContextBinding" type="System.ServiceModel.Configuration.NetTcpContextBindingCollectionElement, System.WorkflowServices, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add name="webHttpBinding" type="System.ServiceModel.Configuration.WebHttpBindingCollectionElement, System.ServiceModel.Web, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add name="basicHttpContextBinding" type="System.ServiceModel.Configuration.BasicHttpContextBindingCollectionElement, System.WorkflowServices, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
</bindingExtensions>
</extensions>
<extension type="System.ServiceModel.Channels.ContextBindingElementImporter, system.workflowservices, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
</policyImporters>
<extension type="System.ServiceModel.Channels.ContextBindingElementImporter, system.workflowservices, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
</wsdlImporters>
</metadata>
</client>
<Microsoft.VisualStudio.Diagnostics.ServiceModelSink.Behavior />
</endpointBehaviors>
<Microsoft.VisualStudio.Diagnostics.ServiceModelSink.Behavior />
</serviceBehaviors>
</commonBehaviors>
</system.serviceModel>
</configuration>
| | AlastairS Friday, January 18, 2008 9:22 AM | Any ideas?
| | AlastairS Friday, February 08, 2008 7:49 PM |
|