Software Development Network Logo
  • Smart Devicet
  • SQL Server
  • Game Technologies
  • IE Development
  • Visual C#
  • Visual Studio
  • Microsoft ISV
  • Visual C++
  • Windows Vista
  • Windows Forms
  • Audio and Video
  • VS Team System
  • SharePoint Products
  • Visual Basic
  • .NET Development

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

AnaC

Member List

ajay_dekavadiya
anu_ooo
echavez
JDPeckham
Pankaj11
bryanedds
narasiman_jayachandran_2b5374
REP4
pwhitaker
sk3636
kimhoskin
James Cornell
white2grey
Daren Yong
Volker Gerdes
Kyle_W
learning_new
Johan Nyvaller
TigerPhoenix
msikes
Only Title

AnaC's Q&A profile

  • .NET Development how can i know whether i net.framework already installed in my laptop?

    i am having problem when reinstall dvd decoder and media direct to my laptop after i reformat my laptop. this make my computer does not recognised and autoplay the dvd whn inserted..it keeps telling me that the system need 1.1 net. framework or higher in order for me to proceed the installation. i try to download the net. framework from microsoft website but another problem occur tells me that " the upgrade cannot be install by windows installer service because the program to be upgrade may be missing or the upgrade patch may update different version of the program. verify the program to be upgrade on ur computer and that u hv correct the upgrade patch. what can i do to solve tis problem Sorry. You q ...Show All

  • Visual Studio Express Editions Allocate Mail Quota

    please help me Mail quota allocate which support IMAP4/SSL Webmail protocols. example : yahoo create a new user mail memory allocate 1Gb memory space. same thing how to mail quota memory allocate. please any post code. or Send mail Id viswa.vp@gmail.com please its very urgent. thanks ...Show All

  • SQL Server Scalable Text mining with Sql Server 2005

    Hi, I have a large dataset of website content that I am trying to classify using the Logistic Regression Algorithm. I am running into a memory issue with the Sort Transform after the Term Lookup. With about 45,000 sites in the source DB the number of rows after term lookup is 6,790,311. The Sort transform is unable to handle this large an input. If I do not use the sort transform, then the prediction query returns an error. Can anyone help me out on how to make the text mining example provided at http://www.sqlserverdatamining.com/dmcommunity/_tutorials/688.aspx more scalable Thanks, Mohit ...Show All

  • Community Chat I like a reply...you like a reply....who doen't like a reply?

    Please reply to this...... I like feedback to reply to. I looked out the window and guess what..... I saw potentual for a new kind of game sys that is awsome in the true sense of the word...... And the name of that Sys is the: R.W.V.W. (Real World Virtral War)or R.W.C.W. (Real World Cyber War) Which ever you perferr.  Ok think of the real world then think of how many times you wanted to atualy to hit the jerk that killed you on a online game.....or go on the rampage killing all other players in your path.....Get the idea yet   If you haven't then think of the real world as the ultamat game world but all the trees, buildings, and any thing elce you can think of is real, you a ...Show All

  • SQL Server Failure Details?

    Where is, (or even does it exists) the best place to look for some details on when package execution fails if running as a scheduled job. Obviously when you run from the command line or in VS, there is plenty of output detail on progress and on the source of errors, but when you run it as a scheduled job, it just says step 1 failed in the sql server log, and package foo failed in the NT application log . Is there anywhere to find this info or do we need to build error traps into the package to write stuff out somewhere THX Dave package logging looks like a candidate http://support.microsoft.com/kb/918760 ...Show All

  • SQL Server SSIS and Service Broker

    I am trying to use SSI Sto receive messages from a Service Broker Queue and continue to have difficulty doing so. I have come to the point where I need to get the messages that share a conversation with this BatchEnd message type before I get any other messages, as this message type tells me information about how many others there are. I built this script and ran it in management studio with success and felt it should work for me running as the sql for an OLE DB source. declare @ch uniqueidentifier; select @ch = conversation_handle from dm.[consultant queue] where message_type_name = 'BatchEnd'; Receive conversation_handle, message_type_name, message_body from dm.[consultant queue] where conversation_handle = ...Show All

  • Visual Studio Express Editions relays...

    Could someone point me towards some material on programing with the serial port or if someone saw a post on a site like hackaday that uses serial port programming. I am trying to be able to control 4 relays (or i can start with 1) over the serial port. or usb, you decide what the best thing would be to use. Thanks to all the people who post on msdn forums.. Average Joe Hi Averge Joe You have not found the right pin or your port is burned off. The voltmeter should read either -3V to -15V for logical 1 or 3V to 15V for logical 0 (usually +/- 10-12V). The voltage should never be between -3V and 3V no matter how you make your software. Note however that the port is in no way powerful enough to dri ...Show All

  • Software Development for Windows Vista Volume control in Windows Vista

    hi, need help regarding Volume Controls in Windows Vista. I have gone thru doc. of "larry osterman" and he has mention about WASAPI, but when i search for WASAPI in online MSDN , "no topics". where can i get the API's details. Any help in getting sample code or documents that can let me know how to work with volume controls ...Show All

  • .NET Development VB.NET 2003 ADO.NET update

    Hi all, i am visual basic.net 2003, and i am having problems using the update function of the ADO.NET I have the following declaired as global variables: Dim conSafeAdd As New OleDb.OleDbConnection Dim daSafeAdd As OleDbDataAdapter Dim dsSafeAdd As New DataSet Dim SQLQueary As String on the form is a text box called txtAmount in which a user types in an amount, and a combo box called cboSelect in which a user selects a text value, User is a variable that is passed to the form from anouther form that calls it. I have a button ...Show All

  • Windows Forms toolstripmenu addrange problem

    Why does this not work: Dim TlStrpAddFlrPool As New ToolStripMenuItem, TlStrpAddFlrNotPool As New ToolStripMenuItem Dim dvFlrs As New DataView( Me .dtFailureNames) dvFlrs.Sort = "Flr_Cat, Flr_Detail" Dim dtFlrCats As DataTable = dvFlrs.ToTable( True , "Flr_Cat" ) 'Fill non-pool add failure menu item with Failure Cats For Each r As DataRow In dtFlrCats.Rows TlStrpAddFlrNotPool.DropDown.Items.Add( CStr (r(0))) Next 'populate flr cat dropdowns Dim FlrItem As ToolStripMenuItem For Each tsi As ToolStripMenuItem In TlStrpAddFlrNotPool.DropDown.Items dvFlrs.RowFilter = "Flr_Cat = '" & tsi.Text & "'" For a A ...Show All

  • .NET Development ExecuteReader requires an open and available connection. The connection's current state is open

    Hi, We have deployed an ASP.NET 2 application. We have now increase the number of users accessing the system from 1 to 8 (ultimately there will be 60) and users are intermittantly are getting the following error on their IE screen. "ExecuteReader requires an open and available connection. The connection's current state is open." All users are accessing the same screen when this occurs I found the following on another website: http://www.dotnetspider.com/qa/Question19348.aspx It mentions that this could be a bug, and that the command object's parameters have to be cleared after executing the reader. Is this true We are using SQL Server 2005 enterprise x64 edition (clustered) for our database and our application is deployed on ...Show All

  • Visual Studio 2008 (Pre-release) MessageSecurityException problem

    I have a problem that's got me stumped I have a "self-hosted" server over wsHttpBinding, with message security and secured with a home-made certificate (for now at least), the clients are validated using a CustomUserNameValidator. This is in an intranet setting, but not in a domain, firewalls switched off.. From one particular machine I've got problems connecting to the service - I have the cert installed on the client in TrustedPeople (and using PeerOrChainTrust), the client finds the cert. - Before i switched off negotiateServiceCredential in the client I got either "the local security authority cannot be contacted" or another one that I cannot remember right now that stated something about something that does not ex ...Show All

  • Visual C++ CString pointer compatibility with const char* in VS 2005

    Hi, I used a CString variable to instantiate a "const char* " argument of a C++ function. The VS 2005 IDE sent out an error C2664: 'xxx' : cannot convert parameter 1 from 'CString' to 'const char *' message. Does anybody know how to deal with the problem Thanks, Jason Thanks for your advices/suggestions on the solutions. I changed the declaration of the argument type from const char* to wchar_t and compile it in _UNICODE option and it worked! Jason ...Show All

  • SQL Server stupid question on graph width.

    when I create graph (Pia) the graph take 80%, and the labels take 15%, example here: http://img2.tapuz.co.il/forums/1_91779074.jpg is it possible to grow the place of the labels I try look on the properties and I didn't find. thanks! thanks , .there is another way more difficulty here: http://blogs.msdn.com/bwelcker/archive/2005/05/20/420349.aspx thanks for the good link. ...Show All

  • Visual C# cannot set attributte name of checkbox

    hi, Why can I not decide the name of my "Name" attribute of a checkbox! HtmlInputCheckBox checkbox = new HtmlInputCheckBox(); checkbox.Attributes.Add("name","ChangedText"); checkbox.Attributes.Add("id","2"); this is the output <input name="_ctl1" type="checkbox" id="2"/> why _ctl1 please can anyone help with this issue thanks in advanced.:) It turns out that because of it's being created service side ASP.NET will not allow you to define the same name or same id for your controls! SUCKS! however... you can group them with <span> tag han give the span tag the same name so I did that instead.. still sux but ...Show All

©2008 Software Development Network