I don’t know about you, but when it comes to development, I prefer my environment to be as free of clutter as possible. It may surprise you to know that I have tried ReSharper, and did not like it, for the reason that I stated above. In my opinion, it had too much clutter. Don’t get me wrong, there were a couple of features that I…
I'm simply trying to run the basic openCV hello world tutorial code, but I'm getting errors. I have everything properly linked and built, but it's not working.
This seems like it should be extremely easy, but it's not working. OpenCV is properly installed, and I even attempted to place opencv_core220d and opencv_highgui220d in the Debug folder of…
I hope everyone is having a Happy New Years! 2010 has been a busy blogging year for me (this is the 100th blog post I’ve done in 2010). Several people this week suggested I put together a summary post listing/organizing my favorite posts from the year. Below is a quick listing of some of my favorite posts organized by topic…
Do you ever wish you could change the WMC start menu? Maybe move some of the tiles and strips around to different locations, add new ones, or eliminate some altogether? Today we look at how to do it using Media Center Studio.
Download and install Media Center Studio. (Download link below) You’ll also want to make sure you have Windows Media…
Todays post is a quick plug for a new tool developed by my friend Olaf Conijn, who (amongst other things) has been a developer on several versions of Enterprise Library. His new tool is called Suggested Resources for .NET Developers, and the current 0.8 release works with both VisualStudio 2008 and VisualStudio 2010. So what does it do?…
If you installed VisualStudio 2008 on a 64-bit operating system, you may have trouble when you try ad add or remove functionality by inserting the disk (or remounting the ISO image). I believe this is because of the path used to install the 32-bit VisualStudio program. When you run the setup.exe off of the disk, you get this:…
With the Windows 8 Consumer Preview version out in the open and the VisualStudio 11 Beta also available, I’ve been putting some more effort into trying them both out. The first impression of the new VisualStudio 11 build was: Why doesn’t it work at all on Windows 8?! The issues I encountered were odd to say the least. VisualStudio did…
I want to merge one .NET DLL assembly and one C# Class Library project referenced by a VB.NET Console Application project into one command-line console executable.
I can do this with ILMerge from the command-line, but I want to integrate this merging of reference assemblies and projects into the VisualStudio project. From my reading, I…
Hi,
I am trying to get my head around the sharp architecture and used the visualstudio template as described on the web:
http://wiki.sharparchitecture.net/VSTemplatesAndCodeGen.ashx
This is all cool. Unfortunately, I cannot add a strongly typed view as easily as I am used to ‘under’ asp.net mvc.
What can I do to ‘enable’ this in VS…
I have a program written in VB.Net (Visual Studio 2008) that uses a DLL written in Visual C++ by another developer. I'd like to be able to step in to the C++ code as my code makes calls to methods in the DLL. Since the DLL is it's own solution, I don't think it can be included in my solution/project. I tried putting the DLLs pdb file…
Hopefully someone can tell me what's going on here. I'm trying to link to gdiplus.lib and I tried to go to "Properties - Linker - Input - Additional Dependencies" to add the library but I do NOT have that section. I'm using Visual C++ 2008. Here's what I see:
Common Properties
Framework and References
Configuration Properties
…
I'm using VisualStudio .NET 2003 to develop a COM ATL application in unmanaged Visual C++.
I've created a ATL Dialag and whenever I try to add a variable for a control the wizard thorws the message "Object required".
I've tried the following alternatives:
Right click in the control to call
"Add variable" from there: this way
the…
Almost two years ago, I wrote about a VisualStudio macro that allows you to change the Target Framework version of all projects in a solution. If you don’t know, the Target Framework version is what tells the compiler which version of the .NET Framework to compile against (more information is available here) and can be set to one of…
I have a VSPackage for VisualStudio 2008 that I created for adding some editor and custom language functionality. I also have a need to add a new project/solution wizard to create a new Solution and a complex series of C++ projects to the solution. I know I can do this using a "Custom Wizard", but I would be much happier if I can…
Profile that is used for ASP.NET Profile Service is not available in Page code behind files like in Page_Load.
It may be just a problem with VisualStudio installation/configuration, but as another problem, classes placed in App_Code in not seen in page codes. Even when I'm adding new ASP.NET folder to my project, "App_Code" is…
I started getting this compile error after upgrading to VisualStudio 2010. Not sure if it's related, but I can't figure out what library to reference to satisfy this dependency? Is it just an API change bug or something?
Microsoft (R) Program Maintenance Utility Version 10.00.30319.01
Copyright (C) Microsoft Corporation. All…
Hi everyone
I'm really hoping someone can help me out with this one. When debugging in VisualStudio, sometimes I add a breakpoint but it's hollow and VS says "The breakpoint will not currently be hit. The source code is different from the original version." Obviously this prevents me being able to debug.
What on earth does the…
I have a created a simple doctrine2/zend skeleton project and am trying to get unit testing working with zend studio.
The tests work perfectly through the PHPunit CLI but I just can't get them to work in zend studio.
It comes up with an error saying : 'No Tests was executed' and the following output in the debug window :
…
There is many tool exist to debug JavaScript visualstudio , firebug and some other great plugin are one of them. here I show you solution for
Microsoft JScript runtime error: Object doesn't support this property or method
if you search on Google for how to debug Javascript in Visualstudio. all of them told you to…
I'm a big fan of Git sub-modules. I like to be able to track a dependency along with its version, so that you can roll-back to a previous version of your project and have the corresponding version of the dependency to build safely and cleanly. Moreover, it's easier to release our libraries as open source projects as…
For some very good reason you might would like to setup a 'autoreply' only account, without storing the incoming mail into a mailbox. If not already done, create an account via Delegated Admin Gui or commadmin Commandline Tool.
Example:
/opt/sun/comms/da/bin/commadmin user create -D admin -d…
I have just changed the colour scheme of my VisualStudio 2008 environment to have a dark backround with light text.
This is so much easier on the eyes.
The only problem is lines that are on the call stack... Those lines that are referred to in this thread here in visualstudio some lines of code have light…
I have a dualmonitor setup running dual 23" on 1920x1080 which has the following problem:
When running any wine application (for example "wine regedit" from console) the screen flickers and the windows have artifacts like this:
Also sometimes taking a screenshot using the print key will make compiz crash…
New Mac OS X Server setup, when i send mail to gmail it goes straight to Spam. Why is that?
My setup:
DNS - done (A records PTR are ok)
Mail Setup - done
Webmail - done
Also there seems to be a naming problem. They all come from me@server.domain.com instead of me@domain.com. I must be missing an alias…