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

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

RTEKI

Member List

John Bledsoe
Andrew Siffert
Sprite64
Richard Ambrose
rupesh_Sidpara
Nikhil Technology
GDolce
ericis_com
Jiebo Guan
Ooo
CISCBrain
needforhint
wmdpt
Etienne VSTS MVP
Adam Braden - MS
Khawar
funky81
Chris Smith
Steve Wang 2006
Andibacke
Only Title

RTEKI's Q&A profile

  • Visual Studio Crystal Reports 9 .Net Server Setup

    Can anyone assist Have been trying to deploy a website that uses crystal reports and am getting the apparently common error that keycodev2.dll is missing... Have tried all the fixes set out in the Business Objects and MS Visual Studio sites but all to no avail. Have just tried running the CR 9 .NET Server Setup on the web server and when prompted for the 19 digit licence code and being told that is not valid or had expired. The code i have start ...Show All

  • Visual Studio Express Editions Couldn't get Design Time license for 'SoftwareFX.ChartFX.Lite error

    Question: Couldn't get Design Time license for 'SoftwareFX.ChartFX.Lite.Chart' what's the meaning of the above error and how to solve it I'm quite new to c #. Thx! It seems the source code is implemented with the tool "SoftwareFX.ChartFX.Lite.Base.12.I3". My computer has no such tool, so the error message shows. Does anyone know about the softwarefx I am now using the visual studio express version. It says no ...Show All

  • Windows Forms Should the order controls are added matter?

    I've created a suite of custom controls/components, following a "plugin" architecture.  I have 3 assemblies, as follows: - Definitions.dll: This contains classes and interfaces that are common to the other 2 assemblies.  There are no controls/components in this&nb ...Show All

  • Windows Forms System.Net.Sockets.SocketException when using the HttpWebRequest.GetResponse

    Hello i keep gettign this error when i use this code Error: An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in system.dll Additional information: An operation on a socket could not be performed because the system lacked sufficient buffer space o ...Show All

  • Visual Basic Getting Started???

    Okay i am very very new to the programming thing, just got Visual Basic 2005 Express Edition..(it was free sorry) but anyway where do i start   What type of Application do i begin w/ to learn the setup of the progg itself. Any suggestions would be greatly appriciated, Thanks  * and about the commands for vb   is there a "list" or anything i can find on the net, i have tried google and ask.com for "visual basic" commands.  ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Cylinder from point A to B

    Hi, I can't seem to get the transformations right to draw a cylinder that connects two points. The examples i find don't seem to work. Can anyone help me out here Thanks Dim vz, vy, vdif, cross As Vector3 Dim dot, ang As Double vz = New Vector3(0, 0, 1) vdif = New Vector3(Thing.xto - Thing.x, Thing.yto - Thing.y, Thing.zto - Thing.z) vdif.Normalize() cross = Vector3.Cross(vz, vdif) dot = Vector3.Dot(vz ...Show All

  • Visual Basic How to do sound recording ?

    I want to capture sound from windows application and save into a file, like I want to save the entire voice conversation in MSN messenger. Wong,     You can use the Windows Media Encoder SDK. See the following: http://msdn.microsoft.com/library/default.asp url=/library/en-us/wmencode/htm/windowsmediaencoderautomation.asp Drill down into: http://msdn.microsoft.com/library/en-us/wmencod ...Show All

  • Visual Studio Tools for Office Unable to rebuild my project

    Hi, I've produced a C# automation addin for Excel and all works well. However, I'd like to be able to recompile the addin without closing Excel and reloading the addin. I've tried unchecking the addin from the addin list in the tools>addin menu, but it doesn't work. Does anyone know how to rebuild & overwrite the existing file without having to close Excel Thanks !! If I understand you right you want to ...Show All

  • Visual C++ C2002: invalid wide-character constant after moving to July CTP of VS2005 Beta Team System Edtion

    The following code fragment from a header file compiled alright with Visual Studio 2005 Team System Edition Beta 2 (from DVD), but when I installed the July 2005 edition, I now get a compiler error: C2002: invalid wide-character constant Any sugestions as to what could be the problem   Thank you. -------------------------------------------------------------- #ifdef _DEBUG #pragma comment ( lib , _DNT( "AcGe17d.lib" ) ) &nb ...Show All

  • Visual Studio Team System MSF for CMMI in Beta 3?

    Can someone within MSFT please confirm that TFS Beta 3 will contain the complete MSF for CMMI template   If not, should we expect it sometime this year or not until the actual TFS RTM Yes, it should. The current plan (and internal builds) include the MSF for CMMI Process Improvement template for creating team projects. ...Show All

  • .NET Development shut down tcpClient for good...

    Hi there, I'm writing a Client/Server program (C#)  that relied on Tcp Communication. the problems begin when one of the clients that already connected to the server decide to disconnect (shut down the program or because of an error). the thing is that before he decide to disconnect his status is "Connected" (at the database) and after that, when the client has disconnected, the socket keeps on being opened for at least 60sec because of tha ...Show All

  • SQL Server Stored procedure issues...

    Hi, I have a table set up in SQL Server Express with the following columns: PartNumber (PK, smallint, not null) PartName (nchar(50), not null) Status (nchar(10), not null) Price (decimal(8,2), not null) What I want to do is create a simple .Net form where the user types in a search key and the key is matched against the PartName field to provide matches. This was easily done in the .aspx file itself: SELECT * FROM dbo.PartsTemplate WHERE PartNam ...Show All

  • Visual Studio Reinstall .net framework 1.1 in windows server 2003

    I had a connectivity problem with TFS and I read in the MSDN forum that I should uninstall the .net 1.1 framework to solve it. I did this and the problem disappeared. The problem now is the editing of portal sites. I think that without .net framework 1.1, I can’t customize the team project SharePoint portal site. So to test this and try to solve this problem, I am trying to reinstall the .net framework 1.1. The problem here is that when ...Show All

  • Smart Device Development Launching nested cabs Windows Mobile 5.0

    My main installation cab contains a nested cab file. After it is extracted by wceload, I launch the nested cab in the install_exit routine of the main setup.dll. (I do this by calling ShellExecuteEx with the fully-qualified name of the nested cab file as the file to be launched.) I use EVC3 tools to build everything, because I want it to run on older versions of Windows Mobile Pocket PC. It all works fine on versions before Mobile 5.0. On Mobile ...Show All

  • SQL Server SQL Server 2005 - TCP "Keep Alive" problem / not working

    We tested this new feature ("Keep Alive" for orphant connections to automatically close) with no success - neither the standard properties nor slightly changed properties worked. We tested like this: SQL Server 2005 - ADO.NET Client The client established an explicit lock on one row at one database. Afterwards we disconnected the client by pulling out the network-cable. We waited about 35 sec for the sessios to close - but nothing ha ...Show All

©2008 Software Development Network

powered by phorum