11/22/2024 9:55:45 AM
|
|
slxdeveloper.com Community Forums |
|
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of .NET Extensions in SalesLogix version 7 and higher. View the code of conduct for posting guidelines.
|
|
|
|
Update binary
Posted: 28 Jun 10 3:40 PM
|
I have a C# .Net extension with a custom calendar form in SLX 7.2. Works great in Windows XP. We are testing on a Windows 7 machine and need to re-size one small section of the form. I can modify the form in C# and re-build the dll cleanly.
When I try to update the binary in Architect using .Net Manager, I get an error that the NHibernate.dll manifest definition does not match the assembly reference. Error 0x80131040
I have found two NHibernate.dll files on the machine (1.2.0.4000 and 1.2.1.4000). The code references 1.2.1.4000 which is in the code directory. The 1.2.0.4000 NHibernate.dll is in the C:\Program Files\Saleslogix\Architect\Platform.
The app.Config file of the project has the following:
' runtime> ' assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1"> ' dependentAssembly> ' assemblyIdentity name="NHibernate" culture="neutral" ' publicKeyToken="aa95f207798dfdb4"/> ' bindingRedirect oldVersion="1.2.0.4000" ' newVersion="1.2.1.4000"/> ' /dependentAssembly> ' /assemblyBinding> ' /runtime>
Can anyone offer any suggestions?
Thanks. |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|