-
an exception was encountered while constructing the content of this frame can’t see solution files
This issue occurred in my VS after installing some third party Visual Studio plugin tools. To resolve, I uninstalled the tools and from command line launched Visual Studio (just copy paste the path and exe from the shortcut) and added /ResetSettings to the launch params. Make sure you have a backup of your settings first…
-
Classic ASP VB Filter File Name Extensions From String EndsWith
Came across a classic ASP VB site recently in my adventures. There was a feature request to filter out some file extensions from existing code logic, and I discovered quickly most of my .Net methods were unavailable, so I came up with this little snippet and had a great blast from the past. 🙂 If…
-
How to Create a new Java Applet in Netbeans
First create a new project. Make sure you select “Java Application” not Desktop Application or other types. On the left hand of the screen you should see “Source Packages” and your project name in lower case underneath. If you don’t see this in the little window on the left, expand the coffee icon with your…
-
IBM RSA rational software architect eclipse plugin rename change project location
This one evaded me at first and is very simple. Experienced Eclipse users are already familiar with its’ small intricacies, but for a Microsoft Visual Studio Developer who is not on Eclipse often, it is easy to forget your way weaving through the maze of perspectives, windows and views. Lets say you created a new…
