Why My Visual Studio Not Showing Any Text? - vb.net

I have a problem when open my project. It doesn't show any text.
Here the screenshot :

I think you tried to open project file from file explorer. open your existing project from visual studio itself

Related

Visual Studio 2019 VB Form don't open again

My project/solution of VS (VB) 2019 I was able to edit and publish till date. But now after uninstalling Visual Studio 2017, one of the form of my solution do not open and gives me error message:
There is no editor available for XYZ.vb (my Form file name with full
path). Make sure the application for the file type (.vb) is installed.
I am able to open all other forms other then one in the same solution.
What and where can be the problem?

Opening .scmp file in Visual Studio 2015 opens as XML and not as comparison UI

I'm opening a Database Schema Comparison (.scmp) file and the file opens in Visual Studio as XML. However, the need is for the file to open in the Server Data Tools tab.
I have tried opening from Visual Studio and Windows Explorer.
Using Visual Studio Professional 2015 with Update 3.
Silly me. I didn't notice that SQL Server Data Tools (SSDT) had been corrupted and wasn't showing as installed. Installing SSDT solved the issue.
The .scmp file is a XML file essentially. It is stored in the Schema Comparison folder of the project system by default. When you double click the .scmp file in the Visual Studio, the Select Source/ Target Schema page appears, on which shows the comparison settings and options that you have set. When you click the OK button on that page, SchemaCompare1.scmp file (for example) shows in the edit explorer.
However, you may not open a .scmp file by double-clicking it on the disk. It may be because the .scmp file is used to save comparison settings and options between usage sessions (any combination of a project, database, and .dbschema file), it associates with a solution so you can open it by double-clicking it in the Visual Studio.

visual studio 2010 installation and setting problems

I ve installed visual studio 2010. Installed successfully, on the main screen under the File tag the options are, team project , new file etc.
When I click on new file then a new screen appears in which templates are given.
I want vb.net but there is no vb.net template.
Whats wrong with it or how to add a vb.met template?
What shoud I do?
Search under Visual Basics or in Other templates as below :
and click on Forms or type you want
And if you are only interested in VB.net then make sure you have the settings right by clicking on Tools \ Import and Export Settings and import the Default Settings for Visual Basic Development.

how to get items in solution explorer in visual basic 2010

When i Open Any Project in Visual Basic 2010 Express by Clicking on A File that has extension .sln, the project is opened but there is no items in solution explorer and i can't run the project
the following is the screenshot
thanks for help
Right-click the unloaded project and click "Reload".
If this is consistent then you are closing your solutions incorrectly. You do not want to use the Unload Project context menu item. Use File + Close Solution instead.

Where to get MonoTools for Visual Studio 2010/2012 plug-in. No luck with their web site as it is down

I have been trying to get the MonoTools for Visual Studio from their web site (mono-tools.com). But with no luck. Where to get MonoTools for Visual Studio 2010/2012 plug-in?
Aditya.
You can easily modify the MonoTools installer to work with VS2012. .vsix files are ZIP files. In the root of the zip, you'll see a file named extension.vsixmanifest, which lists the versions of Visual Studio that are supported by the extension.
Basically,
Download the MonoTools package
Rename it to have a .zip extension
Right-click and select "open" - you don't want to extract the file, just open the archive using the built-in Windows mechanism
Copy extension.vsixmanifest anywhere - say, to your desktop.
Open it up in a text editor (I love Notepad++, EMACS is also pretty awesome under OSX.)
Change the SupportedProducts key to the following:
<SupportedProducts>
<VisualStudio Version="10.0">
<Edition>VSTS</Edition>
<Edition>VSTD</Edition>
<Edition>Pro</Edition>
</VisualStudio>
<VisualStudio Version="11.0">
<Edition>VSTS</Edition>
<Edition>VSTD</Edition>
<Edition>Pro</Edition>
</VisualStudio>
</SupportedProducts>
Copy the modified file back into the archive.
Rename it from .zip to .vsix
Run it. The Visual Studio Version Selector should appear and let you pick VS2012.
If the Mono menu item doesn't appear after restarting VS, you may need to run
devenv /setup
from a VS command prompt (or, from c:\program files (x86)\microsoft visual studio 11\common7\ide).
This works for just about any VS2010 extension.
That was a former product from Novell, and it is no longer offered or developed.
Xamarin doesn't offer it either.
can get it from here: http://mono-tools.com/
free if you do their survey
but i don't see a vs2012 version
It costs at minimum $999.00 - https://store.xamarin.com/ and is included as part of Mono for Android. Here's a screenshot of what it looks like after it's installed.
There is also a training course on this from PluralSight -- http://www.pluralsight-training.net/microsoft/Courses/TableOfContents/android-intro