project DLLs fail to register under winXP
-
I have coded a project using VB.NET that uses a speech library called AXinterop.httslib.dll This program runs on win98se & win2000 simply by dumping all files on the target PC and it goes!(+ dot NET of course) This failed on XP - XP proclaimed the dll was not registered! So I used the deployment installer in Vis Studio to create an installer to register the dlls. The program still fails to run. XP proclaims a dll is not registered! Using REGASM.EXE to make a .reg file for the offending dlls, I could see that both the MSI installer & regasm.exe produced the same entries under the ROOT -but it still won't work!! Do I need to make reg entries under local machine &/or user as well ... ? Someone please help! My program works fine under win98se & win2000... :((