I am using VS11 Beta and trying to create a SL5 Business Application. It throws up a message box saying I need to download the latest version of Silverlight. So, I do this and then try to install it. It then tells me that I have a later version of Silverlight and can't install. I try to open my project and back comes the message box saying I have to re-download the installer. Without uninstalling Silverlight, is there any other way around this?
Related
I have build an app with expo. Let's say version 1.0.10
This app is available on test flight and I can install and check the functionality.
Now, if I find some issue, I use expo publish --release-channel production to fix the same.
Next time when I open my app, I receive the latest updates and issue is fixed.
But the problem is, if I delete the app, and install it again from the test flight, it still has the old version of code i.e. from 1.0.10. To see the latest updates, I have to kill the app and open it again. Is there a way to handle updates correctly? All the new installs should get the latest updates.
I tried multiple updates over version 1.0.10. But the latest updates are not available on new installs. I always have to kill the app and open it again to get the latest, which is not what i want.
Should I include a step to check if updates are available, and if yes, get the latest updates. Build this with version 1.0.11 and try expo publish and see new installs has the latests updates?
I get Package restore failed. Rolling back package changes for 'ConsoleApp1' while installing a new package. In particular I am trying to install the dropbox API, but I tried several other packages and get the same result.
I install by right clicking on the project and choosing Manage nuGet Packages... Then I select the package and click Install.
The NuGet is able to connect with the NuGet server as the package seems to download. The download information flashes on the screen pretty quick so I captured it with screen recording software to see if there were error messages. There were none.
I updated visual studio 2017 to latest patch level. My windows 10 machine is also at the latest level.
The project I am trying to install into is a freshly created Console App(.Net Core).
Here are the other questions I looked at:
Package restore failed. Rolling back package changes
does not have any responses because it is not a well developed question.
package restore failed rolling back package change for ' myproject' in vs 2017 .net mvc core project
Yet another poorly worded question with no viable answers.
Package restore failed. Rolling back package changes for 'myproject' in vs 2017 in MVC Core
That one is trying to update packages, not install new.
Nuget - Package restore failed. Rolling back package changes for 'WebApplication1'. 0
Seems to be for a custom package.
I am new to using Visual Studio.
To expand on #Michael Potter's answer, create a Console App (.NET Framework), NOT Console App (.NET Core).
The problem was that I am using Console App(.Net Core) Core is not compatible with Dropbox API.
I figured that out by opening NuGet Package Manager -> Package Manager Console and running Install-Package Dropbox-Api.
Then the error message about compatibility was on the screen plain to see.
To solve the problem I am switching to Console App (.Net Framework).
bring the version of the solution package to 1.1.3enter image description here
I successfully installed windows server 2012 R2 .After setting admin password,and login,I am getting command window instead of GUI.
Can anyone please help me come out of this issue.I tried several methods but still in midst of problem.
Waiting for reply..
It seems like you did infact install Windows core version. Make a new installation and select Windows server (with GUI) from the menu. If youre not prompted this during installation, then it is most likely not the correct install media.
Is there a way to pragmatically detect that a Silverlight OOB application is installed on a computer from windows? (IE not the browser). Possibly a registry path, or file path that can be checked? I've got another application (nonSilverlight) that needs to open up a silverlight OOB application if it is installed or take them to the web page to install it if it is not installed. The operating system will always be winXP or win7.
I'm working on a Silverlight OOB app, and have it installed locally.
I looked at the shortcut on the desktop, and went spelunking in the registry:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Uninstall\348253213.demo.net]
"DisplayName"="DemoApp" "Comments"="DemoApp on your desktop; at home,
at work or on the go." "Publisher"="demo.net"
"InstallLocation"="C:\Users\Charles\AppData\Local\Microsoft\Silverlight\OutOfBrowser\348253213.demo.net"
"NoRepair"=dword:00000001 "NoModify"=dword:00000001
"UninstallString"="C:\Program Files (x86)\Microsoft
Silverlight\5.1.20125.0\Silverlight.Configuration.exe -uninstallApp
348253213.demo.net"
No idea how the '348253213' got cooked up, but maybe this will give you some clues for ferreting out an installed SL app...
I have a VM with windows 8 x64 bit and I installed VS2012 ultimate from microsoft webiste. It prompted me for the developer license - I clicked ok. It asked me to signin to microsoft account. I created one and signed it and it worked. but when I try to create new project, I didnt see any metro style app templates.
I tried uninstall and install again but no progress.
please help. I dont see the metro style folder in project templates \csharp.
when I downloaded http://go.microsoft.com/fwlink/?LinkId=247147 it went close, I saw the metro style folder in templates but the installation threw error at the end - iis8 install error and vs did not open either.
What was previously referred to as a "metro" template, is now the "Windows Store App" template.