473,396 Members | 1,712 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,396 software developers and data experts.

vb/window serivce


Hi, I use C# to build a window service, inside it, there is a complex
function
dosomething() .

Now in asp/VB, I need to call the docomething(), is it possible?
Nov 29 '07 #1
3 1004
You should expose the dosomething method through a remoting or WCF
endpoint, and then connect to that endpoint from the ASP (is this ASP or
ASP.NET)/VB (is this VB.NET or VB6?) service.

If you are using ASP/VB6, then you can probably create a COM component
exposed from .NET which will make the call to your service through
WCF/Remoting.

--
- Nicholas Paldino [.NET/C# MVP]
- mv*@spam.guard.caspershouse.com

<so*****@js.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>
Hi, I use C# to build a window service, inside it, there is a complex
function
dosomething() .

Now in asp/VB, I need to call the docomething(), is it possible?


Nov 29 '07 #2
<so*****@js.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...
>
Hi, I use C# to build a window service, inside it, there is a complex
function
dosomething() .

Now in asp/VB, I need to call the docomething(), is it possible?


Don't use a service for this (if you can), use COM+ component services
(System.EnterpriseServices) to expose this functionality to ASP/VB
(downlevel ASP/VB), you can even configure the COM+ service as a Windows
Service. The same COM+ application can be used as-is from managed clients,
all you need to do is change the asp side whenever you decide to migrate to
ASP.NET.

Willy.

Nov 29 '07 #3
Thanks Willy,
How to do that?

"Willy Denoyette [MVP]" <wi*************@telenet.bewrote in message
news:%2******************@TK2MSFTNGP05.phx.gbl...
<so*****@js.comwrote in message
news:%2****************@TK2MSFTNGP02.phx.gbl...

Hi, I use C# to build a window service, inside it, there is a complex
function
dosomething() .

Now in asp/VB, I need to call the docomething(), is it possible?


Don't use a service for this (if you can), use COM+ component services
(System.EnterpriseServices) to expose this functionality to ASP/VB
(downlevel ASP/VB), you can even configure the COM+ service as a Windows
Service. The same COM+ application can be used as-is from managed clients,
all you need to do is change the asp side whenever you decide to migrate
to
ASP.NET.

Willy.

Nov 29 '07 #4

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

Similar topics

5
by: Carol Lyn | last post by:
Could use your assistance with this. I have a window that opens via onclick and it is a small window with info about a site. If the user is interested in visiting that site, there is a link to...
6
by: David Hayes | last post by:
juglesh <juglesh@nospamRadioKDUG.com> wrote in "Re: how to maximize the browser window that fits the monitor size?" (Saturday, January 01, 2005 3:12 AM): > > >I want to maximize the browser...
19
by: Darren | last post by:
I have a page that opens a popup window and within the window, some databse info is submitted and the window closes. It then refreshes the original window using window.opener.location.reload(). ...
14
by: D. Alvarado | last post by:
Hello, I am trying to open a window containing an image and I would like the image to be flush against the window -- i.e. have no padding or border. Can I make this happen with a single call to a...
1
by: Earl Teigrob | last post by:
I did a ton of searching to try and find a simple solution to this issue and finally wrote my own, which I am sharing with everyone. In my searching, I did find a very complete and robust solution at...
26
by: yb | last post by:
Hi, Is there a standard for the global 'window' object in browsers? For example, it supports methods such as setInterval and clearInterval, and several others. I know that w3c standardized...
4
by: alexandre.brisebois | last post by:
Hi, I am using access 2003, I would like to know if there is an option to reorganize the tables in a maner that is readable, as we can do in sql sever 2000 or 2005. I have been given a database...
5
by: asadhkhan | last post by:
I have the following code which works correctly in IE 6, but in IE 7, Fire Fox 2.0 and Netscape 8 it does not work. I have a main page where a button calls this pop-up and uploads a file once you...
24
by: Jeremy J Starcher | last post by:
While reading c.l.j, I've noticed that some people prefer and indeed even recommend the use of "window.alert()" over "alert()". I can't find any technical reason to make this distinction, and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
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
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...
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.