G
Guest
Wel, I am rebuilding the VC# 2002 project that I have deployment problems
with the 2003 version, hoping this solves the problems, but now I encounter
this wierd bug???
If I have the project, and do not compile with "Allow Unsafe Code
Blocks=false" set to true, then the project compiles and no problems.
BUT if I compile with "Allow Unsafe Code Blocks=true" then I het the error
below. With unsafe {} of unsave{} removed it dos not solve the problem.
Maybe this is also related to thge installation problem I had?????
(In VC# 2002 this compiled without problems. )
------ Build started: Project: CtRepair, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
error CS1577: Assembly generation failed -- Unexpected exception processing
attribute -- System.ArgumentException: Invalid directory on URL..
Build complete -- 1 errors, 0 warnings
Building satellite assemblies...
Satellite assemblies could not be built because the main project output is
missing.
---------------------- Done ----------------------
Build: 0 succeeded, 1 failed, 0 skipped
with the 2003 version, hoping this solves the problems, but now I encounter
this wierd bug???
If I have the project, and do not compile with "Allow Unsafe Code
Blocks=false" set to true, then the project compiles and no problems.
BUT if I compile with "Allow Unsafe Code Blocks=true" then I het the error
below. With unsafe {} of unsave{} removed it dos not solve the problem.
Maybe this is also related to thge installation problem I had?????
(In VC# 2002 this compiled without problems. )
------ Build started: Project: CtRepair, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
error CS1577: Assembly generation failed -- Unexpected exception processing
attribute -- System.ArgumentException: Invalid directory on URL..
Build complete -- 1 errors, 0 warnings
Building satellite assemblies...
Satellite assemblies could not be built because the main project output is
missing.
---------------------- Done ----------------------
Build: 0 succeeded, 1 failed, 0 skipped