what exactly doesn't work with debugging? does the application start? are there any errors in the Output window?
bertch1
@bertch1
we also tried with an empty project, with practically no code without installing packaging LiveXAML, all debugging function and until seeing application running on the ANdroid. when we install your Packag LiveXAML and at the time of debugging we get this message and the debuging stops
1>------ Début de la génération : Projet : LABEL, Configuration : Debug Any CPU ------ 1>C:\Users\bertc\Desktop\WEB\LABEL 1\LABEL\MainPage.xaml.cs(107,33,107,44): error CS0115: 'MainPage.OnAppearing()' : aucune méthode appropriée n'a été trouvée pour la substitution 1>Génération du projet "LABEL.csproj" terminée -- ÉCHEC. 2>------ Début de la génération : Projet : LABEL.Android, Configuration : Debug Any CPU ------ 2> LABEL.Android -> C:\Users\bertc\Desktop\WEB\LABEL 1\LABEL.Android\bin\Debug\LABEL.Android.dll ========== Génération : 1 a réussi, 1 a échoué, 0 mis à jour, 0 a été ignoré ========== ========== Déploiement : 0 a réussi, 0 a échoué, 0 a été ignoré ==========
Mihhail Maslakov
@ionoy
but this is a build message
bertch1
@bertch1
Generation: 1 succeeded, 1 failed
Mihhail Maslakov
@ionoy
and LiveXAML doesn't modify your code
bertch1
@bertch1
its only with packaging LiveXAML the problem
This message was deleted
Mihhail Maslakov
@ionoy
do you actually need LiveXAML right now? maybe you can use the integrated hot-reload that Visual Studio provides?
bertch1
@bertch1
I buyed LiveXAML because i cant use integrated hot-reload in visual
i see in WEB all have problem
Mihhail Maslakov
@ionoy
so you didn't have a debugging problem before?
can you send me a sample project that reproduces the issue?
@bertch1 I have issued a refund. Sorry for the inconvenience!
bertch1
@bertch1
thank you
Matthias Bruzek
@bruzkovsky
Hi, first of all, thank you for this amazing tool. It's still working more reliable and has more features than hot reload ✨ Anyhow, all of a sudden there was a message "Trial period expired" although I already use my license for > 1 year. If I try to refresh it, it says "Internal Server Error"
@ionoy I PMd the license email
Matthias Bruzek
@bruzkovsky
@ionoy nevermind, I just misspelled the license email. A proper error message would be helpful, though ;)
Mihhail Maslakov
@ionoy
@bruzkovsky great, thank you for the update!
Gary Lewis
@IndianaGary
I have a question: I am no longer using LiveXAML and want to cancel my subscription but see no way to do so. What do I need to do?
Mihhail Maslakov
@ionoy
hi @IndianaGary
you can cancel it from your PayPal account
Gary Lewis
@IndianaGary
Greetings! Anyone there?
I needed LiveXAML again, so this time I purchased the FULL subscription. I've been waiting for the license key and password, but have received nothing so far. Please advise. I did follow up with email a bit ago.
Mihhail Maslakov
@ionoy
Hi @IndianaGary
Permanent LiveXAML licenses are processed manually, so there might be a delay sometimes. It was nighttime here when you purchased. I'll send you the details ASAP.
Gary Lewis
@IndianaGary
Mihhail, I have a quick question: I use LiveXAML mostly with Android but plan on some UWP soon. Does LiveXAML work with a UWP application?
Gary Lewis
@IndianaGary
Clarification: I am doing Xamarin development on Android and UWP, no iOS at the moment. I keep getting dropped in to the "minified" code with an Exception on UWP. Should this not be working?
Matthias Bruzek
@bruzkovsky
Hi @IndianaGary, we are using LiveXAML on Android, iOS and UWP. Everything that works on Android works also on UWP. Sometimes there is an exception thrown, but it is caught somewhere, so in this case you can just disable to break on this type of exception. Sometimes when LiveXAML code throws an exception, it means there is something wrong in your XAML/Bindings.
Mihhail Maslakov
@ionoy
@IndianaGary yep, basically what @bruzkovsky said
usually, it's a handled exception but if you notice something weird you can PM me the details and I'll take a look