473,385 Members | 1,925 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,385 software developers and data experts.

FxCopCmd.exe returned error code 8.

Hi All

I m creating a web application using asp.net 2.0 in VS team foundation
server .
I m using a dll file
"ABC.dll"
Whenever I Build the project with code analysis
this happens

Error 1 CA0055 : Could not load ABC.dll. http://localhost/
Error 203 CA0503 : Additional code analysis warnings or errors cannot
be displayed http://localhost/
Error 204 FxCopCmd.exe returned error code 8.
Why it is and how can i get rid of this

Thx In advance

Mukesh

Delhi India
Dec 18 '06 #1
4 3105
Hello Delhi,

From your description, you're getting the following like error when try
building a solution with ASP.NET 2.0 web app and perform code analysis:

Error 1 CA0055 : Could not load ABC.dll. http://localhost/

I've performed some research on this issue, and the following knowledge
base article seems demonstrate the same issue as you met. It indicate that
the problem will occur when the ASP.NET 2.0 project is referencing an
binary assembly originally built under .net framework 1.x. You can have a
look to see whether it suits:

#Code analysis fails when you analyze an ASP.NET project that contains
binary dependencies from an earlier version of the .NET Framework in Visual
Studio 2005 Team System Developer Edition
http://support.microsoft.com/kb/913447/en-us

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Dec 19 '06 #2
Steven Cheng[MSFT] wrote:
Hello Delhi,

From your description, you're getting the following like error when try
building a solution with ASP.NET 2.0 web app and perform code analysis:

Error 1 CA0055 : Could not load ABC.dll. http://localhost/

I've performed some research on this issue, and the following knowledge
base article seems demonstrate the same issue as you met. It indicate that
the problem will occur when the ASP.NET 2.0 project is referencing an
binary assembly originally built under .net framework 1.x. You can have a
look to see whether it suits:

#Code analysis fails when you analyze an ASP.NET project that contains
binary dependencies from an earlier version of the .NET Framework in Visual
Studio 2005 Team System Developer Edition
http://support.microsoft.com/kb/913447/en-us

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead

==================================================

Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscripti...t/default.aspx.

==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

Hi steven

thanks for the reply

Is ther any solution of this problem
without doing conversion

Mukesh Agarwal
Dec 19 '06 #3
Hello Mukesh,

Thanks for your reply.

For the issue, it is actually due to the limit of fxcop utility which will
force to load assemblies compatible to the current version(fxcop is built
against). So far I haven't found any other workaround other than rebuild
the previous version assemblies. Anyway, I'll help you consult some other
FXcop team engineers to see whether they have any other ideas on this. I'll
update you as soon as I get any update.

BTW, there is a dedicated pubilc forum on FXCOP also, you can also have a
look if you have interests:

http://forums.microsoft.com/msdn/sho...id=98&siteid=1

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

Dec 20 '06 #4
Hi Mukesh,

After some further research, I've got the confirmation from the product
team that this issue has been fixed in the sequential version of Visual
Studio, the Orcas(with new fxcop version). Currently if you do need a rapid
fix on this, you can contact Microsoft Customer Support Services (CSS) at

http://msdn.microsoft.com/subscripti...t/default.aspx to request a
hotfix on this.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
This posting is provided "AS IS" with no warranties, and confers no rights.

Dec 25 '06 #5

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

Similar topics

6
by: Programatix | last post by:
Hi, I'm working on a project which includes WebServices and Windows Form application. The Windows Form application will call the WebServices to retrieve data from database. The data will be...
2
by: Programatix | last post by:
Hi, I'm working on a project which includes WebServices and Windows Form application. The Windows Form application will call the WebServices to retrieve data from database. The data will be...
8
by: Programatix | last post by:
Hi, I'm working on a project which includes XML WebServices and Windows Form application. The Windows Form application will call the XML WebServices to retrieve data from database. The data...
0
by: Brian | last post by:
Is there a way to get a simple pass or fail out of FxCopCmd as you can with nUnit? I see I can get analysis of the code from the command line, but what about an error code denoting the code fails...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

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.