473,406 Members | 2,378 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,406 software developers and data experts.

Webservice build adds Crystal references in web.config?

I have a webservice which every time I build it keeps adding Crystal
references into the web.config?

<add assembly="CrystalDecisions.Shared, Version=10.2.3600.0,
Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0,
Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

And No, I do not have any references to crystal when I look at project
properties...

Any ideas?

Thanks,
Schneider
Jun 27 '08 #1
7 2492
Hi Schneider ,

From your description, your ASP.NET web project will always add reference
of crystal report components (into web.config ) when performing building,
correct?

Since ASP.NET 2.0 website project use dynamic compile/projectless, the
those strong-named refrences are marked in web.config. As for the crystal
report reference, I'm wondering whether there is any page in your web site
that has used some crystalreport component such as the crystalreport viewer
control or any reportdocument components? If possible, you can also try
creating a new empty web site project and move all the pages from the
original project into the new one to see whether the problem is due to some
project settings.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

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

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Reply-To: "eschneider" <es********@community.nospam>
From: "eschneider" <es********@community.nospam>
Subject: Webservice build adds Crystal references in web.config?
Date: Fri, 13 Jun 2008 12:02:14 -0500

I have a webservice which every time I build it keeps adding Crystal
references into the web.config?

<add assembly="CrystalDecisions.Shared, Version=10.2.3600.0,
Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0,
Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

And No, I do not have any references to crystal when I look at project
properties...

Any ideas?

Thanks,
Schneider

Jun 27 '08 #2
Hi Schneider ,

Have you got any progress on this issue? Or did you try checking the pages
to see whether there is any crystal report viewer or dataset component used
in pages that cause this problem?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.
--------------------
From: st*****@online.microsoft.com (Steven Cheng [MSFT])
Organization: Microsoft
Date: Mon, 16 Jun 2008 03:16:05 GMT
Subject: RE: Webservice build adds Crystal references in web.config?
Hi Schneider ,

From your description, your ASP.NET web project will always add reference
of crystal report components (into web.config ) when performing building,
correct?

Since ASP.NET 2.0 website project use dynamic compile/projectless, the
those strong-named refrences are marked in web.config. As for the crystal
report reference, I'm wondering whether there is any page in your web site
that has used some crystalreport component such as the crystalreport viewer
control or any reportdocument components? If possible, you can also try
creating a new empty web site project and move all the pages from the
original project into the new one to see whether the problem is due to some
project settings.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

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

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Reply-To: "eschneider" <es********@community.nospam>
From: "eschneider" <es********@community.nospam>
Subject: Webservice build adds Crystal references in web.config?
Date: Fri, 13 Jun 2008 12:02:14 -0500

I have a webservice which every time I build it keeps adding Crystal
references into the web.config?

<add assembly="CrystalDecisions.Shared, Version=10.2.3600.0,
Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.CrystalReports.Engine, Version=10.2.3600.0,
Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

And No, I do not have any references to crystal when I look at project
properties...

Any ideas?

Thanks,
Schneider

Jun 27 '08 #3
This is a pure web service, no pages, no references.
"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:Wm**************@TK2MSFTNGHUB02.phx.gbl...
Hi Schneider ,

Have you got any progress on this issue? Or did you try checking the pages
to see whether there is any crystal report viewer or dataset component
used
in pages that cause this problem?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.
--------------------
From: st*****@online.microsoft.com (Steven Cheng [MSFT])
Organization: Microsoft
Date: Mon, 16 Jun 2008 03:16:05 GMT
Subject: RE: Webservice build adds Crystal references in web.config?
Hi Schneider ,

From your description, your ASP.NET web project will always add reference
of crystal report components (into web.config ) when performing building,
correct?

Since ASP.NET 2.0 website project use dynamic compile/projectless, the
those strong-named refrences are marked in web.config. As for the crystal
report reference, I'm wondering whether there is any page in your web site
that has used some crystalreport component such as the crystalreport
viewer
control or any reportdocument components? If possible, you can also try
creating a new empty web site project and move all the pages from the
original project into the new one to see whether the problem is due to
some
project settings.

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

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

==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
Reply-To: "eschneider" <es********@community.nospam>
From: "eschneider" <es********@community.nospam>
Subject: Webservice build adds Crystal references in web.config?
Date: Fri, 13 Jun 2008 12:02:14 -0500

I have a webservice which every time I build it keeps adding Crystal
references into the web.config?

<add assembly="CrystalDecisions.Shared, Version=10.2.3600.0,
Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

<add assembly="CrystalDecisions.CrystalReports.Engine,
Version=10.2.3600.0,
Culture=neutral, PublicKeyToken=692FBEA5521E1304"/>

And No, I do not have any references to crystal when I look at project
properties...

Any ideas?

Thanks,
Schneider



Jun 27 '08 #4
Thanks for your reply eschneider,

That's really abit unexpected. If convenient, you can send me that
simplified webservice project and I'd like to perform some tests on my
side. You can reach me at the following address:

"stcheng" + @ + "microsoft.com"

Sincerely,

Steven Cheng
Microsoft MSDN Online Support Lead

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Reply-To: "eschneider" <es********@community.nospam>
From: "eschneider" <es********@community.nospam>
References: <#k**************@TK2MSFTNGP03.phx.gbl>
<yP**************@TK2MSFTNGHUB02.phx.gbl>
<Wm**************@TK2MSFTNGHUB02.phx.gbl>
Subject: Re: Webservice build adds Crystal references in web.config?
Date: Thu, 26 Jun 2008 11:13:02 -0500
This is a pure web service, no pages, no references.
"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:Wm**************@TK2MSFTNGHUB02.phx.gbl...
Hi Schneider ,

Have you got any progress on this issue? Or did you try checking the pages
to see whether there is any crystal report viewer or dataset component
used
in pages that cause this problem?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.
--------------------
From: st*****@online.microsoft.com (Steven Cheng [MSFT])
Organization: Microsoft
Date: Mon, 16 Jun 2008 03:16:05 GMT
Subject: RE: Webservice build adds Crystal references in web.config?
Jun 27 '08 #5
I'm afraid I can't send the code, this is for a Investment Firm, and they
forbid it.

My first thought is somewhere in the reference tree there is a link the
Crystal, but I can't find any.

Schneider
"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:Sx**************@TK2MSFTNGHUB02.phx.gbl...
Thanks for your reply eschneider,

That's really abit unexpected. If convenient, you can send me that
simplified webservice project and I'd like to perform some tests on my
side. You can reach me at the following address:

"stcheng" + @ + "microsoft.com"

Sincerely,

Steven Cheng
Microsoft MSDN Online Support Lead

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
Reply-To: "eschneider" <es********@community.nospam>
From: "eschneider" <es********@community.nospam>
References: <#k**************@TK2MSFTNGP03.phx.gbl>
<yP**************@TK2MSFTNGHUB02.phx.gbl>
<Wm**************@TK2MSFTNGHUB02.phx.gbl>
Subject: Re: Webservice build adds Crystal references in web.config?
Date: Thu, 26 Jun 2008 11:13:02 -0500
This is a pure web service, no pages, no references.
"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:Wm**************@TK2MSFTNGHUB02.phx.gbl...
>Hi Schneider ,

Have you got any progress on this issue? Or did you try checking the
pages
to see whether there is any crystal report viewer or dataset component
used
in pages that cause this problem?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you.
Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.
--------------------
From: st*****@online.microsoft.com (Steven Cheng [MSFT])
Organization: Microsoft
Date: Mon, 16 Jun 2008 03:16:05 GMT
Subject: RE: Webservice build adds Crystal references in web.config?

Jun 27 '08 #6
Thanks for your reply Schneider,

Yes, I still thing some crystal components are referenced here. If
possible, you can start a new empty one and move the content and components
into the new project one by one to see whether you can isolate the issue
among all the project stuffs.

Sincerely,

Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

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

==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
Reply-To: "eschneider" <es********@community.nospam>
From: "eschneider" <es********@community.nospam>
References: <#k**************@TK2MSFTNGP03.phx.gbl>
<yP**************@TK2MSFTNGHUB02.phx.gbl>
<Wm**************@TK2MSFTNGHUB02.phx.gbl>
<Og**************@TK2MSFTNGP03.phx.gbl>
<Sx**************@TK2MSFTNGHUB02.phx.gbl>
Subject: Re: Webservice build adds Crystal references in web.config?
Date: Fri, 27 Jun 2008 13:17:08 -0500
I'm afraid I can't send the code, this is for a Investment Firm, and they
forbid it.

My first thought is somewhere in the reference tree there is a link the
Crystal, but I can't find any.

Schneider
"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:Sx**************@TK2MSFTNGHUB02.phx.gbl...
Thanks for your reply eschneider,

That's really abit unexpected. If convenient, you can send me that
simplified webservice project and I'd like to perform some tests on my
side. You can reach me at the following address:

"stcheng" + @ + "microsoft.com"

Sincerely,

Steven Cheng
Microsoft MSDN Online Support Lead

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
ications.
==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
Reply-To: "eschneider" <es********@community.nospam>
From: "eschneider" <es********@community.nospam>
References: <#k**************@TK2MSFTNGP03.phx.gbl>
<yP**************@TK2MSFTNGHUB02.phx.gbl>
<Wm**************@TK2MSFTNGHUB02.phx.gbl>
Subject: Re: Webservice build adds Crystal references in web.config?
Date: Thu, 26 Jun 2008 11:13:02 -0500
This is a pure web service, no pages, no references.
"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:Wm**************@TK2MSFTNGHUB02.phx.gbl...
>Hi Schneider ,

Have you got any progress on this issue? Or did you try checking the
pages
to see whether there is any crystal report viewer or dataset component
used
in pages that cause this problem?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you.
Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.
--------------------
From: st*****@online.microsoft.com (Steven Cheng [MSFT])
Organization: Microsoft
Date: Mon, 16 Jun 2008 03:16:05 GMT
Subject: RE: Webservice build adds Crystal references in web.config?


Jun 30 '08 #7
This seems to a common problems with VS.

Adds references (with-out asking).
Adds the wrong reference (with-out asking).
Scans other paths for needed references, then adds them with-out asking.

For example (In another project): I changed a reference from one path to new
path, and VS decided to revert back to the old path.

I would rather VS shows a missing reference error, and force me to fix it.

Schneider
"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:xB**************@TK2MSFTNGHUB02.phx.gbl...
Thanks for your reply Schneider,

Yes, I still thing some crystal components are referenced here. If
possible, you can start a new empty one and move the content and
components
into the new project one by one to see whether you can isolate the issue
among all the project stuffs.

Sincerely,

Steven Cheng
Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you. Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

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

==================================================
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
Reply-To: "eschneider" <es********@community.nospam>
From: "eschneider" <es********@community.nospam>
References: <#k**************@TK2MSFTNGP03.phx.gbl>
<yP**************@TK2MSFTNGHUB02.phx.gbl>
<Wm**************@TK2MSFTNGHUB02.phx.gbl>
<Og**************@TK2MSFTNGP03.phx.gbl>
<Sx**************@TK2MSFTNGHUB02.phx.gbl>
Subject: Re: Webservice build adds Crystal references in web.config?
Date: Fri, 27 Jun 2008 13:17:08 -0500
I'm afraid I can't send the code, this is for a Investment Firm, and they
forbid it.

My first thought is somewhere in the reference tree there is a link the
Crystal, but I can't find any.

Schneider
"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:Sx**************@TK2MSFTNGHUB02.phx.gbl...
>Thanks for your reply eschneider,

That's really abit unexpected. If convenient, you can send me that
simplified webservice project and I'd like to perform some tests on my
side. You can reach me at the following address:

"stcheng" + @ + "microsoft.com"

Sincerely,

Steven Cheng
Microsoft MSDN Online Support Lead

Delighting our customers is our #1 priority. We welcome your comments and
suggestions about how we can improve the support we provide to you.
Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.

================================================= =
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscripti...ult.aspx#notif
>ications.
================================================= =
This posting is provided "AS IS" with no warranties, and confers no
rights.
--------------------
Reply-To: "eschneider" <es********@community.nospam>
From: "eschneider" <es********@community.nospam>
References: <#k**************@TK2MSFTNGP03.phx.gbl>
<yP**************@TK2MSFTNGHUB02.phx.gbl>
<Wm**************@TK2MSFTNGHUB02.phx.gbl>
Subject: Re: Webservice build adds Crystal references in web.config?
Date: Thu, 26 Jun 2008 11:13:02 -0500
This is a pure web service, no pages, no references.
"Steven Cheng [MSFT]" <st*****@online.microsoft.comwrote in message
news:Wm**************@TK2MSFTNGHUB02.phx.gbl...
>>Hi Schneider ,

Have you got any progress on this issue? Or did you try checking the
pages
to see whether there is any crystal report viewer or dataset component
used
in pages that cause this problem?

Sincerely,

Steven Cheng

Microsoft MSDN Online Support Lead
Delighting our customers is our #1 priority. We welcome your comments
and
suggestions about how we can improve the support we provide to you.
Please
feel free to let my manager know what you think of the level of service
provided. You can send feedback directly to my manager at:
ms****@microsoft.com.
--------------------
From: st*****@online.microsoft.com (Steven Cheng [MSFT])
Organization: Microsoft
Date: Mon, 16 Jun 2008 03:16:05 GMT
Subject: RE: Webservice build adds Crystal references in web.config?



Jul 2 '08 #8

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

Similar topics

4
by: Rick Thiel | last post by:
Hello, I am trying to build a Crystal report VisualStudio.NET for an ASP.NET application. I would like to build a report that doesn't connect to any particular database at design time because I...
1
by: google | last post by:
I have studio 2003 and also have Crystal reports 9 installed on my machine The problem this causes is that its mixing up the version of the dlls to pick up. I am adding a Crystal report viewer 9.2...
2
by: Adone | last post by:
I have a winforms app that I compiled and put on my client via .NET setup. I have a webservice on this app. The External address for this webservice was in the app.config file. Well I just did I...
1
by: KK | last post by:
Hi I run different kinds of queries and display the resulting data on a ASP.NET datagrid. I want to give a facility to let the user graph selected fields (if logicaly possible) using crystal...
5
by: Al | last post by:
Hi all We have created a xml file that imports a single project using the Import element. This project compiles to a class library, but has references to two other projects that are also class...
1
by: mndang | last post by:
Hi All, This may have been posted before and such, but I tried a few solutions on the web but to no avail. Problem: I have a web projects (not Web Application Project) with many project...
2
by: Maxwell2006 | last post by:
Hi, As far as I know, a class library project cannot have any app.config dedicated to itself and it always depends on the main application to provide the .config settings. Based on above, I...
0
by: PAF | last post by:
Hi all, I have a solution that contains a Web Site / Webservice project and one library project. The library project use a config file. When I build the solution, the config file is not...
3
by: SevDer | last post by:
Hi All, I am recently experiencing a weird problem. I don't know what exactly is the cause of the problem but here is my scenario and symptoms. First of all here is my architecture 1. I have...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.