Featured post

c# - Usage of Server Side Controls in MVC Frame work -

i using asp.net 4.0 , mvc 2.0 web application. project requiremrnt have use server side control in application not possibl in noraml case. ideally want use adrotator control , datalist control. i saw few samples , references in codepleax mvc controllib howwver found less useful. can tell how utilize theese controls in asp.net application along mvc. note: please provide functionalities related adrotator , datalist controls not equivalent functionalities thanks in advace. mvc pages not use normal .net solution makes use of normal .net components impossible. a normal .net page use event driven solution call different methods service side mvc use actions , view completly different way handle things. also, mvc not use viewstate normal .net controlls require. found article discussing mixing of normal .net , mvc.

iphone - App from Xcode works great, but App Store version freezes on load -


has ever heard of this? i'm baffled, , google.

when debugging on iphone 4 ios 4.1, app shows splash screen, shows animation while loads , gets gps location, , goes main menu. when download app store, never stops loading. more strange that, if hide forever-loading-app , restore it, load animation freezes , app no longer responds!

i've been trying make kinds of guesses what's going wrong, nothing working. how can useful information failure?

edit: app has been tested on iphone 3 ios 4.0 , ios 4.2.1, , iphone 4 ios 4.0.2 , 4.2.1.

edit edit: problem not occur if not download app store. makes extremely difficult debug, narrows down out there more experience have.

first, sounds you've tested app on 1 device. apps should tested on few devices @ least, can debug , understand inside flows on several cases.

but if can't device, try elimination. means - try put unnecessary code under remark, , load necessary code. step-by-step can understand bug.

it sounds me server issue (are sending request server?), or maybe gps can't stop searching..?


Comments

Popular posts from this blog

c# - Usage of Server Side Controls in MVC Frame work -

cocoa - Nesting arrays into NSDictionary object (Objective-C) -

ios - Very simple iPhone App crashes on UILabel settext -