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

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

Al33327

Member List

Shirvo
Björn.Borgsdorf
SneakerXZ
jCarlisle
Kushu
d00d
Mark Macumber
ssharma
SharePointing
fflores
Fwank79
Pavel Burianek
Malleswar
RameezM
Pure Krome
ctalbert
calmal20
Brombomb
Ronald L
Rocky82
Only Title

Al33327's Q&A profile

  • SQL Server How to import word documents into SQL Server

    Hi All, I need to import multiple word documents of same structure into SQL Server table. Could anyone suggest the way of doing this Thanks, What do you mean, "the same structure" Do you want to extract informaiton from the documents or just store each one as a BLOB If the latter, the 'Import Column' component should work for you. -Jamie ...Show All

  • Visual C++ infinite looooooop?

      hi i have this infinite loop     int array[5];  for (i=0;i<15;i++)  {    array[ i ] = 0; // here i becomes ZERO when i = 5  }     i am not understanding why this is infinite loop.. "i" is incrementing till 5 then suddenly it becomes 0.. and i mean i never goes beyond 5. so the infinite.. . can any one tell me why "i" becoming 0.. after 5 in the loop..   manish   imanish11111 wrote: . can any one tell me why "i" becoming 0.. after 5 in the loop.. Because your program has a serious logic error that leads to stack corruption... ...Show All

  • Audio and Video Development Does anybody know how to create wipe effect?

    Does anybody know how to create wipe effect I have a menu page with button animation and would like to create an effect to unmask the buttons from left to right when coming into the menu. I have tried animating width of the button_div, but not working. The buttons shows up as soon as the page get loaded. Thank you. It works now. But the width doesn't hold. My xml: when EFFECT button is on focused <cue select="id('Menu')" dur="2s" fill="hold"> <animate style:width="1px;1920px" /> </cue> Note: Menu is menu button div that has initial width=1px ...Show All

  • Windows Live Developer Forums Map Cruncher with V3 control?

    I have been playing with Map cruncher from MS research and see that it appears to use a modified version of the V2 control. Has anyone got it working with the current V3 control John. Yep, agreed, been down the same path. MapCruncher is very cool no doubt, but the sample.html page it spits out references the V2 control but with overrides to pick up the local generated tilesets. Very similar to the viavirtualearth column about spinning up your own tile server(s), with the note that hacks are again subject to instantaneous breaking. No slight against the MapCruncher folks -- it's a research product and a wonderful insight into how everything works! ...Show All

  • SQL Server Site-Wide Security Deletion Issue

    I am trying to delete some users from the site-wide Security.  The server is no longer on the same domain as the users I am trying to delete.  The error it gives me is below: The user or group name 'abb\kgreer' is not recognized. (rsUnknownUserName)  Is there another way of deleting the accounts instead of using the Site-wide Security   Please let me know.     ...Show All

  • Visual Studio Unable to start debugging. Unable to start program...The system cannot find the file specified

    Hello, When I try to debug my C++ program in .NET, I press F5 (or click the debug arrow from the main menu) I get the above error. The directory in the above message is wrong, it points to a an old project that no longer exists. I checked the Command value in the project properties and its correct (by right clicking the project in the solution explorer). If I right click the project and hit debug from the pop-up menu, it does execute the right program, just not from the main menu. Can anyone help, I have tried changing properties of everything, installed framework 2.0, searched the registry for references to the old project, deleting the pdb and debug directory and done a full rebuild, but no joy. Any help would be greatly appreciated. Tha ...Show All

  • Visual Studio 2008 (Pre-release) BehaviorExtensionSection not found in "System.ServiceModel.Configuration" namespace

    Is there any replacement for "BehaviorExtensionSection" As per the docs, It should be part of "System.ServiceModel.Configuration" namespace. But it does n't belong there now. I am trying to build custom end point behaviors and add them to config instead of adding them programatically. Thanks in Advance. sbogollu, the error is in the behaviorExtensions section, element add. The correct line is the following: < add name = " CustomBehavior " type = " Test.CustomBehaviorElement, Test, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null " /> Note, the type attribute requires spaces in the full qualified assembly type and it must be declared on one line. ...Show All

  • SQL Server Security Fact Table

    Hi, I am trying to implement 'Security Fact Table ' approach in SQL Server 2000 / AS 2000. I need to do implement 'security fact table approach ' as a pilot / proof of concept to show that it works. I found the following article useful and followed exactly the same steps as described in the http://www.mosha.com/msolap/samples/Dynamic%20security.zip http://www.mosha.com/msolap/samples/Dynamic%20security.zip I am getting errors in the following MDX script as shown in the attachment. (the same problem with Microsoft support solution too ...) I have followed exactly the same steps described in the above download 131 Dynamic Security dwickert Script.doc document (Technique #2 Security Cube: Page 6 ). ...Show All

  • SQL Server Image storing

    How do i store an image in the db I guess i have to chose image as the type of the column. Do i really need to build an application that will fetch the image and put it in a query or can i use directly use sql server management studio thanks, If you are on SQLServer2005 you should better choose VARBINARY(MAX), IMAGE and Text will be deprecated in the future. YOu have to use an application which will convert the physical file to the actual byte array. HTH, Jens Suessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual Basic Setup Produced By "Build, Publish" Gives Error After I Uninstalled VB With CD And 'Removed' All Installation CD Programs

    Hello, I created a setup file from my application. I did this because I want to put my application on other PCs without installing Visual Basic. I basically want to just run the applicatoin on other PCs. What I did to create the setup file was within VB I clicked "Build" then "Publish." I then wanted to test the setup file on my PC, so I removed everything given to me by the VB installation CD! So, I uninstalled VB using the installation CD. But, I also had to go to the control panel to remove some of the programs that the installation CD gave me. I did this because the uninstall via the CD left things on my system that the installation CD gave me. When I was done, the control panel, remove programs listing ...Show All

  • Visual Studio 2008 (Pre-release) Complex DataTemplate doesn't work

    Hello! I tried to make a ListView with a complex DataTemplate, but when I tried to start a Storyboard in the DataTemplate to animate some content of it, I got many errors… So I built a small example… < Window x:Class = " WPFBug.Window1 " xmlns = " http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x = " http://schemas.microsoft.com/winfx/2006/xaml " xmlns:d = ' clr-namespace:System.Windows.Data;assembly=PresentationFramework ' Title = " WPFBug " Height = " 300 " Width = " 300 " WindowStartupLocation = " CenterScreen " > < Window.Resources > < XmlDataProvider ...Show All

  • Smart Device Development Device Emulator and XPe

    I have built Windows XP Embedded and everything is fine, but when I start Device Emulator and try to load saved-state file, I only see the message: "Couldn't read the saved state file". But when I do coldboot and then I try to save it, I see the message "Couldn't save the saved state file". I don't know where is the error, because in Win XP pro it is working normally. I think that I forgot to add some components in target designer. The message is triggered by a long list of failure paths around loading and saving savestate files. The DeviceEmulator delay-loads several dlls - you might want to confirm that they (and the things they depend on) are all in your XPe configuration: com ...Show All

  • Visual Studio Express Editions Preserving File byte value - Help.

    My application reads and writes files of any type as array<wchar_t>, through the Binary Reader and Writer. The intent is to read in most of the information and then write it out to a new file unchanged. I find however that this doesn't work with all files. Files with text characters - such as the .sln file of VC++ 2005 express- work fine. However files such as the .suo file do not. Information is lost entirely. The final file sizes should be identical but in fact the output file is smaller by at least 1K. The application reads into one buffer and then writes out to the new file from the same buffer. The buffer is quite large (30K bytes) compared to the file (17K) so it should read in the whole file and spit most of it out without a p ...Show All

  • Visual C# How to hide class

    I'm trying to hide class to the object browser, trying using the attribute : EditorBrowsable(EditorBrowsableState.Advanced)] but it seems run right only with properties and method. Is there any way to hide a class I found a workaround. Using EditorBrowsable to hide the classes/methods etc in question from Intellisense & the object browser works with a little help. First, it only works when the component is referenced from another solution. Within the component solution (even in another project) the object browser sees all. Second, for reasons that escape me, the proxy classes generated by "Add Web Reference" are public, and will not work if made "internal" (making them internal ...Show All

  • SQL Server A connection was successfully established with the server, but then an error occurred during the pre-login handshake.

    I get the following error when trying to view my page. Can someone please help me with this error. What does it mean and what is the solution to it Here is the complete error message. - A connection was successfully established with the server, but then an error occurred during the pre-login handshake. (provider: TCP Provider, error: 0 - The specified network name is no longer available.) See following post: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=962333&SiteID=1 HTH Ming. ...Show All

©2008 Software Development Network