| Chris 的个人资料Cappy's Blog - Live Spac...照片日志列表 | 帮助 |
|
|
1月28日 Back to XP and My Vista IssuesI finally gave up and went back to Windows XP yesterday, so I thought I'd make a quick list of the issues I had with Windows Vista and why I didn't stick it out. Actually I didn't quit completely, as I just put XP on another hard drive, leaving my Vista build in tact for another try sometime. Just so you understand how I was using the OS, I was running Vista Ultimate in an environment which has me moving from Visual Studio, to VMWare, to Office applications non stop. I am using Dell 820 notebook with 2GB of RAM.
The Issues (in no particular order):
That's all I can really think of right now. Will I go back to Vista? Of course I will, we all will eventually, but for now I'm going to focus on being productive with XP. Chris 1月16日 Installing a Windows Mobile Application using VistaAs much as I'd like this entry to be about installing Windows Mobile application using Vista as my desktop, I just will not be able to. This is a plea for help from anyone who actually knows how to do it. I have become addicted to Sudoku and want to install a game onto my Treo, but for the life of me I can't figure out how. I've started the Windows Mobile Device Center, which didn't seem to do much. Everytime I try the install I get a nice error message telling me to install ActiveSync, which you aren't supposed to do with Vista. Of course I'm just going to go to an XP machine and install like I have before, but it'd be really nice to use this new superior OS called Vista.
If anyone has a clue, please drop me a line. 12月4日 Snipping Tool has Issues, Snag-It Still RocksI had blogged a couple weeks ago about the new Snipping Tool in Vista and about how it was going to replace Snag-It. Well I must say that I must retract that as I just installed Snag-It for the following reasons:
Those are enough reasons for me, and besides Snag-It is cheap. Have a good week, Chris 11月29日 Post Build Aggravation on VistaI really like a lot of things about Vista, and I know when I really start to understand it I will be singing the praises of this new OS. In the mean time I am just completely frustrated. My latest rant happened when I was trying to get my post build events working in Visual Studio. In the past I had always kept a "Projects" folder in the root that contained every project I was currently working on. When I moved to VS 2005 full time I decided to start keeping my new projects in the Visual Studio 2005\Projects directory. This seemed to work fine and even made backups easier as everything I did was now contained under "My Documents". Last week I moved to Vista and as I started getting back into some coding this week I spent a good day pulling my hair out over something really dumb. I noticed that my post build events were no longer executing, and of course causing my build to fail. The post build events are a must because I was debugging some assemblies in our new Capture product that are late bound. I spent the first couple hours trying to figure out what had changed in my events (shown below). copy $(TargetPath) "..\..\..\..\Application\bin\debug\Plugins\Win\$(TargetFileName)" /Y copy $(TargetDir)$(TargetName).pdb "..\..\..\..\Application\bin\debug\Plugins\Win\$(TargetName).pdb" /y This all seemed simple enough and worked fine with XP, but why did I now error with an exit code of 0? I changed the target directories to something very simple, like c:\temp and still no luck… exit code 0. The error messages were showing the full paths showing me that the directories seemed fine. c:\users\chris.caplinger\Documents\Visual Studio 2005\Projects\KnowledgeLake\Capture\4.0\KnowledgeLake.Capture.Win I took the commands being executed from the error message and decided to simply drop them into a command line window, and of course the copy failed. This made no sense as the directories were correct. I changed to the source directory and tried it again and Wham!, it worked. I have no idea on why this behavior is happening and figure it's probably a bug or a feature I could live without. After some more experiments I determined that the "c:\user" path is screwing everything up. Maybe this has something to with the new shadow folder since this used be "c:\documents and settings". I have just come to the realization for now that you can't copy stuff from paths in the "User" folder on the command line unless you are in that specific directory. And even then you won't be able to copy to other folders under "User". The only fix I could come up with was to move all my projects back to "c:\projects", which resolved the problem and got me back on my way. Hopefully you get to read this before you spend several hours in frustration. Chris 11月27日 Vista Scanning FrustrationsThis is more of a plea than a post. If anyone knows how to make legacy TWAIN and WIA devices work with Windows Vista please drop me a line and let me know. I did a fresh installation of Vista Ultimate and have not succeeded in getting any of my three scanners working. I made the not so intelligent assumption that Windows XP driver "should" work in most cases. Chris |
|
|