Re: [DOTNET] DirectoryNotFound Exception

2002-06-04 Thread Todd Clemetson
Prashanth, I haven't had a chance to play with the .NET compact framework, but in Embedded Visual C++ 3.0, each emulator had its own directory structure on the hard disk that simulated the directory structure you would find on the target device. This allowed you to place configuration files, etc

Re: [DOTNET] ComClass

2002-05-31 Thread Todd Clemetson
Patrick, I am not sure about an equivalent ComClass attribute, but have you considered using the REGASM utility to expose your .NET assembly as a COM object? This tool reads the assembly's metadata and adds the appropriate entries in the registry so that any COM client can use the object. You

Re: [DOTNET] Problem with hiding derived methods

2002-05-29 Thread Todd Clemetson
erived has private access, its scope does not extend to MoreDerived. Thus, the call F() in MoreDerived.G is valid and will invoke Base.F." Todd Clemetson |-+> | | Shawn Wildermuth | | | | | |