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

Software Development Network >> Alexnaldo Santos's Q&A profile

Alexnaldo Santos

Member List

Skip123123
JJ77
trend
mareczek84
TersiaMG
Snake86
jdevito
Tdar
Hervens
Avner Kashtan
rjodwyer2
jimgong
Maaloul
JawKnee
grschell
NozFx
daverage
Paul_wa
MSJ17
Larry Aultman
Only Title

Alexnaldo Santos's Q&A profile

  • .NET Development Folders on website

    When I create a webform using VB.NET everything works fine as long as I upload my form to the wwwRoot folder, but when I create a folder in the root directory and then upload the webform to it, I receive a generic error message, "Server Error in '/' Application" Any suggestions will be greatly appreciated. Thanks for replying. The site that I'm uploading to is StartLogic.com (a web hosting service, etc). They have a web-based interface to the IIS engine and I have made the folder a virtual directory, but there is no option for me to assign a version of the .net framework. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. HLSL lighting

    I am using pixel shader for lighting. I have a questions about computing different lights (directional, point and spot) and their components (ambient, diffuse, specular). What I am currently doing is I compute all of the lights and their coponents seperately, then I add the components for each type of light. So I have a diffuse, ambient, and specular colors for each type of light. First question if I have two spot lights at two seperate points after i compute the diffuse, ambient, and specular for each light do I just add them together and divide them by two. If I do that then they lose some if the power then if I just had one light. My second question is how would I put the different lights(directional, point and spot) together. What i' ...Show All

  • Visual C# Accessing Bits

    How to do this How to access bot bytes, but bites I searched net, found some classes "binary8","binary16" etc, But haven't found this on .Net Base library Check out the class BitArray. That might be what you're looking for. http://msdn2.microsoft.com/en-us/library/system.collections.bitarray.aspx Also, if you're curious how to fiddle with bits in general, I suggest the following tutorial: http://www.c-sharpcorner.com/language/bitwiseropsincsch001.asp That's what you were looking for ...Show All

  • Visual FoxPro FoxPro 6.0 not using CodeBase Index

    Hi, I'm creating a table (.dbf) with and index (.cdx) a driver : deBaseOdbcStandFoxPro. I'm using this driver because with after creation i'm using some optimize insertion of code base to the table. after that i'm closing the table and the connection to the data dase, and opening it with "Visual FoxPro 6.0 ODBC driver" to perform querys. My problem is that the the visual foxpro driver isn't using the index i created (a query takes the same time with or without the index). i asked codebase what seems to be the problem and they said that there files are foxpro compatible and that i create the index correctly and the problem is probably with microsoft driver and maybe it's because foxpro allows deleted records. does a ...Show All

  • .NET Development Dotfuscator 3.0 doesn't work

    I obfuscated my Pocket PC application. I do not use reflection and couldn't find an reason in the documentation why this should not work. I run the app and the main grid doesn't even fill. So then I tried turning it off for forms, but it ignores me and obfuscates everything anyway. There is no forum or support on this product, so I am at a loss. I can't find anywhere where it talks about this specifically. Any ideas Are you talking of the Dotfuscator 3.0 by Premptive Did you try their support page http://www.preemptive.com/support/DotfuscatorSupport.html ...Show All

  • Internet Explorer Development Set up cannot locate browsers plug in directory

    I'm trying to install adobe flash player 9 and I'm receiving this message that set up could not locate your browsers plug in directory. I have Windows XP, Internet Explorer 6. Please help. The Windows XP Internet Explorer 6 default plug-ins directory is: C:\Program Files\Internet Explorer\PLUGINS ...unless you chose to change to a different directory during Internet Explorer 6 setup. Good luck. John ...Show All

  • Visual Studio Express Editions Database never updated

    I follow the video trainning from MS in SQL server Express and after I built the same application in my pc but I can only update the database in memory and the real database doesn't refresh. When restart the application the database don't have the new rows Your cooperation in this matter will be appreciated. Exact Solution REF: Absolute Beginner’s Video Series at http://msdn.microsoft.com/vstudio/express/vb/learning/ Bob Tabor's excellent VB Tutorial for Absolute Beginners. Lesson09 attempts to write from Visual Basic to SQL Server (2005 Express). --- Symptom: Writes to the db are lost. The controls populate correctly with data entered via the Database Explorer show table data tool ...Show All

  • .NET Development Memory leak in SerialPort.Read?

    Hi. I communicate with the serial port on my ”PDA/smart device” to another device (custom circuit board). The PDA needs to send data at least once a second to the hardware just to confirm that there is a connection; If not the hardware shuts down. The PDA also receives information from the device witch is displayed. The problem is that when the PDA receivea data, the application starts to leak memory. After 30 minutes to an hour the garbage collection procedure takes so much time that the communication halts for several seconds, witch in turn causes a timeout. Could there be a problem in the SerialPort.Receive() or in the garbage collector. Most likely I have done something wrong… Here is a simplified ...Show All

  • .NET Development read binary, import into sql server 2005

    I would like to import data from binary files into sql server. Can that be done with ADO.NET Also, the files are from a legacy custom db and nobody at the client's facility knows the format. How would one go about determining how the data is laid out in a binary file Thanks, SQLBinary is what I was looking for. Trial and error, oh joy. But, seriously, thanks for the input. ...Show All

  • SQL Server Flat File With Fixed Length Header and No Delimeter

    Hi, I'm trying to extract data from a Flat File which is as fixed length as they come. The file has a header, which simply contains the number of records in the file, followed by the records, with no header delimeter (No CR/LF, nothing). For example a file would look like the following: 00000003Name1Address1Name2Address2Name3Address3 So this has 3 records (indicated by the first 8 characters), each consisting of a Name and Address. I can't see a way to extract the data using a flat file connection, unless we add a delimeter for the header (not possible at this stage). Am I wrong Any suggestions on possible solution would be much appreciated - I'm thinking Ill have to write a script to parse the fil ...Show All

  • Visual Studio SDK Install fails with Error Code = 2 if I have a subst drive.

    A comment about the install, in case anybody else has the same problem. I had a B: drive created by a subst command. The SDK install failed with an Eror code = 2. I had to remove the subst drive before the install would complete. Mark ...Show All

  • Visual C++ C++ output to excel

    Please, someone sample code on how to send C++ output to excel Thank you I hope this helps. http://msdn2.microsoft.com/en-us/library/s5e903k3(vs.80).aspx ...Show All

  • Visual Studio Team System OutOfMemoryException when publishing test results

    I have a team build that was working up until now. All of a sudden it's giving me an OutOfMemoryException when trying to publish the test results. Here's the relevant portion of the build log: Passed Westeel.UnitTests.UnitTest_UpdatePartSiteInfo_04 Passed Westeel.UnitTests.UnitTest_GetPartsByLikeCriteria_03 Passed Westeel.UnitTests.UnitTest_GetPartsByLikeCriteriaAndSite_04 Run has the following issue(s): C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation.Build.targets : warning : Code coverage instrumentation warning while processing file BusinessLayerInternal.dll: C:\Program Files\MSBuild\Microsoft\VisualStudio\v8.0\TeamBuild\Microsoft.TeamFoundation. ...Show All

  • Visual C# Serialization and get the rowcount

    Hello again comunity... that's my question.. hope someone can help..: Problem: I have an serializable struct, so i'm save it on a binary file, i apend each struct to the others (i'm not saving an array, i'm just saving the structs over an over again..). Im currently use another file to mantain the row count that i have, so... Question How do i get the rowcount directly from the binary archive .. i've tried the old ISO c++ trick, you know.. dividing the file length / sizeof(The struct)... but.. firs of all.. sizeof does not work for managed code.. i mean.. with managed structs.. and.. Marshal.SizeOf(object objetc) returns a value that does not work.. i mean.. the division does not return the correct row count.. Marshal.SizeOf re ...Show All

  • Windows Search Technologies WDS 3 Beta 2 Index

    Hi How do I get WDS Beta 2 to index my network drive, I cannot see a check box anywhere in the network drives properties which allows me to index this drive, like I can do on my local drives. I am running Office 2007, Windows XP SP 2. Cheers Johann this new DESKTOP SEARCH DOES NOT HAVE THE MOST IMPORTANT THING WE need in a business SEARCH ON THE NETWORK DRIVE ... HOW COULD YOU FORGET TO PUT IT IN THIS new BETA VERSION .. THE 2.6.5 HAS IT... PLEASE FIX IT ...Show All

©2008 Software Development Network