Sign In
Vista Compatibility Team Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
Vista application compatibility XP port
Windows Vista Application Compatibilty XP port
windows Vista Application Compatibilty XP port dllhost session 0
windows Vista Application Compatibilty XP port MSI sign certificate installer
Archive
Archives
June 2008
(1)
June 2007
(4)
May 2007
(1)
April 2007
(6)
February 2007
(3)
January 2007
(2)
December 2006
(3)
November 2006
(1)
October 2006
(9)
September 2006
(7)
April, 2007
MSDN Blogs
>
Vista Compatibility Team Blog
>
April, 2007
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Vista Compatibility Team Blog
Debugging LSASS
Posted
over 5 years ago
by
MSDNArchive
0
Comments
For some reason I had to debug LSASS (Local Security Authority Process) recently. Considering that LSASS is rather involved in the functioning of the system with respect to authorization checks, it is cumbersome to debug. The system deadlocks immediately...
Vista Compatibility Team Blog
Certification Freebie
Posted
over 5 years ago
by
MSDNArchive
0
Comments
I had mentioned in a previous post about handy certification tools. If that sparked your interest in getting your app certified, Microsoft is extending the offer for a refund for the cost of verification testing until the end of June. You only get a refund...
Vista Compatibility Team Blog
GetCurrentProcess fails on Net 1.1 on Vista
Posted
over 5 years ago
by
MSDNArchive
1
Comments
This little snippet compiled with .Net 1.1: using System; using System.Diagnostics; class Program { static void Main(string[] args) { try { Process c = Process.GetCurrentProcess(); ...
Vista Compatibility Team Blog
C2065: 'TOKEN_LINKED_TOKEN' : undeclared identifier
Posted
over 5 years ago
by
MSDNArchive
1
Comments
If you get error C2065: 'TOKEN_LINKED_TOKEN' : undeclared identifier when you try to compile a VC++ project that needs to get the linked token through GetTokenInformation, you need to get the Microsoft Windows SDK for Windows Vista . This...
Vista Compatibility Team Blog
SetThreadPriority from Run key
Posted
over 5 years ago
by
MSDNArchive
4
Comments
If you add an application to the Run key in the registry (HKLM\Software\Microsoft\Windows\CurrentVersion\Run), you'll notice that its threads are kept at Normal priority. You can call SetThreadPriority all day long, but it won't make a difference: the...
Vista Compatibility Team Blog
Vista Certification Testing Tools
Posted
over 5 years ago
by
MSDNArchive
1
Comments
In the lab we get a lot of questions about the Vista Certification logo program. There are two different logos you can get for your product: Works With Windows Vista This one is easy to get and everyone is recommended to go for this logo. Your app needs...
Page 1 of 1 (6 items)