Answer Questions
fafsoft J# x64 Support
Hi my question is: is there any planed support fur x64 in the J# 2.0 Framework i could not find any roadmap ... thanx Oliver Hi all, After having faced the same problem within an ASP.NET 2.0 application (and having set the "Enable 32-Bit Applications" advanced setting of the application pool to False), the 64 bit downloads at http://msdn2.microsoft.com/en-us/vjsharp/Bb188598.aspx ...Show All
kuponutcom J# is causing problems for me like usual.
I have just finished the problem before and then saved my work. I always leave the program running for a while after I save to make sure it saves. The problem is J# will no longer let me access my code, because it wants somthing from the USB key that I backed up to. Unfortunatly I do not have the USB key right now and I need to access the code does any one know how to do that. Sorry about all of the question I keep asking. This is a major ...Show All
BigFive Problem with subclassing a form AND J# interface in C# 2.0
I have an existing application that declares a class that derives from System.Windows.Forms.Form and an interface. This compiled and worked correctly in 1.1 but an error is reported during in C# 2.0 "IRecitalMirageForm - type is not supported by the language". The interface is written in J#. public class Form1 : System.Windows.Forms. Form , IRecitalMirageForm Is there any workaround for this behavior ...Show All
PorkyPete Visual J# 1.1 not loaded after installing .NET Framework 2.0
Hi, I have a Microsoft Office Excel 2003 addin developed on .NET Framework 1.1 which uses Visual J# package. It works fine when Framework 1.1 and J# Redistributable 1.1 are installed. However, when I install Framework 2.0 along with Framework 1.1 , it gives me the following error: Could not load file or assembly "vjslib Version=1.0.3300.0, Culture=neutral,PublicKey Token=b03f5f7f11d50a3a" or one of its dependencies. The sam ...Show All
Ronald Ricardo Ramirez Moran Warning - don't use ReSharper
Hi; If you have done much development in C# you probably have ReSharper and it is a tremendous help. But when it get's in J# it slows the system down a LOT and it gets all confused with intellisense. I ended up removing it. It's "Jetbrains Resharper" so look under "J" Hi David, By any chance have you reported this issue to ReSharper guys Did they suggested you to uninstall it I am just ...Show All
AJ_Colorado LiveConnect and JSObject
Do we have full Live Connect and JSObject capability in J# 2.0 Nothing has changed right Also, are there any notable performance improvements in Live Connect functionality in J# over MVM thanks, Bora Ertung Hi Varun, thanks for the update. Bora Ertung Hi Bora, Yes, Live Connect and JSObject is supported. Note that JBC is now integrated in Visual J# 2005. There are no specifi ...Show All
kparmeland Simple Client / Server app, not working?
Hi, I am using VS.NET 2005 beta 2, and I'm having a problem setting up a simple console client / server application using ServerSockets and Sockets. Using my code, the server gets up and running, and receives a connection from the client. However, for some reason I cannot send information to the server and receive information back after this happens. Here is my code: SERVER ================= private static class sessionThread extends T ...Show All
JamieNstuff Implementing a interface present in DLL
Hi All, I am using a DLL in my project which contains a interface haveing two metodes in it. I have imported that dll into my project and i am able to see other classes and interfaces in that dll. When i am trying to implement one of these interface in my class then i am getting a message as class should be abstact or should implement those methodes. I have implemented those methodes in my class but stll i am getting this error, ...Show All
Phil Coveney Reading Text File and Dumping Data into MS SQL Server Database
I want to create an interface that will allow me to choose a text file and have that data populate a database and then that information is shown in the interface. Can someone just push me in the right direction Go slow I haven't programmed in Java in over 3 years. Hi Brewer, you have many approach to do so..but if you really want to import a text file into database you can do by make the text is just like ...Show All
JonPom How do I remove a package downloaded by mistake?
Hi and thanks for your help. I have already gone to the Add/Remove and it isn't listed. I also checked the Windows components and couldn't find it there either. I downloaded: Microsoft Visual J #.NET Redistributable Package 1.1 and my computer doesn't have enough memory to allow me to open my e-mail. I have done everything I know to do to increase my memory, but it hasn't worked. I know I need more memory anyway ...Show All
BigCountryFarmr [J#] Convert bitmap to array of bytes
Hi everyone! I'd like to ask you how to convert bitmap or any image to array of bytes. I need that because I want to send this image through the socket (some kind of stream) to my second application - I have client and server. Maybe you know diffrent kind of solution. Thanks for any ideas. public ubyte [] Bitmap2Bytes( Bitmap bmp) { MemoryStream stream = new MemoryStream (); ...Show All
John Hoge running server object method from client-side on the network
hi , i have written two little applications one is working on the client-side. the other one is running on the server-side. i have created an interface on both sides with the same name "ServisArayuzu" and these interfaces has one method . public interface ServisArayuzu { public String getIsim(); } both classes on the server and on the client side implements this interface differently. try { server= new ServerSocket(1500); nextClient= ...Show All
Edward Son Running a Simple Program in J#
I created my first application in J#. In the Form1_load procedure I put System.out.println("Hello World"); I build the application. It compiles clean. How do I run it It's not too obvious. I did install the J# Redistribution Package. HELP! This is so simple.. but I'm stumped!!! Object Browser is very handy tool in VS for exploring VS .NET projects, references, and external libraries. To see Object Browser,&nb ...Show All
sagan69 List of All J# Browser Controls from Different Iframes
getAppletContext().getApplets() method does not return all the J# browser controls when controls are in different iframes. I run the page not from a server but directly from local disk from the same directory. This is an important widely used standard feature and it works fine with java applets. Raj, I could not realize the scenario you have meant. Iframes having scrollbars or applets beeing too long is not ...Show All
miguelangel Problem with C++/CLI and J# interaction bug
I'm having a problem with C++/CLI and J#. I am writing a class library in C++/CLI and want to use it from J#. I narrowed down my code and wrote a repro: a.cpp: #using <mscorlib.dll> #include <stdio.h> using namespace System; namespace AA { public ref class A { public : unsigned long Print() { printf( "Hello\n" ); return 0; } }; } b.jsl: import System.*; import AA.*; public class Test { public static void main( Stri ...Show All
