|
-
Mar 12th, 2003, 01:06 AM
#1
Thread Starter
Junior Member
Error in compiling
hi,
i am trying to use richtextbox class but i am getting this error.
BC30466: Namespace or type 'Form' for the Imports 'System.Windows.Forms' cannot be found
i had imported system.windows.forms and added reference as system.windows.forms.dll. But still i am getting the error.
Could anyone help me out in resolving this problem.
thanks
Jasvinder
-
Mar 12th, 2003, 01:22 AM
#2
Sleep mode
umm , you should add references to these two files :
System.dll
System.Windows.Forms.dll
-
Mar 12th, 2003, 02:00 AM
#3
Thread Starter
Junior Member
hi,
Thanks for yr reply. but the error is still there
i had added references to
system.dll
system.windows.forms
and i am still getting the error.
looking forward for yr more help on it
bye
jasvinder
-
Mar 12th, 2003, 12:02 PM
#4
Sleep mode
Weird !!
I'll tell you what I did : I created an empty proj (without any reference). Then added a form , and automatically those dll were added :
System.dll
System.Windows.Forms.dll
System.Data.dll
System.Drawing.dll
so those seem the basic reference that might your app need . try adding the last two dlls and see if this helps !!
-
Mar 12th, 2003, 11:29 PM
#5
Thread Starter
Junior Member
hi,
Thanks for the reply.
I had included all the dll viz
system
system.data
system.drawing
system.web
system.xml
system.windows.forms
i am getting error when i am importing "system.windows.forms"
i don't know why i am getting this error and how to debug it.
Thanks
Jasvinder
-
Mar 13th, 2003, 01:39 AM
#6
Junior Member
make sure that this file is their on your system.
C:\WINNT\Microsoft.NET\Framework\v1.0.3705\SYSTEM.WINDOWS.FORMS.dll
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|