views:

157

answers:

1

Hello,

I'm developing a application for Windows Mobile using C#(.Net Compact Framework 3.5), but I need to associate my program with a file type. When I try to use FileAssociationInfo I'm getting this error: The type or namespace name 'FileAssociationInfo' could not be found (are you missing a using directive or an assembly reference?)

What I need to do?

+1  A: 

You can download the zip file from Channel 9 containing the FileAssociation solution file and source code (it's the 'Download:' link at the top of the article).

Gonzalo