PDA

View Full Version : deploy in web



ssmehizadeh
سه شنبه 07 شهریور 1385, 20:56 عصر
با سلام

من خود سی دی crystal report 11 رو دارم و نصب هم کردم اما برای اینکه روی host هم بتونم از این گزارش گیری استفاده کنم باید فایلهای اون بر روی سرور host نصب بشه ...

من فایل مورد نیاز و برای قسمت پشتیبانی فرستادم ولی میگن شاید فایل شما ویروسی باشه و از اینجور حرفا ......

مسئول پشتیبانی میگه آدرس download رو از یه سایت معتبر برای بزار تا برات download کنم و بعد هم کد register اونو برای بفرست تا برنامه رو نصب کنم .

اگه آدرس download برای crystal report 11(XI) دارید لطفا معرفی کنید تا من هم به اون بنده خدا بدم .

در ضمن اگه راهنمایی دیگه ای هم دارید ممنون میشم راهنمایی کنید .

موفق و سربلند باشید .

reza_rad
چهارشنبه 08 شهریور 1385, 09:11 صبح
من خود سی دی crystal report 11 رو دارم و نصب هم کردم اما برای اینکه روی host هم بتونم از این گزارش گیری استفاده کنم باید فایلهای اون بر روی سرور host نصب بشه ...


نه! بایدی در کار نیست! به اینجا نگاه کنید :
http://barnamenevis.org/forum/showthread.php?t=50900



من فایل مورد نیاز و برای قسمت پشتیبانی فرستادم ولی میگن شاید فایل شما ویروسی باشه و از اینجور حرفا ......

این هم دیگه از اون حرفهاست ها...



مسئول پشتیبانی میگه آدرس download رو از یه سایت معتبر برای بزار تا برات download کنم و بعد هم کد register اونو برای بفرست تا برنامه رو نصب کنم .

اگه آدرس download برای crystal report 11(XI) دارید لطفا معرفی کنید تا من هم به اون بنده خدا بدم .

در ضمن اگه راهنمایی دیگه ای هم دارید ممنون میشم راهنمایی کنید .

لینکی که دادم کمکت می کنه چون فقط به چند تا dll نیاز داری:)

ssmehizadeh
پنج شنبه 09 شهریور 1385, 05:05 صبح
ممنون از راهنمایی تون

ولی من که نمی خوام برای برنامه setup بسازم
توی محیط vs2005 هم گشتم ولی چیزی بنام add/Merge Modules پیدا نکردم

یه خورده بیشتر توضیح بدید .... تازه کاری و هزار دردسر

ssmehizadeh
پنج شنبه 09 شهریور 1385, 05:11 صبح
در سایتی که شما معرفی کیرده بودید اصلا حرفی از dll نبود

ssmehizadeh
جمعه 10 شهریور 1385, 16:14 عصر
در help خود crystal report آدرس چند Dll رو پیدا کردم که نمیدونم خودشه یا نه

crdb_fielddef.dll For Microsoft ActiveX Data Objects
crdb_ado.dll For Microsoft ActiveX Data Objects
For Crystal Data Object crdb_cdo.dll
Crystal Data Object COM DLL cdo32.dll
crdb_dao.dll For Microsoft Data Access Objects
crdb_odbc.dll For ODBC

اگه این فایلها خودش باشه چطوری اونها رو به سایت import کنم ( با add refrance یا ....... )

موفق و سربلند باشید .

reza_rad
شنبه 11 شهریور 1385, 10:57 صبح
بدون setup من هم نمیدونم!
ولی با setup روشش اینه.

ssmehizadeh
دوشنبه 13 شهریور 1385, 04:57 صبح
خوب آدرس Download این فایلها رو از یه سایت معتبر سراغ ندارین ؟؟؟

reza_rad
دوشنبه 13 شهریور 1385, 09:01 صبح
توی سایت خود کریستال نیست؟
http://www.businessobjects.com

ssmehizadeh
دوشنبه 13 شهریور 1385, 16:30 عصر
چرا چند link مثل link پایی پیدا کردم ولی هموشون product code و activate code می خوان که اون هم با product code و activate code مربوط به crystal report XI فرق داره ...

http://support.businessobjects.com/communityCS/FilesAndUpdates/crXI_net_server_install.zip.asp

اگه شما link های دیگه ای سراغ دارید یا میتونید راهنمایی کنید .....

موفق و سربلند باشید .

reza_rad
سه شنبه 14 شهریور 1385, 11:39 صبح
برو اینجا:
http://aspalliance.com/672_Deploying_a_Crystal_Reports_Application_to_a_R emote_Server

همین مساله رو توضیح داده.

بخصوص این قسمتش:


The issue that developers run into is how the Crystal Reports Developer tool is installed on the development machine. When installed, the developer tool installs the server components into the following directory:

C:\Program Files\Common Files\Crystal Decisions\2.5\managed

From there, the components are registered into the local machine's Global Assembly Cache (GAC) located in C:\windows\assembly. If you are using Visual Studio .NET to develop your application, then you reference the Crystal Decisions classes from the GAC. This is fine when you run the application on the local machine. But when you deploy the application to the remote server, by default you will get an error because the Crystal Decisions components are not registered in the remote server's GAC. Here is how you work around this issue.

For all of the classes your application references, you need to go to the above Common Files directory and copy the matching DLL files to your application bin folder. The bin folder is located in the root of your Visual Studio .NET application. Once you have copied the DLLs, remove any old references from your Visual Studio .NET application. You will find this setting in Solution Explorer under References. Right-click any CrystalDecisions.* reference and select Remove. Then right-click on Reference and select Add Reference. Click Browse, where the default directory should be your application's root, and double-click the bin directory. Select the Crystal Decisions components and click Open and then OK. Recompile your application, and upload it to the remote application. Make sure you upload all of the contents of the bin folder.