Not sure what I'm missing in setting this control up, but it does absolutely nothing right now, every button errors, and I can't enter text into the control. At first images were not loading when I would run the app to test/debug (they displayed in Visual Studio), I followed other advice to copy the images folder to the working directory. But apparently I'm missing something else or with the javascript files.
Using 10.3.20103 in Visual Studion 2010 (4.0)
As an example If I click on the "B" for bold...
Microsoft JScript runtime error: Object expected
Visual Studio highlites this:
onclick
="iged_act('Bold')"
Hi I'm getting the same error "Microsoft JScript runtime error: 'iged_act' is undefined" whenever i click the tools in the tool bar section. I find all scripts in the corresponding folders as mentioned by you in the above post. FYI, i'm working on MVC3 razor views. anything else needs to be done for this. Please reply.
HI Prabha,
I also have this same issue
I'm using Visual Studio 2008 and INfragistics 2005 Volume 2.
Whenever i run the web application by placing infragistics control, this error comes for me.
Below is the screen shot of the error which i got.. As you said, i have checked the scripts folder. It is like what you said and also i tried by reinstalling the infragistics.
I didn't get any solution. Kindly help me in this issue.
Thanks & Regards,
Revathi.J
Yes the issue is resolved, I had to reinstall...
Hello,
Were you able to resolve the issue?
Please let me know if you have any further questions regarding this matter.
When you install infragistics, it will create a virtual directory named "ig_common" and inside that there will a "<version_number>/Scripts" folder. Please make sure you have Scripts folder at this location.
If you refer to default images, then they should be located at ~/ig_res/Default/images/ directory. If you have custom StyleSetName, then it should be ~/ig_res/YourStyleName/images.
Please be more specific which exactly images are missing.You may look at generated html, find IMG objects which used to show them and look at their src. Those urls should be available on server and have files with those names.
Sincerely,
Prabha.