__________ Information from ESET NOD32 Antivirus, version of virus signature database 3759 (20090112) __________
The message was checked by ESET NOD32 Antivirus.
http://www.eset.com
Hi all,
Slightly off topic, but im trying to intergrate c# and MI Pro, but I
keep getting the error "Could Not find a public , static method named
"Main". Check Method name and signiture."
Now unless im being particularly stupid, its right there in the code....
A second question would be, is this the right way to accept 2 variables
(X and Y) into the C# solution?
Any thoughts or advice?
Chris
using System;
using System.Collections.Generic;
using System.Text;
using System.Data;
namespace ExecuteStoredProcedure
{
public class Program
{
private static double dLong;
private static double dLat;
public Program(double X, float Y)
{
dLong = X;
dLat = Y;
}
public static void Main(string[] args)
{
}
}
**********************************************************************
IMPORTANT - this email and the information that it contains may be
confidential, legally privileged and protected by law. Access by the
intended recipient only is authorised. Any liability (in negligence or
otherwise) arising from any third party acting, or refraining from
acting, on any information contained in this email is hereby excluded.
If you are not the intended recipient, please notify AmlinComm...@amlin.co.uk
immediately then delete it and do not disclose the contents to any other person,
use it for any purpose or store or copy the information in any medium.
Copyright in this email and attachments created by us belong to Amlin.
The author also asserts the right to be identified as such and object
to any misuse.
Amlin prohibits and takes steps to prevent its email systems from
being used to view, store or transmit offensive, obscene or
discriminatory material. If this message contains inappropriate
material please report it immediately to AmlinComm...@amlin.co.uk
Amlin records, monitors and may inspect messages that use
its telecoms systems in order to protect its information, interests
and reputation. Any message sent by you to or within Amlin may
therefore be viewed and may be acted upon.
Amlin Underwriting Services Limited
St Helen's, 1 Undershaft, London EC3A 8ND, United Kingdom
Registered as a Limited Company in England and Wales no. 422615
Registered Office as above Switchboard: 020 7746 1000
Amlin Underwriting Services Limited.
Part of the Amlin Group.
Authorised and regulated by the Financial Services Authority
Web Site: http://www.amlin.com
***********************************************************************