Has anyone gotten Click Once updating after the application starts ? for me the option is grayed out after updating to .NET 5. I cant find any documentation on this new wizard there are a few issues I've run into ( things like the application files settings no longer exists. FTP no longer seems supported for deployment and the "when would you like to check for updates" radio buttons are all grayed out.)
It turns out as we move to .NET 5 there are several features that Microsoft is removing. if the option is grayed out it is no longer supported by .NET 5.... whish there had been some form of transparency on this
Related
I tried to add Microsoft Identity platform to a MVC project in Visual Studio 2019, on Connected Services page, I clicked on Configure next to Microsoft identity platform, then followed the steps:
chose my Azure tenant (b2c)(I am a admin)
chose / create an new app registration
on summary of changes, it said : project changes for dependencies being added or configured:
click finished, the Dependency configuration progress windows showed nothing and stayed open even checked "Automatically close when succeeded",
after sometime, nothing happened, then I canceled it and returned back to Connected Service page, the Microsoft identity platform still show "Configure" icon, not configured like other option (secrets.json(local) which configured in few seconds)
I have tried different projects types, also tried to download a sample project, still the same, am I missing any updates/components/libraries? please advice, thank you very much
I was stuck here too. Tried again and clicked "Finish" instead of Next and it worked.
Each time I open Visual Studio Community 2017, I get the dialog below asking about upgrading the version of Microsoft Azure Tools.
This dialog appears 4 times (4 different projects), I click 'OK' each time and then everything seems to work fine. However, next time I open the solution I have to repeat the process.
How do I resolve this once and for all?
Note that this project was created under a different version of VS (likely with a different Azure Tools) but that shouldn't be a permanent issue, I'd think.
That's strange...
Have you tried upgrading the project this way:
In Solution Explorer, open the shortcut menu for the project node, choose Properties, and then choose the Application tab of the dialog box that appears
The Application tab shows the tools version that’s associated with the project. If the current version of Azure Tools appears, the project has already been upgraded. If you've installed a newer version of the tools than what the tab shows, an Upgrade button appears.
This may help as well: https://learn.microsoft.com/en-us/azure/vs-azure-tools-upgrade-projects-to-the-current-version-of-the-azure-tools
I am trying to use the Remote Debugging from visual Studio of a Cloud Service web role and/ or Worker role.
I am using VS 2013 Ultimate with update 4.
I am using the Azure 2.6 SDK.
No matter what I do, my breakpoints have the warning, 'the breakpoint will not be hit, no symbols have been loaded for this document.'
I have tried many things based on various posts, including:
Of course I have checked the 'Remote Debugging' when deploying the cloud project.
I am using Debug Deployment.
I have confirmed using RDP that compilation debug=true is in the web.config.
I have tried both checked and unchecked for VS setting 'Enable Just My Code'.
I have added the path to my local bin folder in the Symbols dialog in VS.
I have tried choosing both WP3 and WAIISHost processes, both individually and both at the same time.
I have tried both 'Automatic' and selecting the managed .NET 4.0 4.5 in the 'Attach To' (Note that when I click Select, and it opens with the 'Automatic' radio button, none of the checkboxes are selected. I saw a screenshot in one of the articles that showed this with 2 of the checked when Automatic was lit). All of my projects target the 4.5 Framework. I have tried checking just 4.5 and 4.5 and Native both (which issues a warning about role restarting when debugging stops.
OK, I just redeployed (Published) again, and the only thing I changed was unchecking the 'Deployment update' checkbox. Not sure if this was it, or just something went wrong before, however it is working now.
Few days ago all was ok: when I started my web-site with Silverlight 4.0 application with F5 in Visual Studio debugger was connecting to Silverlight automatically, but now it doesn't.
I've tried to attach manually from "Debug"->"Attach to process" with "Attach to" option set into "Silverlight code" value. But my breakpoints are still "disabled"...
Why? How can I resolve that?
Thanks.
P.S. I've created new Silverlight project recently - and is been able to attach to silverlight without any problems...
check the debugger settings in the ASP project that is hosting your silverlight application, make sure silverlight is checked. Go to Properties->Web tab->Debuggers, check Silverlight
My xap-file of the Silverlight app is not being updated after compilation: I've added another control - it didn't appear in my app...
The reason: Silverlight app contained wrong "Startup Object". After fix - problem was resolved.
P.S. Sorry for stupid question.
Deleting the *.xap file solved it for me. I guess I'll have to delete it often.
One problem I see often is that the browser is caching the XAP so the changes are not seen. Deleting the XAP doesn't always fix this, one easy solution to this is to add a unique number to the xap reference in the HTML/ASPX file and just increment it when you want to force a reload (e.g here I user ver param):
All my controls are grayed out in the toolbox when I open a Winform Project.
I have already reinstalled VS2008 and tryed all the steps indicated here, but nothing:
http://social.msdn.microsoft.com/Forums/en-US/vssetup/thread/8db82810-bffd-4d07-8e50-029d2a26f7be/
If it can be related when reinstalling VS2008 I had problems with the installation of .net Framework 3.5, it was complaining about .NET 2.0SP1 missing.
I solved it installing .net Framework 3.5 SP1 and then VS2008.
At the moment I'm trying to install .NET Framework 2.0SP1 but it doesn't work: the set up stops and shows "set up error" that's it. I don't know if the issues are related.
Start from scratch and try again (starting with .NET 2.0)
.NET 2.0 (followed by SP1)
.NET 3.0 (don't remember if this is necessary before 3.5 or not)
.NET 3.5
Visual Studio 2008
I just had the same problem and resolved it by deleting *.tbd files in this folder:
C:\Users\<username>\AppData\Local\Microsoft\VCSExpress\<version>
open a package in the BID. Then the control flow items will show up. all other items(eg data flow tak) will be greyed out
Drag a control flow item. For eg, if you drag a data flow task, then edit it. Now the toolbox will show Data Flow destinations and transformations. This means, BID will show control flow items if the control flow tab is active. then you can drag a control flow items and edit it to add any task based on the control flow task you added