Error: The operation could not be completed.

  • Thread starter Thread starter bor_kev
  • Start date Start date
B

bor_kev

Hi,

I am working under Microsoft Visual (C++)Studio 2005 Beta i am trying
to port some program (implemented under .NET 2003) under this brand
new software.

I have two questions :

First, when i want to "Build" my project i got this error message:

Error: The operation could not be completed. Erreur non spécifiée
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
==========

What should i do to compile my project since i don't really know what
my mistakes are.

Secondly, i'd like to know the differences between Console
Application(.NET) and Empty Project(.NET) under .NET 2005 ?

By the way, what are the options to port a Console Application(.NET)
project from .NET 2003 to a Console Application(.NET) under the beta
version.
Because at the moment, i really don't succeed in compiling
my former code under the beta version...

Sincerely

bor_kev

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
 
bor_kev said:
Hi,

I am working under Microsoft Visual (C++)Studio 2005 Beta i am trying
to port some program (implemented under .NET 2003) under this brand
new software.

I have two questions :

First, when i want to "Build" my project i got this error message:

Error: The operation could not be completed. Erreur non spécifiée
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped
==========

What should i do to compile my project since i don't really know what
my mistakes are.

Secondly, i'd like to know the differences between Console
Application(.NET) and Empty Project(.NET) under .NET 2005 ?

By the way, what are the options to port a Console Application(.NET)
project from .NET 2003 to a Console Application(.NET) under the beta
version.
Because at the moment, i really don't succeed in compiling
my former code under the beta version...

Sincerely

bor_kev

*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*

I'll start by admitting that I don't have a specific suggestion for you, as
I've successfully numerous student (read not very complicated) console
projects without incident. So, there must be something about the project you
are trying to convert.
To be clear, I took entire solution folders to the PC running VS2005, opened
the .sln file in VS 2005, Open Project, then let the wizard/utility update
each solution. After conversion, I rebuilt each solution successfully.
Was that the method you used?
If you don't get additional feedback here, you might want to try here:

http://communities.microsoft.com/newsgroups/default.asp?icp=whidbey&slcid=us
 
Peter van der Goes said:
I'll start by admitting that I don't have a specific suggestion for you,
as I've successfully numerous student (read not very complicated) console
projects without incident. So, there must be something about the project
you are trying to convert.
To be clear, I took entire solution folders to the PC running VS2005,
opened the .sln file in VS 2005, Open Project, then let the wizard/utility
update each solution. After conversion, I rebuilt each solution
successfully.
Was that the method you used?
If you don't get additional feedback here, you might want to try here:

http://communities.microsoft.com/newsgroups/default.asp?icp=whidbey&slcid=us
Argh!
The above should say "...successfully *converted* numerous student..."
 
Back
Top