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
1615
ultrawebgrid version 9.2
posted

In my project I have a ultrwebgrid that was initially using version 2009.2 and I used the upgrade utility to take it to 2010.3 both using .net 3.5. I had to take it back to version 2009.2 and I went in manually to change all of the references to 2010.3. When I posted the changes to the server and ran I get the message...

Could not load file or assembly 'Infragistics35.WebUI.Misc.v10.3, Version=10.3.20103.1013, Culture=neutral, PublicKeyToken=7dd5c3163f2cd0cb' or one of its dependencies. The system cannot find the file specified.

I have done a comlete search within all the documents and I do not have v10.3 referenced anywhere, but I keep getting this message. I am wondering if the upgrade utility changes something hidden that I am not seeing or can change. Is this the case?

Thanks

Parents
No Data
Reply
  • 49378
    posted

    Hi jcom39201,

    Thank you for posting in the community.

    The behavior you are describing usually means that a reference is present either in a page the web.config or the license file of a project. Can you confirm that no additional files exist on your server which contain the reference to the 10.3 assembly,for instance a second config file created in any of the website directories ?

Children