473,322 Members | 1,610 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,322 software developers and data experts.

strange build error

Hi all, when I try to build my solution in Release mode (debug mode is
ok), I get following error:
Error 74 Could not find file 'Microsoft.Windows.CommonLanguageRuntime,
Version=2.0.50727.0'.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Micr osoft.Common.targets 2071
9 IrcBotService
Double click opens Microsoft.Common.Targets file at line 2071, on code
Expand|Select|Wrap|Line Numbers
  1. <GenerateApplicationManifest
  2. AssemblyName="$(_DeploymentApplicationManifestIdentity)"
  3. AssemblyVersion="$(_DeploymentManifestVersion)"
  4. ConfigFile="@(AppConfigWithTargetPath)"
  5. ClrVersion="$(ClrVersion)"
  6. Dependencies="@(_DeploymentManifestDependencies)"
  7. Description="$(Description)"
  8. EntryPoint="@(_DeploymentManifestEntryPoint)"
  9. Files="@(_DeploymentManifestFiles)"
  10. IconFile="@(_DeploymentManifestIconFile)"
  11. InputManifest="@(_DeploymentBaseManifestWithTargetPath)"
  12. IsolatedComReferences="@(ResolvedIsolatedComModules)"
  13. ManifestType="$(_DeploymentManifestType)"
  14. MaxTargetPath="$(MaxTargetPath)"
  15. OutputManifest="@(ApplicationManifest)"
  16. OSVersion="$(OSVersion)"
  17. Platform="$(PlatformTarget)"
  18. TargetCulture="$(TargetCulture)"
  19. TrustInfoFile="@(_DeploymentIntermediateTrustInfoFile)">
  20.  
This happens at 2 projects, both of them depends on another project in
solution.
How can I get rid of this error? I don't know what I did wrong, I
haven't use Release mode at this solution before :( In Debug mode
everyhing is ok ...
I tried to google something, but I failed :(

--
Best regards,

Jakub Cermak
ICQ 159971304
http://cermi.wz.cz
Sep 7 '06 #1
2 2929
Jakub Cermak wrote:
Hi all, when I try to build my solution in Release mode (debug mode is
ok), I get following error:
Error 74 Could not find file
'Microsoft.Windows.CommonLanguageRuntime, Version=2.0.50727.0'.
http://support.microsoft.com/?kbid=907757

Hope this helps,

--
Sean
Sep 7 '06 #2
I'm getting a "GenerateApplicationManifest" task failed...
seeminly due to a file path length that gets set somewhere I don't know? It
won't let me build at all due to this one error?

Any ideas?
--
Scott
CTO, a dot com biz
"Jakub Cermak" wrote:
Hi all, when I try to build my solution in Release mode (debug mode is
ok), I get following error:
Error 74 Could not find file 'Microsoft.Windows.CommonLanguageRuntime,
Version=2.0.50727.0'.
C:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Micr osoft.Common.targets 2071
9 IrcBotService
Double click opens Microsoft.Common.Targets file at line 2071, on code
Expand|Select|Wrap|Line Numbers
  1. <GenerateApplicationManifest
  2.              AssemblyName="$(_DeploymentApplicationManifestIdentity)"
  3.              AssemblyVersion="$(_DeploymentManifestVersion)"
  4.              ConfigFile="@(AppConfigWithTargetPath)"
  5.              ClrVersion="$(ClrVersion)"
  6.              Dependencies="@(_DeploymentManifestDependencies)"
  7.              Description="$(Description)"
  8.              EntryPoint="@(_DeploymentManifestEntryPoint)"
  9.              Files="@(_DeploymentManifestFiles)"
  10.              IconFile="@(_DeploymentManifestIconFile)"
  11.              InputManifest="@(_DeploymentBaseManifestWithTargetPath)"
  12.              IsolatedComReferences="@(ResolvedIsolatedComModules)"
  13.              ManifestType="$(_DeploymentManifestType)"
  14.              MaxTargetPath="$(MaxTargetPath)"
  15.              OutputManifest="@(ApplicationManifest)"
  16.              OSVersion="$(OSVersion)"
  17.              Platform="$(PlatformTarget)"
  18.              TargetCulture="$(TargetCulture)"
  19.              TrustInfoFile="@(_DeploymentIntermediateTrustInfoFile)">
  20.  

This happens at 2 projects, both of them depends on another project in
solution.
How can I get rid of this error? I don't know what I did wrong, I
haven't use Release mode at this solution before :( In Debug mode
everyhing is ok ...
I tried to google something, but I failed :(

--
Best regards,

Jakub Cermak
ICQ 159971304
http://cermi.wz.cz
Sep 27 '06 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: Eric Chong | last post by:
I have been trying to automate our builds using BuildIt tool available from Microsoft. This tool only log whether build is success or fail. Since all developers would like to see what the build...
1
by: John Tighe | last post by:
Changing the max or min size of a form can be in code, but if I do that then it causes build errors in my application. The build error is: Expression is a value and therefore cannot be the target...
1
by: Chris Dunaway | last post by:
I have a solution with 11 projects in it. When I build it, I get a message that says: 10 Successful, 1 failed, 0 skipped but I cannot see which project failed! There are no messages in the...
7
by: cppaddict | last post by:
Hi, I've been trying to debug a strange runtime error for the last 5 hours... I'm hoping someone might have an insight about it. I have an application that creates a vector of MyDisplay...
8
by: grundmann | last post by:
Hello, i got a strange compiler error. When compiling the following: // forward declarations typedef AvlTree<LineSegment,LineSegmentComperator> LSTree; void handleEventPoint (const...
9
by: Phill | last post by:
I am getting a build error but it doesn't give me an error message. I know it has to do with the following line of code. What could be the problem and why don't I get an error message? Thanks....
7
by: dm_dal | last post by:
I have a solution in VS.Net 2003. It contains 1 - asp.net project(c#), 1 - c# class library project and 1 - db project. When I try to build the solution, I get the following error: Could not...
4
by: Vish | last post by:
Hi all, I am having a build error in one of the overloaded functions in my class. The function takes either a string as a parameter or a type referenced in another dll as a parameter. My class...
8
by: WhiteWizard | last post by:
Have we got a STRANGE one going here. We converted from 1.1 to 2.0 about 2 weeks ago and this has been a problem since then...but only on SOME machines in our development group. The application...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: af34tf | last post by:
Hi Guys, I have a domain whose name is BytesLimited.com, and I want to sell it. Does anyone know about platforms that allow me to list my domain in auction for free. Thank you
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.