I am building a xbap application that uses a GoView to show diagramms in our ie export for our customers.
In order to access the GoView I added a reference to the northwoods.go.dll and added the goview to WindowsFormHost on my wpf page using latebinding like this:
Everything works fine on my machine, but I am not able to launch my xbap on a client/customer machine because of a licensing error.
What I have done:
1. Deploying my xbap
2. installing the northwoods.go.dll and northwoods.go.xml.dll to the gac of the client machine
3. Double click the xbap and than a licencing error occurs.
I already checked the licenses.licx. It was empty because I added the goview dynamicly (see above). So I added Northwoods.Go.GoView, Northwoods.Go, Version=9.8.7.6, Culture=neutral, PublicKeyToken=a4e3b7b70161cfe8 manually. and tried again with the same result.
It is really important for me to find a solution for this!
This might be a bug in WPF, but I thought Microsoft had fixed it for 3.5. Perhaps that fix did not make it into the 3.0 DLLs, which you seem to be using. We’ll need to investigate further.