Hi,
I am getting following error message
when I try to use the crystal report on newly set Web server. Its an 64 bit but my application is in 32 bit. I am getting following error.
Could not load file or assembly 'CrystalDecisio ns.CrystalRepor ts.Engine, Version=10.5.37 00.0, Culture=neutral , PublicKeyToken= 692fbea5521e130 4' or one of its dependencies. The system cannot find the file specified.
...
User Profile
Collapse
Profile Sidebar
Collapse
fastestindian
Last Activity: Oct 12 '15, 02:22 PM
Joined: Aug 6 '09
Location: Pune, Maharashtra, India
-
fastestindian started a topic Issue while running crystal report on 64 bit server i.e. 2008 R2 SP1 Enterprisein ASP .NETIssue while running crystal report on 64 bit server i.e. 2008 R2 SP1 Enterprise
-
Error while uploading excel
When I try to create the object of the Excel, I am getting following error.
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following error: 8000401a.
Please help me to resolve this.
Regards,
Sachin -
Excel Upload issue for ASP.NET website on Windows 2003 Server
Hi,
I am trying to upload the Excel file but in log I am getting following error.
Retrieving the COM class factory for component with CLSID {00024500-0000-0000-C000-000000000046} failed due to the following
error: 80070005
I have done all the setting for DCOM Config with Administrator, Network and Network Services.
Also selected 'The interactive User' in Identity tab.
Also created... -
Not Source Control even if TFS is installed
I m facing this issue since last week.
As I have installed the TFS on VS 2008 on my machine. It was working fine till last thursday where i was able to see the souce control pane.
But suddenly it stopped appearing.
I have Uninstalled, repaired done everything but still not seeting source control pane in VS2008.
Please help me to resolve this.
Thanks in Advance. -
Issue of Grid Cell Required Field validation added programatically.
I have used text boxes in the grid and apply validation run-time depending upon a condition.
I have added validation as below.
Code:Private Sub grdCNQC_RowDataBound(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewRowEventArgs) Handles grdCNQC.RowDataBound Dim txtInward As TextBox = DirectCast(e.Row.FindControl("txtInwardNo"), TextBox) Dim reqInward As New
-
HTTP Error 500.21 - Internal Server Error
When I try to open a work flow i m getting following error
Web config setting
<!--STARTWORKFLOW-->
<add path="WorkFlowC ontroller.aspx" type="WorkFlowC ontrollerHandle r" verb="*"/>
Call from the page
Response.Redire ct("~/WorkflowControl ler.aspx")
Please click the link for error message.
Error
http://i43.tinypic.com/httslg.jpg... -
fastestindian started a topic System.Net.Sockets.SocketException: A connection attempt failed because the connectedin ASP .NETSystem.Net.Sockets.SocketException: A connection attempt failed because the connected
When I try to send the mail, I am getting following exception.
System.Net.WebE xception: Unable to connect to the remote server ---> System.Net.Sock ets.SocketExcep tion: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 10.89.22.51:25
at System.Net.Sock ets.Socket.DoCo nnect(EndPoint endPointSnapsho t,... -
My issue has been resolved. Main cause wasCode:PostedFile.FileName
Now I handled both the scenarios where
Code:PostedFile.FileName
- Complete Path
- Only File Name
Now I get the File name correctly and I am able to Save the File to the server folder usingCode:PostedFile.SaveAs
Regards,
Sachin -
I faced this issue due to string formatting of the path.
Ex. InputBoxName.Po stedFile.FileNa me = "C:\Temp\abc.xl s"
in this scenario the final path was returning correctly as text formatting worked fine but
From some case InputBoxName.Po stedFile.FileNa me = "abc.xls"
In this scenario text formatting returning empty string
I am not sure why this was happening as all machines had IE...Leave a comment:
-
fastestindian started a topic "Exception occured while reading from the cells" while PostedFile.SaveAsin ASP .NET"Exception occured while reading from the cells" while PostedFile.SaveAs
Hi,
I m getting "Exception occured while reading from the cells." while uploading from a machine. But this issue does not occur from different machine.
Please help me, why this is occurring and is it something to do with the access rights.
Thanks in advance,
Sachin -
Path is as expected and i can see the file also but still i am not able to find the file in File.Exists().Leave a comment:
-
date in one of field is getting set to 0000
there is a field on web page in which the date 12/05/2015 is getting change from 12/05/0015 -
fastestindian started a topic File.Exist(RecentelyCreatedPDFUsingPdfCreator_File Path) returns falsein ASP .NETFile.Exist(RecentelyCreatedPDFUsingPdfCreator_File Path) returns false
I m working on a Sending mail functionality. In that I first create a pdf and then attach that PDF to the mail and send to the use.
Problem
1) is when I check for
Code:strPDFFile= Server.MapPath("~/HTMLReportSource/PDFSchedules/" & "ABC.pdf") If File.Exists(strPDFFile) Then strAttachmentPath = "~/HTMLReportSource/PDFSchedules/" & ViewState("VS2005_GENERATED_POLICY_NO")
-
I got this resolved when I added Parent object as parameter while calling ShowDialog() method.
example: obj.ShowDialog( this);Leave a comment:
-
Form gets closed when clicked on the form area, C# Windows app
Hi,
I m working on a Windows application when I am opening a Windows form on change of date control on parent form.
I am opening that windows form using ShowDialog(). On that form there are 3 countrols, 2 are Infragistics combobox and 1 is User control. When I select a combobox, it opens a drop down but instead selecting the value in the dropdown I click on the form area. It calls the form_Closing method.
I m... -
whenever u r accessing any object, make sure that object is not null. For this u always can check with conditional statement and write ur executing that code if object not null condition is true.Leave a comment:
-
Showing hyperlink in RichTextBox
Yeah, I know there is an property "DetectUrls " for showing hyperlink or auto detecting hyper link but I want to show a normal text as hyperlink.
example
I am Fastest Indian.
I can do that in Infragistic control UltraFormattedT extEditor but that control does not have the maxlength property so please help me for this.
Thanks in advance...:) -
Get record count depending upon the number of entries in a list
Hi,
I want to get the count of records from a list.
for example
MyList contains records
AAA
BBB
CCC
AAA
DDD
AAA
BBB
then I should get the result as
AAA 3
BBB 2
CCC 1
DDD 1
Is there any way to did out the count in C# 2.0 -
The cause for this error are:
1.You do not have class with that name in your project
2. You add the class later on and run the project without compiling
3. You have the class but you do not specify the namespace via Imports or using keyword
Even though you have the dll added to your reference, use Imports statement.
For example if we have a tiered app, in which there is a namespace...Leave a comment:
-
fastestindian replied to How to access event handler from one project to another project in the same sloutionin C SharpAre these projects are Libray project or EXE project?
If there are Libray projects then i dont see any probl?em to add the refernces.Leave a comment:
No activity results to display
Show More
Leave a comment: