ciao gabriele, ultimamente quando seleziono il file gpx dal garmin nella sezione "uscite" mi carica due volte la stessa uscita, e devo cancellare una delle due...prima non lo faceva!
Azzz...
Ok, verifico..

ciao gabriele, ultimamente quando seleziono il file gpx dal garmin nella sezione "uscite" mi carica due volte la stessa uscita, e devo cancellare una delle due...prima non lo faceva!

Ragazzi..
Vi svelo un segreto..
Sto lavorando anche ad un'applicativo per cellulare..Qualcosa di simile a Sport Trackers ma che si interfacci direttamente con Biker's Life e che metta a disposizione anche funzionalità legate alla sicurezza fisica di noi ciclisti..
..a breve tutti i dettagli![]()
Mi capita di utilizzare Biker's Life per controllare a tavolino le caratteristiche di un percorso che intendo fare, specialmente le salite, per capire l'entità di queste, pendenza, dislivello e valutare se sono in grado di farle! per fare questo, però, sono costretto a salvare l'uscita e dopo aver controllato quello che mi interessa la cancello. ritengo più pratica la possibilità di vedere questi parametri senza il bisogno di salvare il percorso, ma facendo in modo che vengano calcolati nel momento in cui effettuo il doppio click che avvia il caricamento dell'altimetria.
è fattibile??
grazie!!
.
Gabriele, un pò di straordinari![]()
![]()
Oggi ho cancellato tutto quanto riguardava ilprecedente anno.
Ho dovuto entrare su ogni uscita e su ogni allenamento e da li cancellare il file.
Non sarebbe meglio mettere il tasto cancella già nella videata di riassunto ?
Io da buon montanaro, sono molto pratico sulle cose.
Dimenticavo, oggi prima uscita 2011 (da fine ottobre e dopo tre mesi di rullo passati a guardare la porta del garages).
Se continuo così, vengo alle GF con voi due talebani![]()
Secondo me non dovresti cancellare le uscite dell'anno scorso.
Ti può servire per vedere i miglioramenti!
E' solo con quelli che ti carchi per andare avanti e spingere.
P.S. Ieri sono andato a trovare il Presidente del BMWMotorrad Club Rimini al Concessionario BMW......credevo di rivivere sensazioni e pruriti che mi avrebbero fatto tremare il portafoglio nella tasca................
E inveve nulla...........guardavo le motorette nuove e lucenti in prontaconsegna con sguardo assente e disinteressato.
Il Presidente, dopo avermi salutato calorosamente con lo sguardo commosso mi fa:
"Sapevo che prima o poi saresti tornato"
Dovevate vedere la sua faccia quando gli ho detto che ero lì per comprare un regalo ad un amico.
Tranquillo, le uscite dell'annoprecedente le ho segnate su un foglio di calcolo.
Per il resto, sai che fatica, sei andato a vedere quelle robe che sembrano moto.
Vai in un conce Yama o suzu e vediamo se l'effetto è il medesimo :eek:

Gabriele, un pò di straordinari![]()
![]()
Oggi ho cancellato tutto quanto riguardava ilprecedente anno.
Ho dovuto entrare su ogni uscita e su ogni allenamento e da li cancellare il file.
Non sarebbe meglio mettere il tasto cancella già nella videata di riassunto ?
Io da buon montanaro, sono molto pratico sulle cose.
Dimenticavo, oggi prima uscita 2011 (da fine ottobre e dopo tre mesi di rullo passati a guardare la porta del garages).
Se continuo così, vengo alle GF con voi due talebani![]()

ultimamente, quando salvo l'uscita mi da' questo errore
Server Error in '/' Application.
Index was outside the bounds of the array.
[FONT=Arial, Helvetica, Geneva, SunSans-Regular, sans-serif]Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.IndexOutOfRangeException: Index was outside the bounds of the array.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[IndexOutOfRangeException: Index was outside the bounds of the array.] BikersBook.Helper.UscitaHelper.GetDistanceFilter(String points) in C:\Users\Gabriele\Documents\Visual Studio 2010\Projects\BikersBook_9\BikersBook\Helper\UscitaHelper.cs:266 BikersBook.UserControls.Uscite.Uscita_E_BasePage.SaveUscita(Enum_TypeUscita typeUscita, Enum_OwnerUscita ownerUscita) in C:\Users\Gabriele\Documents\Visual Studio 2010\Projects\BikersBook_9\BikersBook\UserControls\Uscite\Uscite\Uscita_E_BasePage.cs:221 BikersBook.User_DettaglioUscita_E.lnk_btn_save_Click(Object sender, EventArgs e) in C:\Users\Gabriele\Documents\Visual Studio 2010\Projects\BikersBook_9\BikersBook\Pages\Uscita\User_DettaglioUscita_E.aspx.cs:49 System.Web.UI.WebControls.LinkButton.OnClick(EventArgs e) +111 System.Web.UI.WebControls.LinkButton.RaisePostBackEvent(String eventArgument) +79 System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +175 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
[/FONT]

Il programma è semplice,ma non sono riuscito a salvare,mi da questo errore,come mai? Grazie.
Server Error in '/' Application.
Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.Web.HttpException: Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.
Source Error:
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration>
<system.web>
<compilation debug="true"/>
</system.web>
</configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario.
Stack Trace:
[ViewStateException: Invalid viewstate.
Client IP: 82.53.122.27
Port: 11795
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/534.10 (KHTML, like Gecko) Chrome/8.0.552.237 Safari/534.10
ViewState: /wEPDwUKMTg5MTk0NzMxNg9kFgJmD2QWAgIDD2QWCAIDDw8WAh4EVGV4dAUYc3BhenphdmVudG8xOTc4QHlhaG9vLml0ZGQCBw9kFiYCAw8PFgIeC05hdmlnYXRlVXJsBU9+L1BhZ2VzL1Byb2ZpbG8vVXNlcl9Qcm9maWxvVXRlbnRlLmFzcHg/VUk9MTdkZTkwOTItNjU2OC00ZTMzLTkwYWEtMGZmZTE4MjE1MDMxZGQCBQ8PFgIfAQVPfi9QYWdlcy9Qcm9maWxvL1VzZXJfUHJvZmlsb1V0ZW50ZS5hc3B4P1VJPTE3ZGU5MDkyLTY1NjgtNGUzMy05MGFhLTBmZmUxODIxNTAzMWRkAgcPDxYCHwEFTX4vUGFnZXMvUHJvZmlsby9Vc2VyX1Byb2ZpbG9CaWtlLmFzcHg/VUk9MTdkZTkwOTItNjU2OC00ZTMzLTkwYWEtMGZmZTE4MjE1MDMxZGQCCQ8PFgIfAQVGfi9QYWdlcy9Qcm9maWxvL1VzZXJfV2FsbC5hc3B4P1VJPTE3ZGU5MDkyLTY1NjgtNGUzMy05MGFhLTBmZmUxODIxNTAzMWRkAgsPDxYCHwEFTH4vUGFnZXMvVXNjaXRhL1VzZXJfVXNjaXRlLmFzcHg/VUk9MTdkZTkwOTItNjU2OC00ZTMzLTkwYWEtMGZmZTE4MjE1MDMxJk1MPTBkZAINDw8WAh8BBUx+L1BhZ2VzL1VzY2l0YS9Vc2VyX1VzY2l0ZS5hc3B4P1VJPTE3ZGU5MDkyLTY1NjgtNGUzMy05MGFhLTBmZmUxODIxNTAzMSZNTD0wZGQCDw8PFgIfA...]
[HttpException (0x80004005): Validation of viewstate MAC failed. If this application is hosted by a Web Farm or cluster, ensure that <machineKey> configuration specifies the same validationKey and validation algorithm. AutoGenerate cannot be used in a cluster.]
System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError) +106
System.Web.UI.ViewStateException.ThrowMacValidationError(Exception inner, String persistedState) +14
System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) +237
System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize(String serializedState) +4
System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState) +37
System.Web.UI.HiddenFieldPageStatePersister.Load() +207
System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +105
System.Web.UI.Page.LoadAllState() +43
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +6785
System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +242
System.Web.UI.Page.ProcessRequest() +80
System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) +21
System.Web.UI.Page.ProcessRequest(HttpContext context) +49
ASP.pages_uscita_user_dettagliouscita_e_aspx.ProcessRequest(HttpContext context) +4
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +181
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +75
Version Information: Microsoft .NET Framework Version:2.0.50727.4206; ASP.NET Version:2.0.50727.4209


Ciao Roberto!
Mandami all'indirizzo:
[email protected]
l'uscita che genera l'errore che cerco di risolvere il problema.
![]()
Come faccio a mandarti l'uscita se non e' stata salvata?
L'ho fatta a mano, non ho importato il gpx.
Si..intendevo il GPX che hai provato a caricare..
C'è qualcosa in quel file che il software non è in grado di gestire..
Se me lo mandi lo debuggo e risolviamo il problema..


