Tabular Model in Azure Portal Won't Open in Visual Studios - visual-studio

I have a Tabular model in Azure Analysis Services that I created by importing a .pbix. It loaded the model perfectly, but when I try to open the model in Visual Studio nothing happens. When I click on Open in Excel it creates a .odc file and when I click on Open in Power BI it creates a .pbix file. You can see below the options:
Screenshot:
I would like to open it in Visual Studios. Has anyone else ran into this problem or does anyone else have a solution?
Any help would be appreciated.
Thanks!

Well, it looks like the Open in Visual Studio button is now working. The next day, it now downloads a .zip file that contains a .SMPROJ file and a .BIM file. Not sure why it wasn't working yesterday, maybe the model needs some time after it is created to be able to be loaded into Visual Studios. If anybody knows why, then post, to help anyone else in the future.
Thanks

Related

Visual Studio extension development, callback for detecting file deletion from solution explorer

I'm making a Visual studio extension, where something happens when a file is saved and when it is deleted. I can detect when the current file is about to be saved using IVsRunningDocTableEvents3
I was trying to find a callback for when a file is deleted from the solution explorer window. I've tried searching for it in the VS sdk 2017 but its really tough to search.
Any help will be appreciated. thanks.
You can use IVsTrackProjectDocuments2.AdviseTrackProjectDocumentsEvents to listen when a file is deleted.

Visual Studio Xamarin schema set keeps reseting

I've started trying out Xamarin lately and firstly I've noticed that Intellisense for .axml files was not working. I googled it and figured out that I should include some files in my schema set, but that didn't help. I actually found out that excluding (choosing "Automatic" or "Do not use this schema") all of the schemas helps.
But whenever I open another file in VS, or even switch from Source to Designer tab and back, the problem reoccurs, i.e. it goes back to
this. I am using Visual Studio Community 2015.
Has anyone else had trouble with this before or knows what I should do?
Thanks in advance!

application metadata has been modified out of the designer

I was working to a lightswitch project in Visual Studio 2015, Visual Studio crashed and after restart of VS and Project when I try to add a table or a Screen to the project I retrieve following message:
Changes have been made to project "name of project" and it needs to be reloaded before this action is taken. Would you like to reload the project now?
I click yes, and after a while appear a Reload windows with following message:
Application metadata has been modified out of the designer.
When you finish those changes, please use the "Reload" button to reload the desiner.
Obviously if I use the Reload Button I get the same windows.
So I cannot work more on it.
Somebody have some tips of how can I solve it ?
Many thanks in advance
Piercarlo

Can't add VSS 6.0 database in Visual Studio 2008

I am using VSS 6.0 along with Visual Studio 2008. If I launch VSS separately, I can add a Database by clicking "Browse" -> "Browse" -> click on a "srcsafe.ini" file. I can then choose a name for the database, and it will be added to the list of available databases.
However, if I am running Visual Studio, and I try to add my solution to source control, it will prompt me to connect to a VSS database, for which I follow the exactly same procedure described as above. Instead of adding the database to the list of database, it will do nothing. No screen freeze, no error, no nothing.
Has anyone encountered the same problem? If yes, did you solve it and how did you solve it?
Any help would be much appreciated.
Check out the solution here and see if it helps you solve the problem:
http://connect.microsoft.com/VisualStudio/feedback/details/519319/using-visual-sourcesafe-6-0-with-visual-studio-2008-on-windows-7-x64

Unable to open website in Visual studio any more

Pls refer
Finding the .Net framework
Based on the inputs I was able to open the website using
Click on File -> Open -> WebSite (Or press Alt+Shift+O).
Select the folder which containing your file (aspx, aspx.vb, web.config)
It was all working fine till today morning.
Today morning, I presume there was some Silverlight installation or Windows update going on when I clicked to open the website and Visual Studio env went into hang state.
After that I have not been able to open the website from recent project list. I also tried renaming the directory and follow the approach i.e. Click on File -> Open -> WebSite (Or press Alt+Shift+O). but no success. The screen just blinks and cursor remains on the page showing latest news on Visual Studio
However my other websites are opening fine in Visual Studio env. If it helps I am using Visual Studio 2005
Request you to pls help.
Thanks
I cannot open the website directly from the folder as I do not have complete website and that is precisely why I am following the approach of
Click on File -> Open -> WebSite (Or press Alt+Shift+O). Select the folder which containing your file (aspx, aspx.vb, web.config)
as suggested by someone earlier.
Try restarting your computer.
Try opening the WebSite directly from the folder, not in VS.
It doesn't make sense to try to open part of a web site.
Also, is there a chance that the original site was a web application project? It would have a .csproj or .vbproj file in it.
I could solve my problem by resetting the export/import settings.
Romée

Resources