.NET Web Application Intregration Problem

T

TARUN

Hello All

I am facing a problem in intregrating the .NET web appliction.
Please sugeest me....

I have code in two directory
1. dev
2. web

In dev :--
This contain number of dll files which need to refernce to the actual
code.
In web:--
This contain the aspx page(Actual code)

I refer all the dll which store in dev directory , but still it gives
an error like

"-----The namespace 'LenderLive.Web.Originator.MemberVerif'
already contains a definition for 'ClientLoanNumber' ---- "

"LenderLive.Web.Originator" is my dll and when I saw this dll in object
browser
It show like :--

LenderLive.Web.Originator
- {} LenderLive.Web.Originator.MemberVerif
+ ClientLoanNumber
+ ClientLoanNumber.sortCriteriaEnum


Please help to Intregrate this application by giving some suggestion
I am using ASP.NET with C#.NET

with regards
Tarun Sinha
 
A

Alvin Bruney

This is a multiple definition problem. It appears you have a class defined
in both the web and dev directory. It should be pretty simple to track down
and remove one.

--

________________________
Warm regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
Professional VSTO.NET - Wrox/Wiley
The O.W.C. Black Book with .NET
www.lulu.com/owc, Amazon
Blog: http://www.msmvps.com/blogs/alvin
 

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

Top