I'm VERY new to .NET, and I've inherited a .NET project that was written but never completed last year. Needless to say, the person who wrote it is no longer with the company. We don't have anyone here who was cross trained on this code, and I'd say it's a pretty large project (relative to my .NET experience.)
I opened the project (VS 2003) from source control on my PC (a different PC than the project was originally coded on.)
In the Solution Explorer under the References Node there are four items which are preceded by exclamation points.
Microsoft.Practices.EnterpriseLibrary.Configuration
Microsoft.Practices.EnterpriseLibrary.Data
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling
Microsoft.Practices.EnterpriseLibrary.Logging
The Imports statements that refer to these items have the squiggly lines underneath indicating all is not as it should be with these references.
Can someone tell me what is going on with these references? Any advice is muchly appreciated. Thanks.
Tracey
I opened the project (VS 2003) from source control on my PC (a different PC than the project was originally coded on.)
In the Solution Explorer under the References Node there are four items which are preceded by exclamation points.
Microsoft.Practices.EnterpriseLibrary.Configuration
Microsoft.Practices.EnterpriseLibrary.Data
Microsoft.Practices.EnterpriseLibrary.ExceptionHandling
Microsoft.Practices.EnterpriseLibrary.Logging
The Imports statements that refer to these items have the squiggly lines underneath indicating all is not as it should be with these references.
Can someone tell me what is going on with these references? Any advice is muchly appreciated. Thanks.
Tracey