ObjectListView faded away - objectlistview

can someone tell me why my ObjectListView fade after I installed Visual Studio 2008 sp1 and dot.net framework 3.5 sp 1.
What's wrong, some switch or what ...? (opaque?!)

Does the control look washed out? There was a bug that shows up on 16-bit displays on the v2.3 release.
If you get the latest version of ObjectListView from the SVN (instructions here), this has been fixed.

Related

Android Studio 3.2 menu and text became unreadable

Anyone encountered this problem after updating to Android Studio 3.2? I have been looking for a fix the past couple days. Uninstall and reinstall does not fix it. My only option is probably downgrading to 3.1
I found the solution, it's actually material theme that's acting up since Windows 10 October Update
https://github.com/ChrisRM/material-theme-jetbrains/issues/957

Downloading latest Android Studio

My current Android Studio installation (linux-64bit) is showing a pop-up saying there is a new Version of Android Studio 2.
I am unable to download the current stable of Android Studio.
The download-link (on big green button) reffers to the Terms and Conditions. If i Accept and klick the button (which is showing no text, which is also strange) it redirects me to the index page again.
Here is the index page: http://developer.android.com/sdk/index.html
Have they withdrawn the release or something? Does anybody know a direct-link?
Thank you for any help on it
You need to have a little patience and try to check for update from time to time until you'll be able to update Android Studio from within the IDE. I encountered the same issues as you but after a while it worked well.
My advise is to wait with the upgrading to 2.0 and stick with your 1.5 version because a lot of people here have problems with Android Studio 2.0 (for now it is kind of buggy, maybe later Google will fixed some issues...).
As an example of my problems with Android Studio 2.0 I've posted recently, check this: After upgrading to Android Studio 2.0, I cannot change the screen orientation in the Android emulator, but of course it is your decision to upgrade or not :) .
P.S. I'm a linux user too.
As this is entirely a new version, you will not be able to update (or upgrade) from within the app.
You will have to download the installer and install at the same location replacing your Android studio 1.5
I did the same thing and is working for me.
Regards
Vivek

resharper8 cannot find vs2012 on installation

I'm installing resharper 8 (the latest till now) onto vs2012, but when I ran the .msi file, it says "unsatisfied requirement: microsoft visualstudio" which means resharper cannot detect any visual studio installed on on PC. But I do have VS 2012 ultimate version installed and registered.
Can anyone give me help?
My vs2012 has also update3 installed. I'm now trying update4.
Thanks in advance.
Leo
After having the same problem I looked more into it reading the system requirements - I didn't realize it doesn't work with Visual studio Express versions, I'm guessing that's the problem you're having.
Source:
http://www.jetbrains.com/resharper/download/system_requirements.html

Which Microsoft expression blend to use for VS 2012 on a windows 7 laptop

Can someone please help me with my question? I am using VS2012 on my windows 7 laptop and the Microsoft blend that automatically got installed along with VS2012 supports only windows 8. Which Microsoft expression blend version should I use to open my VS2012 solutions and work on them?
Thanks a lot!
Expression Blend 4 works great. According to the website, they add back support for Silverlight and WPF in Update 2. "In addition, Visual Studio 2012 Update 2 and later adds support for Silverlight and WPF editing, as well as SketchFlow."

Visual Studio 2012 updates

How can I find What Update version I have in Visual Studio 2012? (update 1 or 2 or 3). HOw can I go back to update 1 so that I can build .dll which can be supported in windows XP? I am sorry It's not a programming question but highly appreciated for your answer. I'm stuck!
I have a following Error: Unable to load DLL 'xxx.dll': The specified procedure could not be found. (Exception from HRESULT: 0x8007007F)
My Target OS is windows XP: 32 bit .NET 4.0.
Also Same dll works for windows 7 and other so I think there shouldn't be dependency problem.
Help -> About will tell you what update you are running.
As far as I can tell, targeting windows XP is supported from VS 2012 with any update. You just need to make sure the project targets a version of the .NET framework that is supported on Windows XP. (.NET 4 or earlier)
How can I find What Update version I have in Visual Studio 2012?
Open Visual Studio, Click Help, Click About. See Second line.
Mine says "Version 11.0.60315.01 Update 2"
How can I go back to update 1?
(assuming Windows 7)
Control panel > Programs and Features > view installed updates > uninstall the update you want under the Visual Studio 2012 category.
That being said, I have no idea if this solution is actually something you need to do or will fix your problem. It is simply about how to remove the updates. It sounds like you may just need to download the latest .NET framework for XP.

Resources