H
Harry Whitehouse
I have a C# Outlook 2002 add-in which was developed on my PC and works just
fine. I had .NET create an automatic setup file and distributed that to
three testers with the appropriate XP environment. The install went fine,
but the users could never see my button.
One of the test user's machines is in my office. So today I installed the
..NET Visual Studio on that machine. I just installed the 1.0 development
environment. I tried Outlook after this install and lo and behold, there
was my button!!
So clearly the .NET automatic setup project is missing something-- either
forgetting a key DLL or registry entry. I compared the registry on my
machine with the test machines before this latest experiment, and they
seemed to match pretty well. I was using this as a basis:
http://support.microsoft.com/?kbid=302901
So, can anyone help me discover what resource is being omitted by the .NET
setup program for this addin project?
TIA
Harry
fine. I had .NET create an automatic setup file and distributed that to
three testers with the appropriate XP environment. The install went fine,
but the users could never see my button.
One of the test user's machines is in my office. So today I installed the
..NET Visual Studio on that machine. I just installed the 1.0 development
environment. I tried Outlook after this install and lo and behold, there
was my button!!
So clearly the .NET automatic setup project is missing something-- either
forgetting a key DLL or registry entry. I compared the registry on my
machine with the test machines before this latest experiment, and they
seemed to match pretty well. I was using this as a basis:
http://support.microsoft.com/?kbid=302901
So, can anyone help me discover what resource is being omitted by the .NET
setup program for this addin project?
TIA
Harry