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

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

Sundararajan

Member List

nate-d-o-double-g
Matt_343
Manoj Kumar Goud
Noraa Drawde
Jademobile
Thomas Madsen
msaradhi
ClaraOscura
Joseph Stalin
DavidThi808
Mallyk
kdancer100
mattii
M_J
http://www.ilkon.com
TheQuietShadow
NewbieDude
KENTY
Wildert
LeahGarrett
Only Title

Sundararajan's Q&A profile

  • SQL Server Trouble Connecting to SQL Server 2005

    Hi, I have SBS 2003 installed and have currently been working with Sharepoint. I upgraded to SQL Server 2005 using the methods described in the documentation provided on the SBS CD, which can be found here: http://go.microsoft.com/fwlink/ LinkId=60500 I followed the document step by step and the installation completed without any problems, however after installation when trying to access a website I created in Sharepoint prior to upgrading I ran into this error: "Unable to connect to database." That error led me to the following Microsoft support article: http://support.microsoft.com/kb/823287 I followed all three methods in that article to ensure that the server is running and that it is configured properly, but it ...Show All

  • Visual Studio Express Editions How to print form's in VS2005 ?

    hi i want to print datagrid in my form but i don't know how to print it .(i add printdocument to my form and Printpreviewdialog and set Printpreviewdialog.document to printdocument but when i compile my app nothing exist in Printpreviewdialog and it ia blank) and if my datagrid has more page, how to print multipage (please give me a full example because i am beginner) thanks. Hi Hamed_1983, I think that I get what you want to do, I tried something along the same lines and used this project as a guide. http://www.codeproject.com/cs/miscctrl/DataGridPrinter.asp Hope it helps Scott ...Show All

  • Smart Device Development How can i let customers select drivers,directory and files.

    like windows explorer,let users choice drivers,driectory and files,and then return the result to a textbox By using OpenFileDialog. You can find sample on MSDN or by searching this forum. Note: there are some limitations on WM devices. ...Show All

  • SharePoint Products and Technologies Welcome!

       Welcome to this new forum, which is part of the SharePoint forums group that contains a comprehensive set of forums designed to cover all aspects of SharePoint Products and Technologies. I’ve held off on having these forums created for over a year because we already had a handful of newsgroups in place, but the benefits (search, moderation, filtering, stats, flexibility, planned enhancements, etc.) and the recent surge in usage have convinced me that it’s finally the right time to embrace forums as the de facto channel for community Q&A and discussion .      This particular forum is for topics about development and programming (i.e. web parts, features, etc.), SDKs, and tools (i.e. Visual Studio ...Show All

  • Smart Device Development Delegate across task/thread boundaries on .NetCF 2.0 ?!

    Hi! I have a little problem, and i guess it's because i have not really grasped the complete concept of delegates yet. So here comes: I have one instance of class, which runs a a thread that uses a message queue to get notified when the power state changes (RequestPowerNotifications e.t.c.). Now there are other Classes/Forms, which should subscribe to this power notification class and get the subscribed functions called, but in their task/thread context. The functions to be called should be able to do multiple things.. E.g. close a database, update controls on the form. e.t.c. So i thought a delegate could do the trick. There is a delegate definition like this in my power notification class: public delegate void PowerNotificationDelegate( ...Show All

  • Visual C++ Norton Windoctor found the following 2 errors and is unable to fix them

    "C:\WINDOWS\$NtUninstallKB898458$\ORUN32.EXE" cannot access a necessary file, "learn32.dll." "C:\WINDOWS\$NtUninstallKB898458$\ORUN32.EXE" cannot access a necessary file, "pctree32.dll."   The program ORUN32.EXE may be part of Microsoft Interactive Training for Windows XP. Or it may be part of another program that is causing the error message.   What 2 do Dear Mjemitchell---- THANK YOU-- I found the dll's in Training and copied them into the correct $NtU... file & WinDoctor is now happy! ...Show All

  • SQL Server Raw File reader utility?

    Does anyone happen to know if there is a raw file reader utility available One of my processes drops a couple of interim raw files and I'd like to be able to look at the data in them in a columnar format without having to run a downstream data flow with a reader inserted. Simon, The features look very good and pretty comprehensive. I am going to try this this week. Keep up the good work. ...Show All

  • Windows Live Developer Forums Adding my own custom 3D content

    I wonder how i can add my own custom 3d stuff into the 3d-View of the map. You can clearly see this is the future of getting the most upto date information. Let anyone submit data - wiki style. High detailed imagry, 3D buildings, even correction to streets (we have a major road in Brisbane that is 50m off on every map) I don't think MS will have the capabilites to do this, there is intellectual property / licenses / legal issues for a large company. But there is definatly a need. We are promised in the future we will be able to add our own 3D objects in VE and purhaps a community site where you can submit your own building would be a great idea. John. ...Show All

  • Visual Studio Team System Install both Team Dev and Team Arch

    Is it possible to install VS Team Dev and then VS Team Arch over top to get the features of both Will doing so screw up any other apps e.g. Visio for Arch, or disable ability to profile (from Team Dev) cmk Yes you can: just install multiple versions on top of each other and then the service pack. It has been working fine for me and my team. Note: Installing all the different 'flavours' does not make a "Team Suite" edition... Team Suite includes extra "stuff" that is simply not available in the Tester, Architect and Developer editions.  ...Show All

  • Visual Studio Team System Cherry Pick Merge causes conflict

    I know this subject has come up a few times in the forum, and I've read the answers to those - but still not sure I'm following the answer. I am following an admittedly old webcast from TechEd 2005 by Douglas Neumann that talks about TFS Promotion Modeling, and the ability to Cherry-Pick merge a particular changeset. I'm wondering has something changed since the beta when this seemingly worked Very similar to the demo, I have the following setup: DEV branched to QA (changeset 29) DEV class1.cs QA class1.cs Make a change to class1.cs and check it in + add new property called "NewFeature" for the next release (changeset 30) Make another change to class1.cs for a bug fix and check it in + add new property called "BugFix", need this in th ...Show All

  • SQL Server Microsoft.SqlServer.Dts.Runtime & ASP.NET Identity Problem

    Greetings, I have an ASP.NET web form that calls out to a component which includes the following code which leverages the Application and Package classes in the Microsoft.SqlServer.Dts.Runtime namespace: Application application = new Application (); Package package = application.LoadFromDtsServer( @"File System\MyPackages\MyPackage" , "MyMachine" , null ); string id = package.ID; Microsoft.SqlServer.Dts.Runtime. DTSExecResult result = package.Execute(); I am logged in to the app as Domain\Me. I have Windows Integrated Authentication configured in IIS and am using Windows Authentication in ASP.NET. I am using impersonation to impersonate a fixed identity, say Domain\Bob . This has t ...Show All

  • Visual C# Antivirus and Firewall?

    Is there a way to determine if antivirus software and a firewall is installed on your computer Thanks, yes there is but it won't be displayed in the Services system. the firewall service can be configured via using the command line "netsh firewall" - of course specifying options however it is recommended not to "toy" with this for alot of reasons - simply because the user won't appreciate it and can leave your system open (Without a firewall) to hackers and what not. Since XP SP1 I think, the Windows firewall has been enabled by default as soon as you install it due to the amount of viruses just going through the wire crawling into your machine. ...Show All

  • Windows Forms Unable to see windows form in designer view

    HI I have a windows application developed in VS2003 , now i need to migrate to VS2005. After successful conversion, My application is running fine as before. But i am unable to open any form in designer view. The error message I am getting is: One or more errors encountered while loading the designer. The errors are listed below. Some errors can be fixed by rebuilding your project, while others may require code changes. Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. Hide at System.Reflection.Module.GetTypesInternal(StackCrawlMark& stackMark) at System.Reflection.Assembly.GetTypes() at Microsoft.VisualStudio.Shell.Des ...Show All

  • Visual Basic Datagrid cell backcolor

    Is there a way of setting the backcolor of a cell in a datagrid or if not is there a way of chaging the color of the text in that cell See if some of the items discussed in this thread will answer your question: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=255190&SiteID=1&PageID=0     ...Show All

  • Windows Forms identify line numbers in a multi-line textbox

    Hi Guys, I need to identify the line numbers in a textbox and then insert each line of texts into database. For example in a textbox contains texts: text1 text2 text3 text4 text5 It will insert each line into database table as follow: column1 || column2 || column3 || column4 || column5 || text1 text2 text3 text4 text5 Appreciate your help. Thank you very much. Regards, Tommy Hi if we use VB, we can use follow code Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim strArr() As String strArr = TextBox1.Text.Split(ChrW(10)) End Sub add ...Show All

©2008 Software Development Network