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

Software Development Network >> java2net's Q&A profile

java2net

Member List

Sundeep Singh
ChanKaiShi
DaveQuick
Salmec
carb
jcrawfo2
PoVRAZOR
Jayadev
BillMiddlebrook
DanM
Deepak_SQL
Drewid
Edman Zayzay
James Crowley
Anonymous111111111111111
Abhishek Bhatore
Olov N
BillyJHart
Xanfere
Frisco
Only Title

java2net's Q&A profile

  • Visual C++ mscfront project

    I would like to know if mscfront ( a source code to source code converter between V1 and V2 of C++/CLI).  This tools were introduced here and briefly mentionned here , but I did not found any other reference.  It could be usefull to have a tool like this.  Even if it is not perfect. it could greatly reduced the time required to switch from /clr:oldsyntax to /clr. Stephane Guerin hi, stephane. th ...Show All

  • Visual Studio Team System Good God what a mess!!!!

    well it's getting better but the install / setup process for TFS is still way to hard IMHO! for example the notes in beta 3 say "after installing Share point and Report services test to see that they are both working" but when I did the steps as given SSRS web UI fails to work... then I found a blog post that says to go into the admin of SPPS and exclude the report server folders... ok now the test works... so start to install the main TFS and I ...Show All

  • Windows Forms Any free soft to auto generate data or bussiness layer?

    hi, i was wondering whether there is a free soft for us to auto gernerate data or biz layer against database. i heard about the WEO Builder(in Wrox book).  is there any other kind Thanks!! ...Show All

  • Visual Studio Team System Could not find dependent counter

    Hi, I am getting this error message frequently. Exception LoadTestException 10 Could not find dependent counter needed to apply threshold rule: \\SHANKK-LP\LoadTest:Page\Avg . Page Time(_Total) what is the solution for this error should i need to add threshold rule for AVG page time how to add this one Is it major issue or Can i ignore this issue Thanks, Shankar ...Show All

  • Visual Basic CTSHolding property in .net

    Hi Everybody, I'm planning to upgrade a VB6 application to VB.NET 2003 I'm using VB.NET 2003 and have installed serial communication to sense the temperature . However, I found that there is no CTSHolding property which I use before in VB6's MSComm to determine the status of an external device. Do you have any idea on this issue this is my code in vb6 Private Function SDA_value() As Boolean SDA_value = MSComm1.CTSHolding End Functi ...Show All

  • .NET Development How do i obtain an MCSD

    I was interested in obtaining my certification in Software Developing and was wondering how could i get started on this particular event Hi Vikram, Can you please give the differences between MCAD and new generation certs like MCTS,MCPD. I think in MCAD or MCAD we have develop some applications using visual studio, is this the same case with with MCTS and MCPD Thanks in Advance Regards, Sri Harsha ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Creating Mesh from my own

    Hello again. In order to have a "clean" code, I'd like to work only with Meshes. I have some x files, but other objects I like to build myself using vertices and index buffer Is there anything to know about this Thanks, Steve You're in luck here... I wrote some code to create an ID3DXMesh from scratch a few weeks back. Needed a way of procedurally generating some terrain and then feeding it into the various D3DX ...Show All

  • Visual Studio Team System Request failed while playing back a webtest.

    I just installed Release Candidate of VSTS and was trying to make web test run with our test web site. Here are the steps I recorded off the script: 1. https://projectpoint.buzzsaw.com/_bz_web/login.aspx 2. Site: bcsqa     User: Barry Tsai     Pwd: Changeme1 Some how the script doesn't play back. It failed due to "Request Failed: the undering connection was close: The connection was closed unexpectedly". I am pretty ...Show All

  • SQL Server SCD (Slowly Changing Dim) DTS vs SSIS Best Practice

    Hi there,   Is the best practice of managing change with Type II SCD used in DTS still valid on SSIS, or should we use the SCD transformer provided out of the box   Thanks. -w It's quite a while that I evaluated the SCD transform... What might be useful is to use the checksum transform ( www.sqlis.com ) to find out about changes in the relevant fields... It seamed to be very fast compar ...Show All

  • Visual Studio Team System Team Foundation Client - "Error in the application" when connecting.

    Have installed TFC on an XP Pro machine. Machine does not have VSTS or any VS2k5 components installed aside from TFC, .NET 2.0 and anything else TFC requires to operate. Machine is a member of the AD domain that also contains the TFS (MSVS-TFS), however the user usually logged into that machine is not a member of the domain. Somewhat against my expectations, logged in as this user, I can fire up TFC and access TFS just fine. I don't understand w ...Show All

  • Visual Studio VSS Replication/Synchronization

    Hello, We have problem: VSS (VSS 6.0) Database is hosted at customer server. Developers team uses SourceOffSite and VPN to get code from this VSS database. The project is big and team is not small. The process of getting last version takes too much time (at least 10 min, often - 30 min). If several people try to take last version simultaneously  it can take an hour or more. We'd like to get local version of VSS database with project. How c ...Show All

  • Visual Studio VSS no longer finds the 'Registered Application' for .sql files

    Hi, I have no idea how this happened, but VSS no longer shows a 'Registered Application' for .sql files. In the Windows Explorer, however, I do still have a registered application set, do doing a get latest version and then double clicking the filename in Windows Explorer still works, but double clicking in VSS Explorer, no longer shows a Registered Application. I already posted this question months ago in the newsgroups http://www.e ...Show All

  • Visual Studio Express Editions 2 events at once

    I'm creating a simple, old, black and white tennis game for practice. I've created an event handler for 9 keys - 2 for moving 2 paddles up, 2 for moving them down, 2 for left and 2 for right. I also have an Enter key that starts the ball moving. The problem is that when I press Enter, none of my other keys work, until the ball goes off the screen. Does anyone have any suggestions how to fix this If you provide m ...Show All

  • Microsoft ISV Community Center Forums compiler for VBA application?

    MY partner and I have a VBA application that runs as an Excel Add-in.  Is there a compiler that would allow us to distribute this (license even) without giving away the VBA source code Hi! You can write a VB6 or Office Develper project and make a DLL. The VBA password is, hmm, I will not write down the words that come to my mind... I need 15 seconds and my hex editor to completly remove any passwo ...Show All

  • Windows Forms Rolling out security settings to corp. network

    I have a ClickOnce app that requires elevated permissions. We've deployed it to a network share for our internal use. For users to run this, my understanding is that the network share must be added to the list of trusted sites in IE. Is th ...Show All

©2008 Software Development Network

powered by phorum