| Thread | Last Post | Replies |
|
| 'System.FormatException' at Compile time | 13 May 2004 20:49 GMT | 1 |
Can someone tell me the reason why do i get 'System.FormatException' at Compile time in j# when my j# code contains definition on main properly Thank Manisha
|
| BeginInvoke() and EndInvoke() not available in delegates for asynchronous execution of methods | 13 May 2004 11:06 GMT | 2 |
The following code does not work in J#. IAsyncResult ar1 = sampleDelegate.BeginInvoke(new AsyncCallback(AsyncResultSample.MyCallback), new Object[] { (Int32)param, (Int32)param }) It gives compilation error as BeginInvoke not available for delegates. Anybody knows a way to handle ...
|
| System.InvalidOperationException .Please help | 05 May 2004 23:22 GMT | 1 |
I am getting System.InvalidOperationException in the following line while trying to execute the J# file. XmlSerializer ser = new XmlSerializer(Group2.class.ToType()) The error description says There was an error reflecting ...
|
| System.InvalidOperationException | 05 May 2004 23:13 GMT | 1 |
I am getting System.InvalidOperationException while trying to execute follwing J# file. Can any one please help me out import System.* import System.Xml.Serialization.* import System.IO.*
|
| Create vj# dll | 01 May 2004 14:54 GMT | 3 |
Hi, is there a way to create a com dll with vj#? I search through the new project option and did not find a com dll project option Actually, I have a java source file which i would like to make it a com object, so that my vb6.0 can call it Please help me.
|
| Compile Service and Standalone EXE | 01 May 2004 14:45 GMT | 1 |
I have converted a J++ project to .NET and added code to have it run as a service. This is fine for Win2K and up but I want to allow people to run it on Win98. Is there any way to code my app that will allow it to run as either a service or a standalone exe or do I have
|