My mother used to make some fantastic dishes, and people would ask her for
her recipes. Most of them would come back later and tell her that they still
couldn't make it taste as good. Turns out, they were tweaking the recipe.
This is the most common cause of this sort of thing. For example, I noticed
that the article reads:
"...where MyAssemblies is the name of the folder in which the assemblies
reside."
But your example seems to use the literal "MyAssemblies." Is that the case?
Also, did you restart Visual Studio? There's another piece of text in the
article:
"Restart Visual Studio .NET after you have added the key. "
Finally, I saw no reference in the article to adding anything to an
installer. Now, while you may ultimately want to incorporate this into an
installer, this is not the time to do this. The scientific method dictates
that one should not change too many variables when performing an experiment,
lest one encounter a problem and not know which variable change caused it. I
would recommend doing exactly and only what the article says, until you get
it to work, and understand how and why it works. Then you can fiddle with
it.
--
HTH,
Kevin Spencer
Microsoft MVP
Chicken Salad Surgery
What You Seek Is What You Get.
Foxman34 said:
Hi
I followed the instruction in the like that you provided, but still no
results.
This is what i added to my installer:
[...Software\Microsoft\.NetFramework\AssemblyFloders\MyAssemblies]
Location
C:\Program Files\Invensys\Ted1003.Tymers\Invensys.Ted1003.Tymers.dll
--
Thank-you
Foxman34
Kevin Spencer said:
It must be added to the system registry. See
http://support.microsoft.com/default.aspx?scid=kb;en-us;306149
--
HTH,
Kevin Spencer
Microsoft MVP
Chicken Salad Surgery
What You Seek Is What You Get.
Hi
can anyone tell me why a class library i generated, compiled and
installed
does not show up as a reference in the ".Net" section of add a
reference
to
my application.