Help compiling

  • Thread starter Thread starter delphine_fontaine
  • Start date Start date
D

delphine_fontaine

Hello,

I have a projet for smartphones which I can't build. In fact, I have
this error :
The type or namespace name 'ISupportInitialize' does not exist in the
class or namespace 'System.ComponentModel' (are you missing an assembly
reference?)

I'm using "Visual Studio .Net 2003", a compact Framework (I don't know
how knowing the version), and a composent Flexgrid (the last version
for compact Framework).

I don't understand because I thought that ISupportInitialize was in the
Framework 1.1 but not in the Compact Framework. But, this project has
already been built !?!?

Has anyone an idea ?
Thank you for your help.

Delphine
 
That interface does not appear to be supported in .Net 1.x of the CF.
It is supported in 2.0 of the CF. Here is the information taken from
the docs:

..NET Framework
Supported in: 2.0, 1.1, 1.0
..NET Compact Framework
Supported in: 2.0

You are using VS.Net 2003, which ONLY supports 1.1.
 
Thank you very much.
I don't understand. This project was made one year ago and it has been
built. It wasn't .Net Compact Framework 2.0.
Is it possible that this method was in the composent Flexgrid ?
Do you have any idea ?
 
Back
Top