I have developed my application in .netCF for PDA 7 i have to use nokia dll in my applcation
I have gone through the following steps & face problems
· Tlbimp.exe(it convert dll in to CLR assembly)
· Add Reference into .NET Compact Framework Pocket PC Project Appliaction
It give Error “ it may or may not be support in ur current platform”
· Created Object of dll in application. it run fine all the functionalities rather then dll object
but use object then it gives Errpr “ an Unhanded Exception has occurred in ur application system.not supportedException”
· Gone through Documentation Of .NET Compact Framework
There is no Com Interoperability included in .NET Compact Framework
U can’t access Com functionality directly form .NET Compact Framework
. NET Compact Framework can access function in native dll and native dll can access Com Function.
· I have Created dll in vb.net using nokia dll .( same name of properties & methods of nokai dll)
Use this dll in .NET Compact Framework Pocket PC Project.
Build it no Error Occured
But run, it gives Error “A native Exception occurred.
exceptionCode ACCESS violation
Exception Address 0x0114008 Reading: 0x0017c000”
Thanks in advance for any suggestions.