Question

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.

Was it helpful?

Solution

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>
Licensed under: CC-BY-SA with attribution
Not affiliated with sharepoint.stackexchange
scroll top