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

Software Development Network >> Rico Alexander's Q&A profile

Rico Alexander

Member List

Andras Tantos
Miguel B
KNOREUS
Jon_H
imad_ouzoun
rwetherall
rball
Dan anos
MarediaH
Colin F
DONG
alex2323
Deemad
Gerald Gibson
WN
DhanashreeP
CyanBlue
Ramirez
BenECM
Tarball
Only Title

Rico Alexander's Q&A profile

  • Visual Studio How to support template export in VS 2005?

    Hi,    There is not the topic of the template export implementation In VSIP document .     Could anyone do me a favor   Thanks! Maybe I havn't given a clear description. I want to implemente the function of exporting template develop environment of my own. After click the "export template" in FILE menu, what is the function I should do. If you don't known about this issue either, can you tell me which articles about this issue I should read. Best regards. ...Show All

  • SQL Server Exporting Sql data to MS Access

    Hello, I'm trying to export data to an MS access database from a sql database but am having problems with mapping the sql data to the table i created in the destination database (using ADOX). Any ideas Cheers. If the destination table already exists, your best solution would be to create the "base" package by using the Import and Export Wizard, which creates any required conversion transformations for you. You can tweak the package, and add on to it, from that point. -Doug   ...Show All

  • Windows Forms forms.dll error or "feature"?

    Hi, Here's the problem: I copy an existing C# solution folder which compiled and executed fine, into a new directory that has more than 26 characters in its name, including whitespace. Open the copied solution... I'm using Visual Studio .Net 2003. Builds fine but on execution get the following error: An unhandled exception of type 'System.NullReferenceException' occurred in system. ...Show All

  • Windows Forms Added unbound grid rows are blank

    Added unbound grid rows are blank I have a master-child relationship.  The master are unbound controls, and the two children are grids. The column names and types I created in the columncollection. When I save the master, values automatically go into the grid columns and saved.  They appear in the grid and are updated correctly to the database. If I add another row, it's values appear in the second row.  However, the first row's contents become invisible.  Same for each subsequent row.  However, when I save each row, it is updated correctly in the underlying database. How can I get the values to stay visible wh ...Show All

  • Visual Studio Team System Deleting Branches

    When you have a main source code line and create a branch off of it, if you delete the branch from source control, it still appears in the property window.  If you create another branch with the same name, VSTS starts creating merge issues with "prior versions". Is there a way to "correctly" delete a branch if no longer needed as a child branch (such as a developer leaves the company) OR is VSTS supposed to not let you delete a branch once it's created.  If a branch is never really deleted, why can you create a new branch with the same name... You will see the multiple branches in the Properties...Branches tab in the Source C ...Show All

  • Visual Studio 2008 (Pre-release) Creating a Microsoft Dynamics like multiple RowLevel(multi-row) listview.

    Hi,    The requirement is to create a Microsoft Dynamics like multiple RowLevel(multi-row) ListView. The row template displaying the data of a single record should consist of multiple RowLevels. Lets say, there are 10 columns in a particular DataSource, we need to display the first four columns in one row(RowLevel), the next three columns in second row(RowLevel) and the rest of the columns in row(RowLevel) three. The RowTemplate would be something like this:       <RowTemplate>         <RowLevel>           ...Show All

  • SQL Server deadlock issue

    How SQL server 2000 tracks the deadlocks - per PID or per connection I started to have multiple deadlocks, made the trace and logged the deadlock events in the error file, so I know where I'm now but... Here's the situation: The app starts and logs as PID.Then I could see multiple process running with the same PID. One of this process select and updates records in the staging table. The second process takes the same records loaded in the bus and process them with specific logic. Then it starts from the beginning. When I have 4-5 of this PIDs with several processes inside each and they are all running against the same tables I get huge ...Show All

  • Visual Studio 2008 (Pre-release) Path & Data

    Hello, I just sow some XAML examples of dealing with Path's Data like: <Path Data="L 100, 200 ..."> I wonder if I can do the same by code The only Path's Data I can see is of Geometry type and it doesn't allow for XAML-like simplified syntax. Thanks. Yes you can. Assuming this Xaml declaration: < Path Name = " _path " Stroke = " Black " StrokeThickness = " 2 " Fill = " Lime " /> just add this line in your code: _path.SetValue ( Path . DataProperty , Geometry . Parse ( "M0,0L150,20L130,40L40,30z" )); ...Show All

  • Visual C++ Creating views for static splitter

    I have a working shell namespace extension with a listview in the shellview window in the windows explorer. Now, I want to make a static 2 row,1 col splitter in the shellview with the previous list in a top row and another CWnd derived class in the lower. The problem occurs later, read on. Here's what I have in the CreateViewWindow: STDMETHODIMP CIsdShellView::CreateViewWindow(LPSHELLVIEW pPrevView,                                                 LP ...Show All

  • SQL Server Value is too large to fit in column data area of the buffer

    When executing the Script Task, I get the error shown here: http://www.webfound.net/buffer.jpg I'm not sure how to resolve this. http://msdn2.microsoft.com/en-us/library/microsoft.sqlserver.dts.pipeline.buffercolumn(SQL.90).aspx http://msdn2.microsoft.com/en-us/library/microsoft.sqlserver.dts.pipeline.buffercolumn.maxlength(SQL.90).aspx how do I change the maxlength of the buffer...if, that is the problem here Figured it out already but I'll post the resolution.  I had been usinga SubString in the Script Task's Code Script and I thought Substring accepted a start and end value for its params when in fact I forgot it ...Show All

  • Windows Live Developer Forums V3 performance degrades over time

    During my development, I had to refresh my webpage every so often. I noticed that over a period of time the map was taking longer and longer to refresh. In fact, at one point, it took 35 seconds. So, I decided to do some testing. With the help of the "window.setTimeout()" function, I automated the GetMap() function to run every 30 seconds. I calculated the time for the GetMap() function and saved it. It started out with 1 second and at the end of 30th call, it took 9 seconds. The increase was progressive and there were no spikes. I have 15 pushpins on the map. I'm using IE6. If I close the browser and restart my application, it ...Show All

  • Visual C# BackgroundWorker and SHGetFileInfo

    The SHGetFileInfo function sometimes does not give the appropriate icon when called from by a BackgroundWorker. As far as I have been able to ascertain you get the correct Icon back as long as the Icon is static for a file type. That is, the Icons for .txt, .doc, etc. are the same no matter which file it is. But the Icon for files/shortcuts with the extension .url or .sln (if you have VS 2005 installed) will have Icons which depend on file and for these files SHGetFileInfo returns does not return the appropriate Icon instead it returns the default Icon for a file (the icon that is used when Windows does not know the extension type). ...Show All

  • Visual Studio Internal Error 2908 {7D4B5591-4C80-42BB-B0E5-F2C0CEE02C1A}

    Gentlemen, I got a problen when I were installing the .net framework. The error message is "Internal Error 2908 {7D4B5591-4C80-42BB-B0E5-F2C0CEE02C1A}" Is there anyone can help me to figure out what it is Thank you ! Geoffrey I'm getting the exact same error. When I click ok it gives the further error:   Error 1935.An error occurred during the installation of assembly 'Microsoft.Vsa,Version="7.0.5000.0",PublicKeyToken="b03f5f7f11d50a3a" ...Show All

  • Visual Studio Team System Lack of Features in VSTS DBP

    I think if Microsft like to do a good Database Professional Product is totaly necessary a diagraming tool, if Microsoft decide to incorporate this functionality to team system need to incorporate this, if not, the product is incomplete. Any type of intellisence will be appreciate, but it's more complex task because SQL languaje syntax, but diagraming tool is essential. Mario Software Engineering Mario, Do you mean a data modelling tool - a bit like ERWin I agree - I would hope there would be plenty in here for a data modeller - including the seperation of PDM from LDM. -Jamie ...Show All

  • Visual Studio dotNetFX Install Error

    I am trying to install dotnetfx.exe for Framework 2 on a Win2000 Advanced Server machine and it blows up with the message shown below. Any ideas what I can do to get it to install. dotnetfx.exe - Appplication Error The instruction at "0x0100302c" referenced memory at "0x01e81000". The required data was not placed into memor because of an I/O error status of "0xc000009c". Click on OK to terminate the program. Two things come to mind: 1. You have a bad version of the bits. Try downloading some new bits and try again. 2. check if your hardware is working correctly (RAM, etc) ...Show All

©2008 Software Development Network