Hi Edgar, The error message is being generated from your ASP code, so it's hard to diagnose it from out here. Given that it disappears when you remove the libs parameter, though, that's the obvious place to start.
What handling are your doing with that parameter in ASP? Are you trying to load the Gadget API JS libraries, as described at http://code.google.com/apis/gadgets/docs/legacy/fundamentals.html#Libs (only in ASP rather than PHP)? That'd be my first guess. Good luck, and post back here if I can help further. I've been shopping at C.Crane for years. :^) String (aka N1NFS) On Jul 3, 5:19 pm, "C. Crane" <[email protected]> wrote: > Good morning to all Google Gadget Gurus out there. I have been > working on our very first Google Gadget for the last few days and I'm > having trouble figuring out an issue. > > Our gadget (http://www.ccrane.com/gadgets/ncwx.xml) is a simple > advertising gadget that will randomly display two products from a list > of predefined products associated with a particular advertiser. All > the work is done in the background with ASP.NET (http://www.ccrane.com/ > gadgets/index.aspx?up_refID=WS060900DY000000). > > My gadget has a required UserPref parameter refID which will represent > the id of a particular advertiser. For this inital gadget this value > is set to WS060900DY000000. > > When I try to create the gadget from Google's "Add this gadget to your > webpage" tool > (http://www.gmodules.com/ig/creator?url=http://www.ccrane.com/gadgets/ncwx.xml) > I get the following error "The system > cannot find the file specified". Looking at the info for the iframe > with Firefox I see the address as (http://www.ccrane.com/gadgets/ > index.aspx? > up_refID=WS060900DY000000&lang=en&country=us&.lang=en&.country=us&synd=open > &mid=0&use_hc=1&ifpctok=8879020435078091327&parent=&libs=VDxLZ7xAewY/ > lib/libcore.js,iNE3XEZGB9I/lib/libsetprefs.js) > > If I remove the value of libs from the address, the page actually > loads properly (http://www.ccrane.com/gadgets/index.aspx? > up_refID=WS060900DY000000&lang=en&country=us&.lang=en&.country=us&synd=open > &mid=0&use_hc=1&ifpctok=8879020435078091327&parent=&libs=) > > Anybody has any ideas why this is? What am I doing wrong? Any help > would be greatly appreciated. > > Edgar Diaz > Asistant IT Manager > C. Crane Company Inchttp://www.ccrane.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "iGoogle Developer Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Gadgets-API?hl=en -~----------~----~----~----~------~----~------~--~---
