|
Subject:
|
VS.net 2003 problem
|
|
Posted By:
|
jimbeam36
|
Post Date:
|
10/7/2004 8:40:46 AM
|
Hi,
I am trying to create a deployment project in VS but i get the error : Could not find file 'c:\inetpub\wwwroot\myapp\AssemblyInfo.cs' Interface is not registered
Thanks in advance
CH Jim
|
|
Reply By:
|
bmains
|
Reply Date:
|
10/7/2004 9:17:22 AM
|
Hey,
You try removing the file and adding it back to the project again? Maybe it got corrupted...
Brian
|
|
Reply By:
|
pradeep_itguy
|
Reply Date:
|
10/9/2004 11:39:32 PM
|
Try the following link http://www.mcse.ms/archive102-2003-11-37353.html
It is not how much we do, but how much love we put in the doing.
-Mother Theresa
|
|
Reply By:
|
jimbeam36
|
Reply Date:
|
11/2/2004 7:50:20 PM
|
i tried this method but it still has the error!
ch Jim
|
|
Reply By:
|
jimbeam36
|
Reply Date:
|
11/2/2004 8:05:28 PM
|
got it working!! i had to register the instmsia.exe as well: goto the directory location ( on my pc:C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\Tools\Deployment\MsiRedist) and then run in a .cmd file:
for %%v in ( *.exe ) do regsvr32 /s %%v
thanks for your help!
Jim
|