Software Development Network Logo
  • Visual C++
  • .NET Development
  • VS Team System
  • Game Technologies
  • Visual Basic
  • Visual C#
  • Architecture
  • Visual Studio
  • Windows Live
  • Windows Forms
  • Visual J#
  • SQL Server
  • Visual FoxPro
  • Smart Device
  • VS Express Editions

Software Development Network >> Visual J#

Visual J#

New Question

Visual J# 1.1 not loaded after installing .NET Framework 2.0
How do I remove a package downloaded by mistake?
Adding an Access Connection to Visual J# 2005 Express beta 2
Rebuild Issue with Object Test Bench
search in combobox by pressing button
Acquiring Installer/Deployment templates
Generating XML documentation for J#
Simple Echo Server
Pet peeve of the day
Error Configuring Web Site

Top Answerers

arrayhunter
Zoey Co
Fuzzy
jcjj
Ravichandhiran - MSFT
Peter Goode
Gary Carlson
WilfRosenbaum
Ted Curtsinger
kennethkryger
Mr.Webmaster: Database
Only Title

Answer Questions

  • Tim S System.InvalidOperationException Every Time I try a particular Web Reference

    Greetings Fellow J# Developers! I am currently working on a project which requires me to make references to the Autodesk Vault Web API.  This API apparantly at some point passes in an array of INTS or LONGS.  Although I cannot post the code from their end (on account it is closed source), I can post my code that is generating the error (though I don't feel it will be of any help).  I posted this to the Autodesk Vault user group, ...Show All

  • Martin R jar API into J# Express - where do I find Visual J# Binary Converter Tool (JbImp.exe)

    I am trying to include an API into my project which is provided as a jar. I assume I need to convert it to a dll with the JbImp tool. Does this seem correct (i assume so from the doc and post http://forums.microsoft.com/msdn/ShowPost.aspx PostID=55927 ) but where can I find the JbImp.exe tool It is not on my system ! (I did install the correct beta2 as per http://lab.msdn.microsoft.com/express/vjsharp/  ) Thanks and regards, Hugues ...Show All

  • jadog Is it possible to uninstall J 1.1 from Windows XP without having to uninstall everything?

      I downloaded J 1.1 without realizing it was a programming download.  I am NOT an experienced computer person!  All of my system information has been taken over, somehow.  Please Help and Thank You.  I don't even have e-mail access anymore, my memory is gone.   From where have you installed J1.1 Have you installed .net framework1.1 and J# redist You can goto start->settings->control pan ...Show All

  • sseguron Could not load file or assembly - vjscor...

    Hi; I just installed .net 2.0 and vjsredist on my server. Now when I try to start my asp.net app, I get: Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately. Parser Error Message: Could not load file or assembly 'vjscor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' ...Show All

  • Shams Zia J# noob :-p, How 2 submit a form

    Hi ! I'm new to J# and now i have a question. I've made a form with some textfields en some buttons below it. Now I would like to have that with a click on a butten it submits the information into my database. What is de code behind the button TNX ! Willem Please refer msdn documenation. Tnx for the answer ! Only i'm working with MS Access 2003, so the connectionstring must be different I guess... can you te ...Show All

  • galsheefone Unable to load old J# Browser Control

    Over a year ago, we have converted successfully a few Java applets to J# browser controls. While doing testing for a new release, we now find that we could no longer load J# browser controls -- the browser displays a grey box and an error message in the status line saying "Unable to load DLL". I have the following installed on the machine Microsoft .NET Framework 1.1 Microsoft J# .NET Redistributable Package 1.1 Micro ...Show All

  • Shaunkerr 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 Bora, Yes, Live Connect and JSObject is supported. Note that JBC is now integrated in Visual J# 2005. There are no specific performance improvements though. Thanks, Varun [MSFT] Hi Varun, thanks ...Show All

  • Jereme E Guenther Difficulty of porting to J# from Sun Java?

    I asked the same question in Sun's web site, which got me some cold faces. I hope folks here would be nice. i m only seeking an advice. my app was originaly developed under Sun's JDK 1.1.4, but as i kept adding more fetures on it, it has been optimised to a 1.4.2 app, and some parts of the code are using 1.5's. Due to the fact that my clients mainly use windows and they only like Word(no open office), and i find it's really hard to deal with W ...Show All

  • Raghukas Difficulty of porting to J# from Sun Java?

    I asked the same question in Sun's web site, which got me some cold faces. I hope folks here would be nice. i m only seeking an advice. my app was originaly developed under Sun's JDK 1.1.4, but as i kept adding more fetures on it, it has been optimised to a 1.4.2 app, and some parts of the code are using 1.5's. Due to the fact that my clients mainly use windows and they only like Word(no open office), and i find it's really hard to deal with W ...Show All

  • fataqui How to access Java Language Conversion Assistant

    I'm trying  use JLCA tool, but don't know how to access it from VS2005. I've look into the help, it says go to File->Open->Convert,  but when I go to File, I can't fine a Open menu, there is just Open Project, Open File menu available. Anyone have an idea on this Thanks. Lennie I failed to find convert menu Under file -> Open menu, I got  somehting like    Project/So ...Show All

  • mbryan822 user.dir for Microsoft Java VM

    Is there any way to set the default working directory (system property user.dir) for all Java applications run on a system (via a registry key, etc) I know how to do it programmatically for one application, but I'd like to make the setting apply to all applications running on a workstation. Any help is appreciated. Thanks! James Hi Jaiprakash, Thanks for taking the time to reply. I think you're right about  ...Show All

  • JoelAirsoft Creating zip files without Path info

    I using java.util. zip to zip files. Can anyone tell me if it's possible to zip these files without including the Path info of the source file in the zip I want to unzip the files into a directory of my choice. Any help would be greatly appreciated! :) Regards, Psydney Hi Ritesh, Thanks so much for your detailed help, I really appreciate it. I tried your code and it zipped my files as expec ...Show All

  • Martin Hart Turner 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

  • Justin Souders Reference parameters

    I'm trying to access a class library written in C++/CLI from J#. So far everything worked out but I have one callback which I'm having trouble with. The problem is that I am not sure how to specify reference parameters. In C# it would have been done with 'ref' keyword. The delegate looks like this: delegate unsigned long CustomCallBack(MY_CLASS ^%pClass); the callback is suppose to fill up a instance of pClass and return with a succes/failure r ...Show All

  • Sathish.Nadarajan Creating documentation for our project

    Hi; Any suggestions on how we build up our documentation for our API nDoc does not handle VS 2005 and does not understand java style comments. thanks - dave Hello; Your url is not legit and I tried to google sandcastle with no luck. Do you have another url thanks - dave Hi, Have you already tried http://sandcastle   This is the too l to serve your purpose. Thanks. Hi David, Unfortunately i am not aware of any ...Show All

343536373839404142434445464748495051

©2008 Software Development Network

powered by phorum