Domanda

I am using this codeplex code to develop advanced lookup. It mostly works fine till deployment. But when I tried to use it, on the list form it threw error in jquery file. Below is the error snapshot.enter image description here

Solution has two User Controls and one SVC service deployed in ISAPI folder.

È stato utile?

Soluzione

Thanks to Robert's blog, I realized that Visual studio was not replacing token for my SVC file. So, i added below line of code in the .cproj file and it worked

<TokenReplacementFileExtensions>svc</TokenReplacementFileExtensions>
Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a sharepoint.stackexchange
scroll top