![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | "Unspecified error" on compile One of my projects is giving me the output "Error: The operation could not be completed. Unspecified error" when I try to compile it (either on its own, as the solution or as a prerequisite to some other project). Searching Google doesn't seem to provide me any help here and it's not a problem other users are experiencing with the same CSPROJ file, nor have I always had this problem (though I don't know what on my machine has changed since I could last compile it, obviously). I can happily compile several other projects, the problem only seems to affect this project. I still get the problem if I start VS using the command-line switch to reset my addons. Aside from uninstalling and reinstalling Visual Studio, which won't necessarily help, does anyone have any ideas how I might resolve this issue, so that I may once again compile this project? Thanks in advance for any suggestions! Owen -- Owen Blacker, Technical team lead, Iris Digital |
My System Specs![]() |
| | #2 (permalink) |
| | Re: "Unspecified error" on compile "Owen Blacker (mySociety)" <owenblacker.projects@xxxxxx> wrote in message news:5d9c8089-1df6-4162-bbe4-0973e06b57dd@xxxxxx Quote: > One of my projects is giving me the output "Error: The operation could > not be completed. Unspecified error" when I try to compile it (either > on its own, as the solution or as a prerequisite to some other > project). > > Searching Google doesn't seem to provide me any help here and it's not > a problem other users are experiencing with the same CSPROJ file, nor > have I always had this problem (though I don't know what on my machine > has changed since I could last compile it, obviously). I can happily > compile several other projects, the problem only seems to affect this > project. I still get the problem if I start VS using the command-line > switch to reset my addons. > > Aside from uninstalling and reinstalling Visual Studio, which won't > necessarily help, does anyone have any ideas how I might resolve this > issue, so that I may once again compile this project? > > Thanks in advance for any suggestions! > > > Owen > -- > Owen Blacker, Technical team lead, Iris Digital > intelligently address your issue. Although some here have crystal balls, they are not powerful enough the divine the answers to the following: What version and edition of Visual Studio? Which language are you using? What version/edition of Windows? What type of project is this symptom observed in? Is the symptom consistent across multiple projects of the same type, or in one, only? Is the symptom consistent across projects of different types? |
My System Specs![]() |
| | #3 (permalink) |
| | RE: "Unspecified error" on compile "Owen Blacker (mySociety)" wrote: Quote: > One of my projects is giving me the output "Error: The operation could > not be completed. Unspecified error" when I try to compile it (either > on its own, as the solution or as a prerequisite to some other > project). > > Searching Google doesn't seem to provide me any help here and it's not > a problem other users are experiencing with the same CSPROJ file, nor > have I always had this problem (though I don't know what on my machine > has changed since I could last compile it, obviously). I can happily > compile several other projects, the problem only seems to affect this > project. I still get the problem if I start VS using the command-line > switch to reset my addons. > > Aside from uninstalling and reinstalling Visual Studio, which won't > necessarily help, does anyone have any ideas how I might resolve this > issue, so that I may once again compile this project? > > Thanks in advance for any suggestions! > > > Owen > -- > Owen Blacker, Technical team lead, Iris Digital > > Are you having several solutions open? I have seen the unspecified error when trying to compile a solution containing a database project, while at the same time having another solution with another database project opened. In that case the problem was solved by closing the other visual studio solution. -- Happy Coding! Morten Wennevik [C# MVP] |
My System Specs![]() |
| | #4 (permalink) |
| | Re: "Unspecified error" on compile On 14 Apr, 18:03, "PvdG42" <p...@xxxxxx> wrote: Quote: > "Owen Blacker (mySociety)" <owenblacker.proje...@xxxxxx> wrote in > messagenews:5d9c8089-1df6-4162-bbe4-0973e06b57dd@xxxxxx > > > Quote: > > One of my projects is giving me the output "Error: The operation could > > not be completed. Unspecified error" when I try to compile it (either > > on its own, as the solution or as a prerequisite to some other > > project). Quote: > > Searching Google doesn't seem to provide me any help here and it's not > > a problem other users are experiencing with the same CSPROJ file, nor > > have I always had this problem (though I don't know what on my machine > > has changed since I could last compile it, obviously). I can happily > > compile several other projects, the problem only seems to affect this > > project. I still get the problem if I start VS using the command-line > > switch to reset my addons. Quote: > > Aside from uninstalling and reinstalling Visual Studio, which won't > > necessarily help, does anyone have any ideas how I might resolve this > > issue, so that I may once again compile this project? Quote: > > Thanks in advance for any suggestions! Quote: > > Owen > > -- > > Owen Blacker, Technical team lead, Iris Digital > Let's start with some additional information needed, but not supplied, to > intelligently address your issue. > Although some here have crystal balls, they are not powerful enough the > divine the answers to the following: > > What version and edition of Visual Studio? > Which language are you using? > What version/edition of Windows? > What type of project is this symptom observed in? > Is the symptom consistent across multiple projects of the same type, or in > one, only? > Is the symptom consistent across projects of different types? Visual Studio 2008 v9.0.21022.8 RTM C# Windows XP (v5.1 build 2600.xpsp_sp3_gdr.080814-1236 : Service Pack 3) It's a Web site project (not a Web application) The problem is only occurring with this one project; other projects (Web site projects in other solutions and class libraries in this solution) are building fine. Owen |
My System Specs![]() |
| | #5 (permalink) |
| | Re: "Unspecified error" on compile On 15 Apr, 07:33, Morten Wennevik [C# MVP] <MortenWenne...@xxxxxx> wrote: Quote: > "Owen Blacker (mySociety)" wrote: Quote: > > One of my projects is giving me the output "Error: The operation could > > not be completed. Unspecified error" when I try to compile it (either > > on its own, as the solution or as a prerequisite to some other > > project). Quote: > > Searching Google doesn't seem to provide me any help here and it's not > > a problem other users are experiencing with the same CSPROJ file, nor > > have I always had this problem (though I don't know what on my machine > > has changed since I could last compile it, obviously). I can happily > > compile several other projects, the problem only seems to affect this > > project. I still get the problem if I start VS using the command-line > > switch to reset my addons. Quote: > > Aside from uninstalling and reinstalling Visual Studio, which won't > > necessarily help, does anyone have any ideas how I might resolve this > > issue, so that I may once again compile this project? Quote: > > Thanks in advance for any suggestions! Quote: > > Owen > > -- > > Owen Blacker, Technical team lead, Iris Digital > Hi Owen, > > Are you having several solutions open? *I have seen the unspecified error > when trying to compile a solution containing a database project, while atthe > same time having another solution with another database project opened. *In > that case the problem was solved by closing the other visual studio solution. this solution is the only instance open. |
My System Specs![]() |
| | #6 (permalink) |
| | Re: "Unspecified error" on compile "Owen Blacker" <owenblacker.projects@xxxxxx> wrote in message news:3efec0b3-3296-4188-8928-84d9b238ed8f@xxxxxx Quote: > On 14 Apr, 18:03, "PvdG42" <p...@xxxxxx> wrote: Quote: >> "Owen Blacker (mySociety)" <owenblacker.proje...@xxxxxx> wrote in >> messagenews:5d9c8089-1df6-4162-bbe4-0973e06b57dd@xxxxxx >> >> >> Quote: >> > One of my projects is giving me the output "Error: The operation could >> > not be completed. Unspecified error" when I try to compile it (either >> > on its own, as the solution or as a prerequisite to some other >> > project). Quote: >> > Searching Google doesn't seem to provide me any help here and it's not >> > a problem other users are experiencing with the same CSPROJ file, nor >> > have I always had this problem (though I don't know what on my machine >> > has changed since I could last compile it, obviously). I can happily >> > compile several other projects, the problem only seems to affect this >> > project. I still get the problem if I start VS using the command-line >> > switch to reset my addons. Quote: >> > Aside from uninstalling and reinstalling Visual Studio, which won't >> > necessarily help, does anyone have any ideas how I might resolve this >> > issue, so that I may once again compile this project? Quote: >> > Thanks in advance for any suggestions! Quote: >> > Owen >> > -- >> > Owen Blacker, Technical team lead, Iris Digital >> Let's start with some additional information needed, but not supplied, to >> intelligently address your issue. >> Although some here have crystal balls, they are not powerful enough the >> divine the answers to the following: >> >> What version and edition of Visual Studio? >> Which language are you using? >> What version/edition of Windows? >> What type of project is this symptom observed in? >> Is the symptom consistent across multiple projects of the same type, or >> in >> one, only? >> Is the symptom consistent across projects of different types? > Sorry. > > Visual Studio 2008 v9.0.21022.8 RTM > C# > Windows XP (v5.1 build 2600.xpsp_sp3_gdr.080814-1236 : Service Pack 3) > It's a Web site project (not a Web application) > The problem is only occurring with this one project; other projects > (Web site projects in other solutions and class libraries in this > solution) are building fine. > > > Owen within the web site in question. This is hardly "intelligent", but have you tried deleting all files from the site that were created by the build process? Candidates would be anything found in debug or release folders and/or anything with the extension .dll or .exe. The theory is that one or more such files have become corrupt and are causing the issue, and that a rebuild after physical removal will not be impeded by the corruption. |
My System Specs![]() |
| | #7 (permalink) |
| | Re: "Unspecified error" on compile On 15 Apr, 13:59, "PvdG42" <p...@xxxxxx> wrote: Quote: > "Owen Blacker" <owenblacker.proje...@xxxxxx> wrote in message > > news:3efec0b3-3296-4188-8928-84d9b238ed8f@xxxxxx > > > Quote: > > On 14 Apr, 18:03, "PvdG42" <p...@xxxxxx> wrote: Quote: > >> "Owen Blacker (mySociety)" <owenblacker.proje...@xxxxxx> wrote in > >> messagenews:5d9c8089-1df6-4162-bbe4-0973e06b57dd@xxxxxx Quote: Quote: > >> > One of my projects is giving me the output "Error: The operation could > >> > not be completed. Unspecified error" when I try to compile it (either > >> > on its own, as the solution or as a prerequisite to some other > >> > project). Quote: Quote: > >> > Searching Google doesn't seem to provide me any help here and it's not > >> > a problem other users are experiencing with the same CSPROJ file, nor > >> > have I always had this problem (though I don't know what on my machine > >> > has changed since I could last compile it, obviously). I can happily > >> > compile several other projects, the problem only seems to affect this > >> > project. I still get the problem if I start VS using the command-line > >> > switch to reset my addons. Quote: Quote: > >> > Aside from uninstalling and reinstalling Visual Studio, which won't > >> > necessarily help, does anyone have any ideas how I might resolve this > >> > issue, so that I may once again compile this project? Quote: Quote: > >> > Thanks in advance for any suggestions! Quote: Quote: > >> > Owen > >> > -- > >> > Owen Blacker, Technical team lead, Iris Digital Quote: Quote: > >> Let's start with some additional information needed, but not supplied, to > >> intelligently address your issue. > >> Although some here have crystal balls, they are not powerful enough the > >> divine the answers to the following: Quote: Quote: > >> What version and edition of Visual Studio? > >> Which language are you using? > >> What version/edition of Windows? > >> What type of project is this symptom observed in? > >> Is the symptom consistent across multiple projects of the same type, or > >> in > >> one, only? > >> Is the symptom consistent across projects of different types? Quote: > > Sorry. Quote: > > Visual Studio 2008 v9.0.21022.8 RTM > > C# > > Windows XP (v5.1 build 2600.xpsp_sp3_gdr.080814-1236 : Service Pack 3) > > It's a Web site project (not a Web application) > > The problem is only occurring with this one project; other projects > > (Web site projects in other solutions and class libraries in this > > solution) are building fine. > OK, it's pretty clear that VS is absolved of blame, Studio's fault ;o) Quote: > and that the issue is > within the web site in question. This is hardly "intelligent", but have you > tried deleting all files from the site that were created by the build > process? Candidates would be anything found in debug or release folders > and/or anything with the extension .dll or .exe. The theory is that one or > more such files have become corrupt and are causing the issue, and that a > rebuild after physical removal will not be impeded by the corruption. and re-fetched it from Subversion (the same location that other developers can successfully build from and that our Cruise Control instance is building quite happily). I still get precisely the same problem, I'm afraid, despite having deleted *everything* and restoring the files from a source that works for other developers. Owen |
My System Specs![]() |
| | #8 (permalink) |
| | Re: "Unspecified error" on compile Owen Blacker wrote: Quote: > I still get precisely the same problem, I'm afraid, despite having > deleted *everything* and restoring the files from a source that works > for other developers. Andrew |
My System Specs![]() |
| | #9 (permalink) |
| | Re: "Unspecified error" on compile What's the full path to your sln on your machine? If it's really long that may be the cause of the problem. AB == |
My System Specs![]() |
| | #10 (permalink) |
| | Re: "Unspecified error" on compile On 15 Apr, 15:22, "Andrew Morton" <a...@xxxxxx-press.co.uk.invalid> wrote: Quote: > Owen Blacker wrote: Quote: > > I still get precisely the same problem, I'm afraid, despite having > > deleted *everything* and restoring the files from a source that works > > for other developers. > Maybe they're using VS2008SP1? away. Whatever stupid bug it was in VS, SP1 apparently fixes it )Owen |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Issue "COMPILE ERROR IN HIDDEN MODULE" in Windows Vista | Vista General | |||
| "An unspecified error occurred during system restore"... several times in fact... | General Discussion | |||
| "unspecified error during System Restore" - Vista Operating Syste | Vista file management | |||
| "Unspecified Error" message in The Sims 2... | Vista installation & setup | |||
| Sims 2 and "unspecified error" message.. | Vista Games | |||