I got a probleme with Visual Studio 2015 Community.
If I want to create a new project I get the same problem as described here (hosting in the cloud is not shown):
Unable to see the Windows Azure (Host in Cloud) option for VS2013 Professional version
The Azure SDK is installed and I tried the described solutions with multiple uninstall/install and repair of Visual Studio.
But also I got a further problem. When I want to publish an app to Azure (right click on the project -> publish) I can't see my subscriptions and get the error message "Object reference not set to an instance of an object."
Are there any ideas how I can fix the problems? I'm currently completly unable to publish to Azure.
In addition: I got this problem only on my companies notebook. My privat computer / visual studio worked immediately.
+++SOLVED+++
Today a new error occured. I loaded a project and got the error:
"The ‘CctSharedPackage’ package did not load correctly. Restarting Visual Studio could solve the problem."
A short research directed me to this link which worked immediately:
https://blogs.msdn.microsoft.com/rob/2014/02/12/fixing-the-cctsharedpackage-package-did-not-load-correctly/
(System Control Panel -> Windows Azure Tools for Microsoft -> Change -> Repair)
Related
enter image description hereTrying to use SSRS in Visual Studio 2019 Community.
I am able to create a new "Report Server Project" Project in VS. However, when I try to "Add New Item" in the Project, I get the Error message:
Member not found. (Exception from HRESULT: 0x80020003 (DISP_E_MEMBERNOTFOUND))
I did install Data Server and Processing when downloading VS and also added the Extensions:
Microsoft Analysis Services Projects
Microsoft Reporting Services Projects
SQL Server Integration Services Projects
Which all seem to be active. I should also note that the "Add New Report" Wizard does work, it's the "Add New Item" that is throwing the error.
Any advice on how to correct?
Thanks to anyone helping!
I got this error and i solved it by adding the references for report viewer libraries in my current project, so basically when you create a new report project those dll are not included by default and visual studio can't find them.. Do a right click on your project and select Manage Nuget packages and install those two packages:
Corrected.Microsoft.ReportingServices.ReportViewerControl.Winforms (Current version = 150.1358.0)
Microsoft.ReportingServices.ReportViewerControl.Webforms (Current version = 150.1427.0)
Note: i am using Visual Studio Enterprise 2019 but i think the solution will work for 2017 too
So I hit the exact same error and got blocked. After googling for some time, seems MS has accepted that it's a bug, and they have this solution bundled as part of the new Preview ( Visual Studio 2019 version 16.9 Preview 3) and yes this is pretty new, like was release 3 days back when I'm writing this. Once I install and test I'll comment on this thread, but by the release notes (https://learn.microsoft.com/en-us/visualstudio/releases/2019/release-notes-preview#16.9.0.pre.3.0) looks like they've fixed this. I can't wait for the 16.9 to be release (16.9 is still not out), hence installing Preview to continue.
Update: So I installed Udpdate, and then i had to install the reporting service extension again(else it was saying reporting service project to be non-compatible), but post that I'm now able to add a report.
As of 3/8/2021 - I was running Visual Studio Professional 16.8.6 and was experiencing this issue. I upgraded to 16.9.0 (release data of 3/2/2021). Unlike ssethi11, it did not require the reinstallation of the SSRS extension.
The Official 16.9.1 is released.
Update visual studio and it should work now
One of my developers is receiving the following message from Visual Studio 2017 Enterprise when trying to connect to one of our DevOps projects and we've tried everything we can think of and everything we've found from searching Stack Overflow and the internet in general just hasn't worked.
Here's the error from Visual Studio:
We could not add the account
The browser based authentication dialog failed to complete. Reason:
The server understood the request, but is refusing to fulfill it.
What we've tried
Deleting the folders Team Foundation, VisualStudio, VisualStudio Services, VSCommon, and vshub located in %userprofile%\AppData\Local\Microsoft
Deleting everything from Windows Credential Manager.
Authenticating via browser (success).
Repository is hosted on dev.azure.com.
From what I understand, this is an HTTP 403 error which means the user successfully authenticated and that they just don't have permissions to view the requested resource. Permissions in DevOps are identical to other users that don't have any issues. We have 1 group for the developers and if you're in that group, you have all necessary permissions so I'm confident their permissions are identical to the other devs that aren't having any issues.
I think I understand what this error means for websites in general, however I seem to be at a loss for what either Visual Studio or Azure DevOps wants us to do specifically to alleviate this error.
The browser based authentication dialog failed to complete.
Once it was a known issue in old VS2015 and VS2017, but I can't reproduce it on my latest VS2017 15.9.23. Here're some tips you can follow to resolve that issue:
1.Update VS2017 to latest 15.9.23 version.
2.Navigate to VS installation path C:\Program Files (x86)\Microsoft Visual Studio\2017\VsEdition\Common7\IDE and run devenv.exe /resetsettings and devenv.exe /resetuserdata to reset the VS settings and userdata. From Joyce Lin.
3.Check your registry settings and empty the China endpoint if it exists. Check this one. Now try to log in the VS...
4.If the issue persists after #3, you can:
Open Visual Studio
Click Help > Send Feedback > Report a problem
An instance of Visual Studio Feedback will open
Attempt to sign in using your MS account
If sign in is successful, check if you are signed into Visual Studio
Hint from Nathan Timblin.
Hope all above helps :)
I just installed VS 2015 Professional and Tried to install Visual Studio Tools for Apache Cordova, it completed successfully.
However, when I try to get to create a new Project for the same, it just gets stuck there.
Then if I open a new instance of VS 2015 and go to Tools --> Options --> Apache Cordova, I get following error message:
---------------------------
Microsoft Visual Studio
---------------------------
The 'ApacheCordovaToolsPackage' package did not load correctly.
The problem may have been caused by a configuration change or by the installation of another extension. You can get more information by examining the file 'C:\Users\Anant\AppData\Roaming\Microsoft\VisualStudio\14.0\ActivityLog.xml'.
Restarting Visual Studio could help resolve this issue.
Continue to show this error message?
---------------------------
Yes No
---------------------------
I tried repair and uninstalling and reinstalling as well. But no luck.
Any thoughts/suggestions?
Sorry to hear about you're trouble. I suspect you are hitting a known issue which we have fixed and documented here:
https://support.microsoft.com/en-us/kb/3025135
Can you try the following workaround steps to see if it fixes the issue?
If the Tools for Universal Windows Apps Development are still installed:
Go to Programs and Features, select Visual Studio 2015, click Change.
In Visual Studio setup, click Modify.
Deselect the feature Tools for Universal Windows App Development.
Select Tools for Universal Windows App Development again, and click Update.
If you have already uninstalled the Tools for Universal Windows Apps Development:
Reinstall Tools for Universal Windows App Development.
Or, take the following steps to reinstall the JavaScript project system and language service:
Download the installer for your edition of Visual Studio, such as, vs_community.exe.
Open a command window, and run the following command:
vs_community.exe /modify /installselectableitems JavaScript_Hidden /passive
Hope that helps. If not, I would very much like to see the xml log. Please email vscordovatools#microsoft.com so we can get in touch.
Several of my colleagues and I are experiencing a problem: we are trying to use the Visual Studio Business Intelligence Designer (BIDS) to create and debug SQL Server Integration Services packages. In nearly all cases, we encounter the error below.
We all have SQL Server 2008R2 Management Studio installed, which includes the Visual Studio 2008 BIDS IDE. We all have Visual Studio 2010 installed as our primary development IDE / environment, and connect to a Team Foundation Server source control.
We do not have a source control plugin selected for the BIDS IDE.
We are all running Windows 7 with all the latest service packs and patches (as far as we know- these are customer-managed machines and the patch management details are opaque to us).
The one thing that is different - maybe - between the one system where the SSIS debugger DOES work and the several where it DOESN'T work is that- MAYBE- the operable system has not been used to edit SQL Server Reporting Service RDL files, where the rest have been.
In the Project Properties dialog, under the Debugging options:
We have tried setting the "runInOptimizedMode" option to False - no joy.
We have tried setting the "Run64BitRuntime" option to False- no joy.
We have tried setting the "InteractiveMode" option to "False" - no joy.
Here is the error text as reported by the BIDS interface.
Thanks for any insights you have!
TITLE: Microsoft Visual Studio
Failed to start project
ADDITIONAL INFORMATION:
Error starting debugging. (Microsoft.DataTransformationServices.VsIntegration)
Unable to start program 'C:\Users\\Documents\Visual Studio 2008\projects\DebugTest\DebugTest\Package.dtsx'.
Operation not supported. Unknown error: 0x80040038. (Microsoft Visual Studio Debugger)
BUTTONS:
OK
Run Visual Studio as Administrator that works for me
I'm trying to build a setup project in Visual Studio 2005, and it is failing every time, after opening a dialog box labeled Microsoft SQL Server 2005 Tools and configuring for a few minutes. The Microsoft SQL Server 2005 Tools dialog then launches a dialog with the text Failure creating local group SQLServer2005NotificationServices$COMPUTER_NAME. I suspect this failure is because I'm not currently local admin on my machine (a situation I hope will be rectified rapidly), but I don't see why I need to configure MS SQL 2005, as my project does not use it, and in fact has no DB connectivity. How can I get past this step to a successful build?
Related:
Visual studio configures SQL 2008 on every build
Visual Studio Setup and Deployment build fails with no errors
Update: Got my admin back, but this is still taking up time to run, and I'd still like to be rid of it.
I found something about it on Microsoft Connect. Seems like it's a bug. In the reply they linked to a knowledge base article with some workarounds.