Help for 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
 
Hi,

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?)

It seems that ISupportInitialize is not supported in the CF

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 !?!?

IS the error in your program or in the component you are using?
If it's in the component you should contact them, after make sure you are
using the version for the CF and not the one for the full framework.

If it's in yuor program, well simply edit the code generated by the designer
and remore it from the source.
 
Thank you very much.
The error is in my sources but i don't understand : this project was
made (not by me) one year ago and it has been built !?
How can they used this method if they used the Compact Framework ?
Have you any idea ?

Delphine
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top