Created perspectives in SSAS tabular don't appear - ssas-tabular

I am trying to create perspectives in a SSAS Tabular mode cube in Visual Studio 2013. But the problem is that the created perspective doesn’t appear when I click on OK. I have tried it several times, and each time with another selection of tables. Also creating a new Visual Studio solution and retry it didn’t help. I couldn't find any known errors on Google about this issue.
Is there a hidden feature that hides the created perspective or something?
I hope that you guys can help me out. Thank you in advance!

Related

How I can save my layout on Visual Studio Code

The idea behind this question, is have my document upfront, right on the sidebar, a split between files and upload to GitHub, and down below the terminal, in all projects starting now, I open every time my projects! I saw different questions on the platform, but didn't accurate answer to that, I thought.
Thanks,
Miguel.
You should take a look at documentation which explains that in VS Code there are 2 modes for saving a setup of IDE - user settings and workspace settings.
Your modifications were probably saved in current workspace so when you open a fresh instance of VS Code by default you are using global user settings.
By default, it keeps the same screen.

How to automatically open a C# script when creating one in Unity?

When I create a script it automatically opens visual studio but I was wondering if there was a way to automatically open the specific script that I just created?
One of the problems is that when you add a new script, it has to add it to the visual project project by regenerating the project. It also triggers Unity to recompile. They should improve this but this is probably why they can't instantly open it.
I believe it should do it automatically. Check if there is a message in Visual Studio above the tab bar that says something about the unity integration gone wrong. It should have a link to a guide on how to set it up properly.

visual studio code editor not autocompleting, colour coding or giving suggestions

UPDATE: I solved my own problem. Solution is at end of this post
Original Post:
Intro:
Hi, I had Visual Studio Code (VSCode) installed a long time back for use with Unity but ended up not using it and opted for Visual Studio instead because that was what my Unity course was using.
I am now learning HTML so I now want to use the Visual Studio Code as the editor.
Problem:
When I type out my HTML code, VSCode is not autocompleting any of my code or giving me any suggestions or colour coding the text.
Troubleshooting steps done:
I completely uninstalled Visual Studio Code including the user data folders: .vscode in users and Code in Appdata/Romaning (which were advised on the visual Studio code website uninstall instructions).
I then installed a fresh version. But the same problem persists.
Update: I have learnt that the feature that I have an issue with is called Intellisense. CTRL-SHIFT-R is supposed to refresh this feature module. So did this and I get the message "No refactorings available". So perhaps I am missing a module or plugin that I am supposed to also install?
I'd appreciate someone's help to solve this.
Many thanks.
PS This is my first StackOverflow question, I hope it's not a forehead slapping debut!
UPDATE: SOLUTION
I just solved my own problem...and it's probably a beginner's mistake...
I discovered at the bottom right corner of the editor, this a menu tray. One of these items showed "Plain Text". On clicking it, it showed a list of programming languages. Naturally HTML was one of them and I upon clicking it. The editor Intellisense auto completion, suggestions etc kicked in.
If I may comment, I wonder why this element is somewhat conspicuous. It's not obvious for a beginner to know to click on "Plain Text" at the bottom right corner without scouring the interface or try to find a third party tutorial video. Perhaps, I can give that as a feedback to the developers.
I just solved my own problem...and it's probably a beginner's mistake.
I discovered at the bottom right corner of the editor, this a menu tray. One of these items showed "Plain Text". On clicking it, it showed a list of programming languages. Naturally HTML was one of them and I upon clicking it. The editor Intellisense auto completion, suggestions etc kicked in.

How to hook into the Visual Studio IntelliSense completion keys to change when it triggers

Visual Studio 2015 does not have a way to only select IntelliSense when I press Enter or Tab anymore in C# for 2015. It's available for JavaScript but not C#.
I'm trying to create a MEF project and hook into the IntelliSense to change this behaviour for C# files. Just to get started, I tried to implement this sample plugin from Microsoft:
https://msdn.microsoft.com/en-us/library/ee372314.aspx
The sample compiles, but it does not work. Nothing in the code is triggered from the debugged IDE. The samples tells to start a new text file and press "a" to get demo IntelliSense, but it never trigger.
Here's the code project if anyone want to look into it:
http://ontime.zdata.no/donwload/ProperIntellisense.zip
Could someone guide me in the right direction here, the documentation in this area is very fluid.
There isn't a supported way to use the APIs to customize this. The behavior you're looking to change falls under the Roslyn project on GitHub so you're more than welcome to file a bug there as feedback. You're also welcome to send a pull request, but at this point it's really tricky to make a change to the editor components of Roslyn and apply those to your locally installed Visual Studio. It's something we're working on fixing but it's not done yet.
The workaround is to press Ctrl+Alt+Space when inside the editor. That will toggle into the correct IntelliSense behaviour. Not a very easy thing to find, but it saved my day. They should probably give better information about this toggle feature, and make it more visible.. Still, it will not be remembered after closing the IDE, so you have to do it every time you start the IDE.

I can't drag and drop crystal reportviewer in web form

Hi
I've wired problem here.
I'm building a new fresh web application, and i want to use crystal report 2010 in one of my pages, the problem is that i can't drag and drop the crystal report viewer control .
Any idea why is this happening ?
What specifically is the problem? Are you not seeing the control in your Toolbox or are you literally not able to drag the control from the Toolbox to your form?
If you are not seeing it but have added it to your control box see this post:
how to enable crystal report viewer in Visual Studio 2010
If you haven't added it as a control then you will have to do that first. Here is a quick start guide video that explains it all.
1st step: Add a Crystal report to your project.
2nd step: Then go to your web form and add a crystal report viewer control.
Just found out this solution from going around an asp.net project in Visual studio 2015. Hope this helps to anyone looking up.