473,796 Members | 2,628 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Crystal references in a project

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 control and it adds references to the 9.1 instead of the 9.2 libraries which i want. I can change the references manually and change the version in the HTML file of the form and rebuild but I am not sure if the application will run. The dlls in version 9.1 came with Dot net and the 9.2 came with crystal reports. I need 9.2 because the reports that i have written in 9.2 cannot be opened by the 9.1 crystal report viewer control

The control in the toolbox is version 9.2 (CrystalReports .web.dll) but it still imports the references to 9.1 .. How can i make it only get the 9.2

Any help is greatly appreciated
Nov 16 '05 #1
1 1782
If you take the properties of your project in VS2003 it will give you an
option for "Reference Paths". You can go there and add the entries for
Crystal Report 9.2

Sarfraz

"google" <an*******@disc ussions.microso ft.com> wrote in message
news:A0******** *************** ***********@mic rosoft.com...
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 control and it adds
references to the 9.1 instead of the 9.2 libraries which i want. I can
change the references manually and change the version in the HTML file of
the form and rebuild but I am not sure if the application will run. The dlls
in version 9.1 came with Dot net and the 9.2 came with crystal reports. I
need 9.2 because the reports that i have written in 9.2 cannot be opened by
the 9.1 crystal report viewer control.
The control in the toolbox is version 9.2 (CrystalReports .web.dll) but it still imports the references to 9.1 .. How can i make it only get the 9.2?
Any help is greatly appreciated

Nov 16 '05 #2

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

Similar topics

6
4122
by: Dr. Indera | last post by:
hello, much to my surprise, the version of crystal that comes with visual studio.net 2003 does not have a report preview window. i found out that i have to build a form in visual basic.net and use the crystal view object to be able to view forms. the form works fine for me, so i created a .exe of the form and emailed it to a friend because i thought they would be able to use the form/.exe without having visual studio.net installed. that...
0
1054
by: vik | last post by:
Hi I have a project which uses crystal reports. In the project references that project is referring to older version of crystal dlls(9.1.5000.0). I have to update it to a new vesion of crystal dlls (9.2.33.00) . I changed the reference by deleting the reference in project and pointing it to new version of dll it changes the same in project. But when I build the project again and check the version of crystal dlls refernces get changed to the...
3
3789
by: Deasun | last post by:
I need some help please! Crystal is driving me nuts. Heres my code so far, see below. Problem: On the .export() line it comes back with error #5 Login failed! I know the login info is good so why is the bloody thing doing this. The paths have been checked and are correct. The crystal Report is a .rpt file. Not one created in the VS.net IDE but in crystal itself.
4
1803
by: chuckdfoster | last post by:
I am having a problem with moving my web app that uses Crystal Reports to our web server. I do not have administrative rights to the web server. When my site gets moved from my local machine to the web server, we recieve an error about the CrystalDecisions.CrystalReports.Engine, CrystalDecisions.ReportSource, CrystalDecisions.Shared, and CrystalDecisions.Web not being found. I have a feeling that I need to get our web server admin to...
0
1063
by: Greg | last post by:
I have a web project that references the Crystal 10 dlls which are in the GAC, and in that same solution I have libraries that also reference them the same way. However when compiling I get ambiguity errors since the library reference resolve to the Common Files path to the dll directly as .Net references where the web project sees them as GAC references. I setup the reference the same way for both the web project and libraries but one...
2
3566
by: fig000 | last post by:
Hi everyone, I recently wrote a vb.net app which includes some crystal reports. The user has very little money in their budget and have been without a working application for quite a while. This being the case I worked with what was available: I used vb.net and crystal 8.5. The crystal reports are being viewed in the crystal report viewer which is still included in vb.net. I went ahead with developing this project because I found that...
0
1537
by: BigJohn | last post by:
I have created a new Crystal Report file in my project (CR.rpt). I previously added references to Crystal...Engine, ReportSource, Shared, Web. When I save the .rpt file using the "designer", I get two error messages which I cannot seem to get rid of: 'MassRegister.CachedCRRegulationFiling' must implement 'Overridable Function CreateReport() As CrystalReports.Engine.ReportDocument' for interface...
11
9698
by: =?Utf-8?B?cmtibmFpcg==?= | last post by:
How can I stop receiving this message while calling a crystal report? "The report you requested requires further information." Thanks
7
2512
by: eschneider | last post by:
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
0
9680
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9528
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10455
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10228
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 tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10173
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10006
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7547
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6788
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
3
2925
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.