Sign In
Mark Ihimoyan's WebLog
.NET Compact Framework
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
No tags have been created or used yet.
Archive
Archives
June 2005
(7)
July 2004
(1)
June 2004
(4)
May 2004
(2)
April 2004
(2)
June, 2005
MSDN Blogs
>
Mark Ihimoyan's WebLog
>
June, 2005
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Mark Ihimoyan's WebLog
Error 0x80040154 during SQL Mobile database upgrade.
Posted
over 7 years ago
by
ihimmar
2
Comments
Microsoft SQL Server 2005 Mobile Edition (SQL Server Mobile) maintains two versions of the product side-by-side. The two versions of SQL Server Mobile can coexist on the same computer. This enables a simple and gradual upgrade process. The documentation...
Mark Ihimoyan's WebLog
BattleBot built with .NET Compact Framework
Posted
over 7 years ago
by
ihimmar
2
Comments
Yet another pretty cool application built with the .NET Compact Framework. http://www.microsoft.com/presspass/features/2005/jun05/06-07BattleBot.mspx Excerpt from the link above: "I'm living proof that developers can use the .NET Compact...
Mark Ihimoyan's WebLog
Working around NTLM Authentication on NETCF 1.0 - Part 4
Posted
over 7 years ago
by
ihimmar
2
Comments
This is the last post in this mini-series on implementing client side NTLM authentication within a NETCF Version 1.0 application. In this code snippet, the class that performs the actual authentication process is intialized and registered with the AuthenticationManager...
Mark Ihimoyan's WebLog
Working around NTLM Authentication on NETCF 1.0 – Part 3
Posted
over 7 years ago
by
ihimmar
2
Comments
Here is the class that implements IAuthenticationModule and P/Invokes into the native dll created in the previous post. using System; using System.IO; using System.Net; using System.Data; using System.Text; using System.Runtime.InteropServices; ...
Mark Ihimoyan's WebLog
Working around NTLM Authentication on NETCF 1.0 – Part 2
Posted
over 7 years ago
by
ihimmar
2
Comments
Here is the c++ code for the native library NTLMAuthEx.cpp, this is compiled into a native dll NTLMAuthEx.dll // NTLMAuthEx.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" #include "security.h" #include "sspi.h" ...
Mark Ihimoyan's WebLog
Working around NTLM Authentication on NETCF 1.0 - Part 1
Posted
over 7 years ago
by
ihimmar
4
Comments
So I recently had to help one of my friends who had some problems calling a web method on a secure web service. He was running on NETCF 1.0 and kept getting a “401, Unauthorized error” even though he supplied the right credentials. It did not take us...
Mark Ihimoyan's WebLog
Transaction Support in CE MSMQ
Posted
over 7 years ago
by
ihimmar
4
Comments
After a long time off from blogging, I have decided to resume. I will try to be more consistent with my posts over the next few months. I attended MEDC and it was very fascinating to see what people are building on the .NET Compact Framework. I met quite...
Page 1 of 1 (7 items)