vote up 1 vote down star

I've got an older assembly (Office XP PIA) that appears to target the .NET 1.0 framework. The assembly has been registered and is visible in the GAC (as well as the Win32 registry), but it doesn't appear in Visual Studio 2008 when I choose "Add Reference".

Does Visual Studio support referencing older assemblies?

flag

3 Answers

vote up 2 vote down check

Yes, I believe so. You would have to manually browse for the assembly, however.

The following link,Common Pitfalls During PIA Deployment and Installation, may provide the information you are looking for.

link|flag
any idea why does the assembly not show up in the .NET tab? – bryanbcook Jan 19 at 19:17
see the edit, hth – hmcclungiii Jan 19 at 19:36
this link is also helpful: hanselman.com/blog/… – bryanbcook Jan 20 at 14:43
vote up 0 vote down

Referencing older assemblies will work. The opposite way however is not supported.

An interesting article on this topic: What happens when a 2.0 app calls a 1.1 assembly

And don't forget to check for any breaking changes between .NET 1.0/1.1 and .NET 2.0

link|flag
vote up 0 vote down

This is a quick tutorial for VS2K5 but works with VS2K8 too.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.