Integrating the C#.net and VB.net application
Hello All,
I'm trying to integrate the C#.net application and VB.net application.
Can you give me any suggestions of how to merge them.
Thanks in Advance
You are probably goign to have to convert one of the applications to the other language at one point. There are online conversion tools to help http://www.carlosag.net/Tools/CodeTranslator/- WilliamPlease mark the most helpful reply/replies as "Answer".Give some of my PWSK modules a try.
Type of application?We All move to our original place.Don't forget.Imran Baloch
@weighfield: I d...
Aspose.Excel.Web 1.0 Released!
Aspose.Excel.Web 1.0 Released!
Version 1.0 Released on March 10 2005
...
Using .net AJAX enabled application in non .net Web Application
Hi,Does anyone have similar experience in development? I want to check if it's possible to run .net ajax object (from one standalone .net framework platform in company) with non .net application (i.e. J2EE web application)? It is because we want to add certain feature (i.e. office communicator chat) to our exist application (oracle J2ee). Please give me some advice :) Thanks!
Hi,
.Net AJAX is based on .Net Framework architecture. Thus .Net Framework currently lacks support for other platforms, such as Java.
Please check this link: http://www.csharphelp.com/arch...
Creating an Excel application in Dot Net.
Hi,
I want to create excel application in VS-2005.Its giving error while adding reference "Microsoft Excel 10.0 Object Library".
Please tell me the solution for this error or some other alternatives for creating an excel application in vs-2005,C#.
Thanks in advance
bye
-atulBye-atulPlease remember to click "Mark as Answer" on the post that helps you. This can be beneficial to other community members reading the thread.
atulmhetre17:Please tell me the solution for this error
Which error?
Thanks,MaxLet Me Google That For You!
Error ...
Integrating RSA authenticators with .NET application
Hi,
We are working with RSA Authenticators for our project. We were able to install the RSA Ace Server and RSA Ace Agent successfully. We were able to perform Test Authentication with RSA Ace/Server through the RSA Ace agent from the control panel.
As per our requirement, we would have in our application a login page, where the user would have to enter the RSA PASSCODE.
Using the user's login name and the passcode, we should be able to pass the details to the RSA Ace Server and have the user login and passcode authenticated.
Our requirement is to authenticate the user programmiti...
Can a .NET web based intranet application call a windows based .NET application?
Is it possibly to have an asp.net 2.0 application call/invoke a windows desktop application written in .NET 2.0?
We have a .NET 1.0 windows desktop application that was written in C#. We also have a new .NET intranet web application written in asp.net 2.0. Is it possibly to have a button on the web application that when pressed will invoke the .NET 1.0 windows application? And then if someone closes the application, it will return control back to the ASP.NET 2.0 application?
Are you referring to running a WinForms application on the server or on the client PC? ...
VB.NET and Excel Application object problems
My Goal:
To read/ write and access Excel files that are uploaded using the Excel.Application object
The scenario:
In my VB.NET project I do the following
Dim oExcel As Object
oExcel = CreateObject("Excel.Application")
I have added the Excel.exe as the reference to the project from
C:\ProgramFiles\MicrosoftOffice\Office11\Excel.exe [my local machine]
I have Office 2003 runnning on my machine.
NOTE: I am running the project remotely. My remote work machine has .NET installed. All files and projects are located on the server.
Server does not have any...
Excel application in .NET
Hello,Can anyone please tell me how to get the total number of rows in an excel sheet. Thanks
I know Excel is not tabular but try the links below for more info, and play with the save as option in Excel 2003 I think one is close to your needs. Hope this helps.http://blogs.msdn.com/vsto2/
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/odc_xl2003_ta/html/Office_Excel_XML_Toolbox.aspKind regards,Gift Peddie...
For Windows application in vb.net
I'm creating an Excel object in VB.Net(windows application). The following error happens:
An unhandled exception of type 'System.Security.SecurityException'
My code is: Dim xlApp As New Excel.Application() 'This line causes the trouble
Dim xlBook As Excel.Workbook
Dim xlSheet As Excel.Worksheet
xlBook = xlApp.Workbooks.Add()
xlSheet = xlBook.Worksheets.AddWhat should I do in this case?
Thanks in advance.
It's been a while since I automated Excel, but I seem to remember this issues:
Excel / Office had to be installed on the server.(ob...
QuickBook : Integration of C#.NET web application with QuickBook
I want to Integrate my C#.NET web application with QuickBook Accounting software.I am using 2.0 framework of ASP.NET.I have an application which will generate invoice and get all the details exported into one text file. Now the problem is that I don't know how to import that text file in QuickBook software automatically so that it generates invoice in QuickBook database. For that do i have to call any web service or method or what ? Please give details what softwares will be required to do this integration. Thanks.Mit. Thanks,Mitesh.Please Mark this as an Answer if it resolves ...
QuickBook : Integration of C#.NET web application with QuickBook
I want to Integrate my C#.NET web application with QuickBook Accounting software.I am using 2.0 framework of ASP.NET.I have an application which will generate invoice and get all the details exported into one text file. Now the problem is that I don't know how to import that text file in QuickBook software automatically so that it generates invoice in QuickBook database. For that do i have to call any web service or method or what ? Please give details what softwares will be required to do this integration. Thanks.Mit. Thanks,Mitesh.Please Mark this as an Answer if it reso...
Accessing IIS integrated security website from .NET application?
So I have an application on webserver1 using FORMS authentication (allows anonymous access to login page so running under ASPNET account). In this application there are links to a website on webserver2 that does not allow anonymous access and requires windows integrated security. So basically when you click on a link from the application to webserver2 an authentication popup window appears.
What I'd like to do is pass the authentication information from my application (on webserver1) to webserver2 so that the page I'm calling (via a simply linkbutton) does not produce an ...
Integrating Paypal (IPN) With my .NET application (GOING CRAZY)
I spent the last two days trying to setup IPN correctly. You are the last chance for me so your help will be greatly appreciated.
Here is what is going on
My site will link the buyer and the seller together for example:
Bob goes to my site to post an item he wants to sell (lets say a cell phone)
Steve goes to my site looking for a cell phone and he purchased Bob’s cell phone.
The money will go to Bob’s paypal account to my account. Steve should be redirected back to my site and the transaction information should be shown to him in OrderDetails.aspx and to update my database.
&...
Excel object close in vb.net(windows application)
In my project am using Excel. i want to close excel object.Any one give me idea.i used xlapp.quit and Marshel.ReleaseComObject(xlapp). Everthing i used. stil i have problem in object close.
Hi indraraj,
You can try the following method.
You should release all com object, and recollect the resource by using the "GC.Collect()".
public void GCEXCEL() { //collect the com componet. if (xlapp != null) { if (xlbooks != null) { i...