Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
455
WPF Browser Application and Global assembly Cache
posted

Dear all,

Today's project is to create a WPF Browser Application with a standard C# .NET program inside.

What I have done so far:

  • Setup a Server with the program and all dependencies installed on it (including Infragistics.Win).
  • Created a WPF-BrowserApplication with VS2010 as a certified Full-Trust-Applicatio

Everything works fine on the server and also on other machines having Infragistics.Win installed. But if I run the Application on a naked maschine (only Framework is installed), i get an error: Assembly Infragistics2.Win.UltraWinExplorerBar.v11.2 have to be installed in GAC to run/install the application. I had a look into the global assembly cache and the assembly is installed in the correct version. Additionally the is no reference to this assembly in my application... .

Where is my fault? How can I fix the problem.

Thanks in Advance

Alex