G
Guest
Hi all,
I meet a problem in building my .Net Solution and I would like to seek help.
After I have added a dll to reference in one of my project in my solution,
when I re-build the solution, I meet the following error :
------ Rebuild All started: Project: OIDCOMMON, Configuration: Debug .NET
------
Preparing resources...
Updating references...
Performing main compilation...
vbc : error BC30145: Unable to emit assembly: Referenced assembly 'FTP' does
not have a strong name
Building satellite assemblies...
Satellite assemblies could not be built because the main project output is
missing.
------ Rebuild All started: Project: OIDDAL, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
vbc : error BC30145: Unable to emit assembly: Referenced assembly 'FTP' does
not have a strong name
Building satellite assemblies...
------ Rebuild All started: Project: OIDBLL, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
vbc : error BC30145: Unable to emit assembly: Referenced assembly 'FTP' does
not have a strong name
Building satellite assemblies...
------ Rebuild All started: Project: OID, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
vbc : error BC30145: Unable to emit assembly: Referenced assembly 'FTP' does
not have a strong name
Building satellite assemblies...
------ Skipped Rebuild All: Project: OIDSetup, Configuration: Debug ------
Project configuration skipped because it is not selected in this solution
configuration
---------------------- Done ----------------------
Rebuild All: 0 succeeded, 4 failed, 1 skipped
=================================================
Thanks.
W.M. Chung
I meet a problem in building my .Net Solution and I would like to seek help.
After I have added a dll to reference in one of my project in my solution,
when I re-build the solution, I meet the following error :
------ Rebuild All started: Project: OIDCOMMON, Configuration: Debug .NET
------
Preparing resources...
Updating references...
Performing main compilation...
vbc : error BC30145: Unable to emit assembly: Referenced assembly 'FTP' does
not have a strong name
Building satellite assemblies...
Satellite assemblies could not be built because the main project output is
missing.
------ Rebuild All started: Project: OIDDAL, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
vbc : error BC30145: Unable to emit assembly: Referenced assembly 'FTP' does
not have a strong name
Building satellite assemblies...
------ Rebuild All started: Project: OIDBLL, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
vbc : error BC30145: Unable to emit assembly: Referenced assembly 'FTP' does
not have a strong name
Building satellite assemblies...
------ Rebuild All started: Project: OID, Configuration: Debug .NET ------
Preparing resources...
Updating references...
Performing main compilation...
vbc : error BC30145: Unable to emit assembly: Referenced assembly 'FTP' does
not have a strong name
Building satellite assemblies...
------ Skipped Rebuild All: Project: OIDSetup, Configuration: Debug ------
Project configuration skipped because it is not selected in this solution
configuration
---------------------- Done ----------------------
Rebuild All: 0 succeeded, 4 failed, 1 skipped
=================================================
Thanks.
W.M. Chung