Answer Questions
Jack Diamond 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
Abhi_7 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
Eraser465 I need System.setProperty(String, String)
Hi; I need to be able to set some system properties (for some unit tests). How do I do this In java it's System.setProperty("key", "value"); thanks - dave To set custom values you will need to use System.setProperties() method passing the property table. Eg. java.util.Properties p = new java.util.Properties(); p.setProperty("Hello", "Hi"); System.setProperties(p); System.Console.Write(System. ...Show All
Jim Thatcher Visual Studio Express Announcements!
Dear Visual Studio Express community, We are incredibly excited to announce that effective April 19 th , 2006, all Visual Studio 2005 Express Editions including Visual Basic, Visual C#, Visual J#, Visual C++, and Visual Web Developer Express will be free permanently! Prior to this pricing announcement, Visual Studio Express Editions were promotionally discounted to be free for one year, starting on November 7 th , 2005. With ...Show All
Ryan Riehle Change Decimal Separator
Hello I have a class that I use to format a double value and return it as a string. I have been having a problem with culture settings that use a comma (rather than period) as the decimal separator. I tried the following : static { System.Globalization.CultureInfo.get_CurrentCulture().get_NumberFormat().set_NumberDecimalSeparator("."); } which causes an exception to be thrown: System.InvalidOperationException: Instance ...Show All
p818632 Dynamically adding items to asp:ListBox
Hello again, What I want to do is create a webpage containing a ListBox. This listbox will be dynamically populated once the page is loaded. I am programming in J# and I am writing a function that will populate this listbox. Is there a way to dynamically add items to the list Right now I have the following html: <asp:ListBox ID="listBoxUser" runat="server" OnLoad="getUsers"> <asp:List ...Show All
M Eifflaender 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
GOAT v2b Acquiring Installer/Deployment templates
I am trying to publish my project, but when I run the installer it dies because the the project has been improperly formatted. I have been unable to find any references to formatting during publishing, or even system requirements for the published version. If you have an easy solution or if you can point me in the direction of reference material for this that would be great. Thanks. I used Visual J# to create ...Show All
Macius Pet peeve of the day
Hi; I just spent about an hour in another place having to work around the fact that J# does not support vary many encodings - in String, Readers/Writers, etc. And what is really annoying is that .NET has this support and the J# team is in India so they are aware that the world uses languages other than English. I wish they had fully implemented this. - dave Hi; Please try: OutputStreamWriter o = new OutputStreamWriter( new FileOutputS ...Show All
Embedded Developer How can I DeSerialized Java Serialized Object in VJ#?
Is it possible to deserialized the Java Serialized object in VJ#. If possible then please tell me how can I do it Hi, Please check following... http://forums.microsoft.com/msdn/showpost.aspx postid=16658&siteid=1 http://dotnet247.com/247reference/msgs/17/86815.aspx Thanks. ...Show All
Isythica 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
drb v2.0 Bugs
Just installed .NET v2.0 and J# v2.0. Boy, what a disappointment. Socket.getLocalAddress() returns 0.0.0.0 for a TCP outbound connection (v1.1 works correctly). I would guess it doesn't work right for Sockets returned from ServerSocket.accept(). I don't have time to debug Microsoft's software for them, however. System.getProperty("java.vendor"), System.getProperty("java.version"), and System.getProperty("java.class.version") ...Show All
Ted Malone click n' drag: easy question (i hope)
Should be an easy question: I've seen in several programs, that you can click anywhere in a form window to drag the form around, how do I set that up Hi, You may like to post this query on Windows Forms Forum . That's the best place to get quick response on language agnostic winforms related queries. Is you are unable to do so then please let us know. We will write and post a sample code here. Thank ...Show All
Alex Flash Need header files odbc.h and oci.h PLEASE!
Hi, I'm trying to acces an Oracle 9i database from C++ via ODBC or OCI, but I cannot find the c++ libraries odbc.h or/and oci.h anywhere on the web. Would you happen to have them by any chance If so, could you send them to me please (to hammerjp@gmail.com) Thanks a lot! Pablo Hi, You may like to post this query on Visual C++ Forums . That's the best place to get quick r ...Show All
Deano05 Adding an Access Connection to Visual J# 2005 Express beta 2
I have been trying to add a new data source to a J# application under Visual J# 2005 Express beta2 that I downloaded a few days ago. I select the Microsoft Access Database File (OLE DB) and specify a path and the 'Test Connection' button works. However, when I validate, I get the message 'The parameter is incorrect.' Love it.. I have no idea which parameter is involved. I have tried looking at the advanced properties but cannot see anything unus ...Show All
