Error in setup.

S

SS

Hi
The following error is received while running a asp.net application setup:
Issue: Error during project build
Error: C:\Inetpub\wwwroot\sankogroupware\beta\gw1.0\gw1.0.vdproj Unable to
find dependency 'mscorlib' (Signature='B77A5C561934E089'
Version='1.0.5000.0') of assembly 'Accessibility.dll'

Steps :
1. Added a web setup project to the solution.
2. Added Primary Output(Active) from our project
3. Added Content Files (Active) from our project
4. Build solution

If we include the dotnetfxredist_x86_enu.msm and rebuild it shows in
addition to the previous error
unable to create project output group

Please suggest.
 
J

Jochen Kalmbach

SS said:
The following error is received while running a asp.net application
setup: Issue: Error during project build
Error: C:\Inetpub\wwwroot\sankogroupware\beta\gw1.0\gw1.0.vdproj
Unable to find dependency 'mscorlib' (Signature='B77A5C561934E089'
Version='1.0.5000.0') of assembly 'Accessibility.dll'

Do you have .NET Framework 1.1 installed !?
Or only Version 1.0 (VS2002)


--
Greetings
Jochen

Do you need a memory-leak finder ?
http://www.codeproject.com/tools/leakfinder.asp
 
S

SS

Hi Jochen
I have 1.1 runtime installed.
We also checked the winnt\assembly directory for mscorlib. It is present
there.
The problem occurs only while building our setup project. It repeats the
error mentioned in prev.mail for each of the dependencies detected by the
setup project (only .NET framework dll's).
We have also run repair of both 1.0 and 1.1, but in vain.
But we are unable to find out which version VS.NET is using.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top