I've seen others talking about getting this error as well:
Microsoft JScript runtime error: 'upshot' is undefined
at runtime. I checked multiple times and can't seem to get past this. The demo that Steve has for DeliveryTracking works fine, but when I try to create my own from scratch I get this upshot error. I tried backing out upshot 1.0.0.2 and installed 1.0.0.1
but still got the same error. It looked like everything else was similar between my new project and the DeliveryTracking. Does any have any ideas about this or have had the same problem. I've spent most of my day trying to figure it out with no luck.
I am very anthuastic with this demo, I hope that I can finish until the end. Hope also you can finish it. I have tried to run the complete Steven's source code and it works fine. But I have no sucess yet from scratch to the end. I have the problem and I
have posted it here http://forums.asp.net/p/1795506/4944417.aspx/1?p=True&t=634706742385675345, now I keep trying.
Please let me know if you finish your exercise, I'll leave a message on your inbox of this forum, when I finish this demo.
bill44077
Member
31 Points
60 Posts
Upshot Undefine?
Apr 21, 2012 09:57 PM|LINK
Hi,
I've seen others talking about getting this error as well:
Microsoft JScript runtime error: 'upshot' is undefined
at runtime. I checked multiple times and can't seem to get past this. The demo that Steve has for DeliveryTracking works fine, but when I try to create my own from scratch I get this upshot error. I tried backing out upshot 1.0.0.2 and installed 1.0.0.1 but still got the same error. It looked like everything else was similar between my new project and the DeliveryTracking. Does any have any ideas about this or have had the same problem. I've spent most of my day trying to figure it out with no luck.
thanks,
Bill44077
jsiahaan
Contributor
2322 Points
596 Posts
Re: Upshot Undefine?
Apr 21, 2012 10:36 PM|LINK
Hi,
You miss the following script that is not mention at the Steve's video:
<script type="text/javascript" src="../../Scripts/jquery-1.6.4.min.js"></script> <script type="text/javascript" src="../../Scripts/modernizr-2.0.6-development-only.js"></script> <script type="text/javascript" src="../../Scripts/knockout.js"></script> <script type="text/javascript" src="../../Scripts/Libs/arrayUtils.js"></script> <script type="text/javascript" src="../../Scripts/upshot.min.js"></script> <script type="text/javascript" src="../../Scripts/upshot.compat.knockout.js"></script> <script type="text/javascript" src="../../Scripts/upshot.knockout.extensions.js"></script> <script type="text/javascript" src="../../Scripts/native.history.js"></script> <script type="text/javascript" src="../../Scripts/nav.js"></script> <script type="text/javascript" src="../../Scripts/Libs/amplify.min.js"></script>Change this "src=../.." based on your project, or drag the said script directly from your script folder to your html page.
I haven't finished this TrackerDelivery yet, I am still half of the video demo.
Have fun
Indonesian Humanitarian Foundation
bill44077
Member
31 Points
60 Posts
Re: Upshot Undefine?
Apr 22, 2012 10:44 AM|LINK
jsiahaan - Exactly what I was looking for! Thanks much as I ws really getting frustrated! :) Regards - Bill44077
jsiahaan
Contributor
2322 Points
596 Posts
Re: Upshot Undefine?
Apr 22, 2012 10:59 AM|LINK
Hi bill44077
I am very anthuastic with this demo, I hope that I can finish until the end. Hope also you can finish it. I have tried to run the complete Steven's source code and it works fine. But I have no sucess yet from scratch to the end. I have the problem and I have posted it here http://forums.asp.net/p/1795506/4944417.aspx/1?p=True&t=634706742385675345, now I keep trying.
Please let me know if you finish your exercise, I'll leave a message on your inbox of this forum, when I finish this demo.
Happy trying
Indonesian Humanitarian Foundation