Answer Questions
Indri sql -> dataview and back again
How do I update a sql database with changes and additions added in the dataview The dataview is bound to a data connection/adapter. That one has properties for SELECT, UPDATE etc. statements. If you use the designer there are property editors for those properties (press the "..." button that shows next to such properties when you click on their value). Not the best prop editors, but usually do the jo ...Show All
Pravin Kumaradhas L how to create DLL file in J# or convert J++ dll into J# dll
Please help me...I know nothing about J#. The following code is written by J++ for dll file. I need to either convert those code into J# or create new J# dll file. However, I have no clue how to start it. Could someone help me as soon as you can. I really appreciate it. I only have one day to finish this assignment. import java.io.*; /** * This class is designed to be packaged with a COM DLL o ...Show All
Alex Maines Editable Label in J#
Is editable label available in J#, or is there any source code available Thanks. Hi, This scenario is more related to WinForms than J#. Please post this query on http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=8&SiteID=1 . Thanks, Jaiprakash Hi, If you are taliking about text box (something which user can edit in the runnnig app) then yes it is supported in J#. To use it... 1. Create ...Show All
JarLin 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
Aaron Whitney 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
Gad Rosenthal Problem with File.createTempFile() under IIS 6
Hi; When running an ASP .NET app under IIS 6.0 on Win 2003, I can do the following: String jname = Request.PhysicalApplicationPath + "images\\java_" + fn + ".txt"; java.io.FileOutputStream fos = new java.io.FileOutputStream(jname); fos.write(data2); fos.close(); And it gives the created file the correct permissions (based on permissions in that directory, ASP .NET, ...Show All
Ripster ToolStripContainer Problem
Hi, Following is the layout/hierarchy of my main form. I need to the ToolStripContainer.ContentPanel to allow MDI as currently it does not seem too. mainForm | |--toolStripContainer1 | | | |--toolStripContainer1.BottomToolStripPanel | | | |--toolStripContainer1.LeftToolStripPanel | | | |--toolS ...Show All
Mahoura 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 Dave, Microsoft released documentation compilers for managed class libraries in July. The website for Sandcastle is http://www.sandcastledocs.com . The September CTP technical refresh version for Sandcastle is now available for download at http://www.microsoft.com/ ...Show All
keyur mistry Does Vj# allows to get Parent Window of an Iframe
Hi all we are now porting the webappplication codes from vj++ to vJ#. In that we are accessing a parent iframe window from its child window ,which was working in vj++.But the same code now ported to vj# seems to be not working.Whether any other things need to work or not.so please provide some ideas to get its parent or its topwindow. the sample code DhWindow botomWindow= this .getWindow().getParent().getParent(); DhWi ...Show All
PawelWasilewski How to set 'Default package' empty on VS 2005 IDE.
I want to set 'Default package' empty string. But VS 2005 shows an error dialog. We were able to do it on VJ# 2003 and VJ# 2005 Beta 2. I know it can be done by editing and removing 'RootNamespace' tag from a project file. But, why did you add an empty value check I need a empty default package in order to specify the namespace of embedded resouces. Hi, The behavior in Evere ...Show All
MarcStevenson World's greatest IDE
Hi; I swa a couple of questions about the best development IDE so here is in IMHO: java - IntelliJ - rocks. c# - VS 2005 w/ ReSharper - rocks. j# - you're screwed. (I think j# itself is really good - it's the IDE that sucks. No refactoring, no live code parsing, etc.) Since I am using common source, I do all my development in java/IntelliJ and then copy to j# and use VS 2005 just for building. thanks - dave Yes, we are strongly considerin ...Show All
Rob Reiss J# and SQL Server Problem
Hi, I am using SQL Server 2005 b2 and i want to integrate my J# project with SQL Server. .NET Platform compiles it. No problem there. But while i try to create assembly by referencing produced dll file, SQL Server gives that error: "Msg 6581, Level 16, State 1, Line 2 Could not find assembly 'vjscor.dll' in directory 'c:\'." What is the problem Thanks in advance... I solved the problem. There is a p ...Show All
arnulfoPerez java.util.Calendar.getInstance() fails on Windows 2003
Calling java.util.Calendar.getInstance() on Windows 2003 produces the following exception below... java.lang.NullPointerException: Object reference not set to an instance of an object. at java.util.GregorianCalendar.__dateToTime() at java.util.GregorianCalendar.computeTime() at java.util.Calendar.getTimeInMillis() at java.util.GregorianCalendar.__initialize() at java.util.GregorianCalendar.<init>(TimeZone zone, Locale aLocale) at ...Show All
Andy McG ToolStripContainer Problem
Hi, Following is the layout/hierarchy of my main form. I need to the ToolStripContainer.ContentPanel to allow MDI as currently it does not seem too. mainForm | |--toolStripContainer1 | | | |--toolStripContainer1.BottomToolStripPanel | | | |--toolStripContainer1.LeftToolStripPanel | | | |--toolS ...Show All
dutchie63 Does Visual J# supports Browser Helper Objects(BHO)
Hi In our web application we want to access frames in HTA.But some reason ,HTA doesn t seems to load the application.So now we trying for BHO in VJ#.But we don t have a clear idea ,whether it is supported by vj# or not.If any body have idea in it ,revert with some examples. thanks praveen Hi Noorul, Now the code gets compiled without any error and i am able to sign the dll and registered it using regasm. ...Show All
