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

Software Development Network >> Sanjay More - webwaretech's Q&A profile

Sanjay More - webwaretech

Member List

eyelkin
OtherworldBob
Andrew Huey
Barlet
mgmian
Andy Tischaefer - MSFT
Computer_Man_With_Questions
devexpert
Ja1970
callmekv
peter7
Katana
Michal Rovnanik
SimHrdy
woeter
Rubio
EVELIO
LMC39273
Tummaluru
Wayne Tanner
Only Title

Sanjay More - webwaretech's Q&A profile

  • SQL Server Could not load file or assembly SQLXMLBULKLOADLib

    Greetings, I'm in the process of migrating several SQL Server 2000 DTS packages to Integration Services packages. One of the old 2000 DTS packages used the SQLXML Bulk Loader component. In order to use the new SQLXML 4 COM object in my Script Task (to initiate the Bulk Loader using .NET code) I've used the tlbimp.exe tool to create a .NET wrapper DLL. I've placed the DLL in the appropriate directory (C:\Program Files\Microsoft SQL Server\90\S ...Show All

  • .NET Development problem with WSE 2.0 quickstart sample

    Hello, Im trying to run in my PC the sample published on this web site by microsoft: http://www.microsoft.com/spanish/msdn/articulos/archivo/141103/voices/wssecdrill.asp After everything I did, i still get this error message: System.Web.Services.Protocols.SoapHeaderException: Microsoft.Web.Services2.Security.SecurityFault: The security token could not be autheticated or authorized at Microsoft.Web.Services2.Security.Tokens.UsernameTokenMan ...Show All

  • Software Development for Windows Vista regarding installation

    hai when i tried to install winfx runtime 3.0 (january CTP), i couldn't install i got some errors... before i tried to install winfx runtime i unistalled all the previous versions of frame work and SDK. Then i installed the same in the following order Visual Studio 2005 (RTM) windows SDK (january CTP) After this tried installing winfx runtime 3.0(january CTP) but couldn't continue that....i just want to know wheather the order ...Show All

  • Visual C++ XP password char - Why "MS Sans Serif" does not work on all machines?

    The Problem: On some machines, my password field displays the password character as the "dot" - which is XP standard, and on other machines it dispays vertical bars. Details: In our win32 application we have added the manifest and are using the commctl32.dll version 6.  As a result the passwords _ARE_ seen as "bullets", but as mentioned above, on some machines - with identical setup - the editbox prints vertical bars instead of th ...Show All

  • Visual Studio Team System How does the OverlayIconIndex property of BaseHierarchyNode work?

    I'm assuming that the index would point to the same imagelist as that used for the display icon of the node but this seems not to be the case. Furthermore I'm guessing that provided I could get this function to work the icon at the index would be overlayed on the main Icon. Sort of like the short cut overlay icon. Am I right in my assumptions and can some one show me how to use the property. Thanks. This is a question for the Visu ...Show All

  • Visual Studio Express Editions Need Help

    hi, i know it might seems silly and even i don't expect answer but anyway since Dec 2005 i starting to learn programming with .net i have learned lots of stuff but every thing i try to learn will be like i open a door for hell, every thing even small controls have tons of properties and methods and lots of stuff you need to learn , i know its natural thing to happend when you start to learn new things, and i know i'll not be able to memorize ...Show All

  • SQL Server Inconsistent package failures

    I'm debugging my first SSIS package and is getting inconsistent results. The package does not always complete successfully. When the package does fail, it fails at different tasks that accquire database connections. Any of the following error message would show up: [Execute SQL Task] Error: Failed to acquire connection "FORGE.FMC". Connection may not be configured correctly or you may not have the right permissions on this connectio ...Show All

  • Visual Basic serial port to transmit an Image and display in VB.Net

    I would like to ask how can I use serial port to transmit an Image and display in VB.Net I can connect the serial port by transmit text dim msRS232 As new RS232() ..... msRS232.Read(Int32.Parse(txtBytes2Read.Text)) txtRx.Text = moRS232.InputStreamString But I dun no what function I should use to Read Image Can any one help me thanks ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Install the managed DirectX files from the redistributable Package

    Hi I'm try to install the DirectX redistributables but the installer don't install the managed files. In the help file of the SDK is written to use the command line "DXSetup.exe /InstallManagedDX". When I do this I get the error message invalid command line switch. I am using the  Update for June 2005 and August 2005. Has anyone got an idea what's wrong or an idea how to install the mananged files Thanks ...Show All

  • Windows Forms Installing and uninstalling fonts to system from .NET

    Hello! I'm quite new to Windows programming but I am currently working on a small program that would make it very easy to install and uninstall sets of fonts to the system. I have found that GDI seems to handle font installations, using among other the function AddFontResourceEx However, I'm developing using VS2005 and .NET (using managed C++ and Windows Forms, I think, although I would even prefer doing it in Visual Basic .NET. I cann ...Show All

  • Windows Forms DataGridView perf questions

    Continuing the conversation on the forums so everone can participate... Adam asks: This is a great FAQ . I'm curious, why would they make the Alternating Style override the DataGridViewColumn.DefaultCellStyle It seems like that should be an underlying style more like DataGridView.DefaultCellStyle. What do you think about SuspendLayout and ResumeLayout I notice your FAQ doesn't mention those two methods. Will they help performance I'm tryi ...Show All

  • .NET Development System.NullReferenceException: Object reference not set to an instance of an object

    Hello Guys, I dont know the reason why I m getting this error I fully understand what does this mean....i dont know cant find the solution ...... If you see in the code the probem exists in the foreach statement..... the XMLNode node is somehow getting set to NULL.....It goes into the loop once and second time it just freaks out...The code was working perfectly, it just started like this.......... string path = "Common/"; // Path to ...Show All

  • SQL Server Running an INSERT statement a @variable without using EXEC

    The Code-Piece below does not work because @Tablename is not an objekt. ============================================= DECLARE @Tablename varchar ( 256 ) set @Tablename = 'MyTable' insert into @Tablename default values ============================================= How can i make it work without using EXEC Thanks in advance Raimund You have to use dynamic SQL (which is what ...Show All

  • .NET Development Getting IP Addresses

    Hi folks, I'm just wondering how I can programmatically obtain the IP address that's been assigned to my router from a machine that's within the router's internal network (192.168.*) Any ideas The best way to do this is by using a webservice. You need asp.net hosting for this. Basically you need to define a web service in an .asmx file and make a public function which is defined as a webmethod using:- <We ...Show All

  • Windows Forms All Green Lights and No Critters

    I have installed 1.2 Terrarium on 2 machines of mine. (Behind a firewall, port 50000 opened and NAT support checked) All lights are green but i dont get anything coming into my terrarium. I have this thing running for at least 24 hours so& ...Show All

©2008 Software Development Network

powered by phorum