Asp.net assembly info [modified]
-
Hey.. i addeed classlibrary to my my project..in class library i am adding some methods..i added all assemblys by addreference in the classlibrary.. The type or namespace name 'exception' could not be found (are you missing a using directive or an assembly reference?) what assembly i should add?
modified on Thursday, June 11, 2009 2:07 PM
-
Hey.. i addeed classlibrary to my my project..in class library i am adding some methods..i added all assemblys by addreference in the classlibrary.. The type or namespace name 'exception' could not be found (are you missing a using directive or an assembly reference?) what assembly i should add?
modified on Thursday, June 11, 2009 2:07 PM
What you did? You have create a class library. Build that library. From another project Add that dll as Reference. Now you want to use it? Did you add using exception ?
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
-
What you did? You have create a class library. Build that library. From another project Add that dll as Reference. Now you want to use it? Did you add using exception ?
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article
No i din't added using exception.. How to do that ?? i din't get add using exception? Could You Expalin me in Detail..
-
No i din't added using exception.. How to do that ?? i din't get add using exception? Could You Expalin me in Detail..
what is the namespace name of your class library?
cheers, Abhijit CodeProject MVP Web Site:abhijitjana.net View My Recent Article