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

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

sudhir_111

Member List

Joselillo
Jurgen Willis
Sooraj B
Jim Gordon
Mitch0820
KeithSmith
MarkHeindl
David McKinney
Recursio
BoonUnit
Silvia
TDSdev
marek_matonok
Bill Westlake
Kent Waldrop Au07
Jim Blackler
Mike Awad
Billy Sells
bobmarley165735
Teleo
Only Title

sudhir_111's Q&A profile

  • Windows Forms DataColumn.Expression - automatically updating values in controls

    My application has a DataSet with a table that has a set of columns with default values and some columns with expressions based on the other columns. Using a form bound to those columns the user should be able to edit the default values and see the values in the controls bound to columns with expressions update instantly. What happens, though, is the application starts and the controls display the default values and expression-based values correctly. However, when I change the default values, the expression-based values do not change. How do I get the controls bound to expression-based columns to automatically update their values when the va ...Show All

  • SQL Server Launching and monitoring SSIS packages from a web app

    Has anybody developed a ASP.Net app that interfaces to SSIS If so, what was your experience Any pitfalls, tips, etc We have a requirement to launch and monitor SSIS packages via a web interface. ...Show All

  • Visual Studio Team System Team Foundation Client - empty help

    Help comes up blank. I've looked around and it APPEARS that the help has been installed on the system, but apparently the help system can't find it. Any suggestions daniel Olenick & Associates. Thanks Rob. Installed MSDN off the VSTS disk, and contents and index work fine now. Still an 'object reference' error with "How Do I", but this is a great improvement (I almost hardly ever use "How Do I" anyway <g>). ...Show All

  • SQL Server SQL Servers node in Server Explorer

    I have just started using the final release of Visual Studio 2005 Pro with SQL Express.  What happened to the SQL Servers node in the Server Explorer I apologize if this has already been explained.  I have not done much with the beta releases, so this may already be common knowledge... Any answers to this   I'd love to know this as well.  I've removed and readded my server and I still have no SQL Servers node.  I have both SQL Server 2000 and 2005 installed. ...Show All

  • SQL Server SSIS on SQL Express

    Does SQL Express support SSIS packages If so, how can they be created in SQL Express Please reply to my true (not modified) e-mail address as I don't know if I will be able to look here again soon. Thank you!! ):-D P.S. Related question: Where can I find a comprehensive list of features that are supported by SQL 2005 that are *not* supported by SQL Express You can use Express as a destination or source for SSIS but you don't get the runtime or designer tools with Express edition. For a list of what is supported in each edition have a look at http://www.microsoft.com/sql/prodinfo/features/ ...Show All

  • Visual Studio Express Editions registering Visual Web Developer Express and Visual Basic Express

    I have registered both products and got my email confirmation but have neither product key to complete the registeration at the benefits portal or in the email. note: I even tried registering twice with same outcome. How do I get the product keys Hi! Other people have been reporting issues with registering. Hopefully this blog post will help http://blogs.msdn.com/keiths/archive/2006/02/16/533692.aspx The best place for asking ASP.NET questions is on the ASP.NET community site, and in the forums there. Check out http://www.asp.net/welcome.aspx tabindex=1&tabid=39 . HTH, PEte ...Show All

  • Visual Studio Yellow Arrows??

    I seem to be having a very basic yet confusing dilema. For some reason when I debug the program just runs through and no yellow arrows come up at all. It's as if I ran the program. I tried using breakpoints but there is no effect. Is there any answers for this That happen when the debugger has no sufficient information to run trace to your procedure. My guess is, probably you're debugging something that's turned off, like ASP.NET, or something else. If so, check your project's settings, under Debugging tab, select which debugging options should be turned on. Regards, -chris ...Show All

  • Software Development for Windows Vista Problem on Sideshow

    I have a problem on using Sideshow. If you know it , please help me. Thank you! I install x32Vista and Feb. CTP WinFX on my PC. I find the Sideshow simulator "VirtualSideShow.exe". However, It only appears for at most one second and then disappears when i click it. Is there someone can help me Thank you!    Before running the SideShow simulator, please run: WindowsSideShowVirtualDevice.exe /regserver This is only necessary one time, and this file is in the same directory as VirtualSideShow.exe. One other possibility: both WindowsSideShowVirtualDevice and Virtual ...Show All

  • Visual Studio Express Editions MSDN Tutorial Problem

    Hi, I'm having trouble using the following the tutorial found at: http://msdn.microsoft.com/vstudio/tour/vs2005_guided_tour/WebDev/WebDev/webdev18.htm Everything was going good until I got to the master pages bit. I've uploaded my files so you could possibly pick up what I've done wrong: http://www.flixon.com/Authors.zip The trouble is when I go to run the website I get Top element must be siteMap. It tells me to turn debugging on but I already have it set to true in the config file. Appreciate if someone could help me. Thanks ...Show All

  • Visual Basic Issue with output to a file using My.Computer.FileSystem.WriteAllText

    I have asked this question before, which I thought I figured out. But, the issue presented itself again. Whenever I save to a file, and open it - I get these strange character combinations at the beginning of the file. They are: i CharMap calls them (in order): Latin Capital Letter I with diaresis Right pointing double angle quotation mark Inverted Question mark Heres an example of whats being done: 1) Download an xml document using WebRequest.Create 2) Using a StreamReader with GetResponse.GetResponseStream 3) Calling ReadToEnd on ResponseReader and assigning to a String. 4) Calli ...Show All

  • SQL Server Displaying a word document via Reporting Services?

    Does anyone know a way to (given a path to the file) display a word document via a reporting services report Thanks This is not possible out-of-the-box. You could implement a custom renderer to do this. You can publish Word documents into the Report Server catalog and browse them, though, you just can't embed them in reports. ...Show All

  • Software Development for Windows Vista CreateWorkflow failing validation

    I am trying to start a workflow using a xoml file. I am getting Workflow failed validation in CreateWorkflow with a very simple workflow containing start, delay 1 sec and stop. Is there a trick in getting this to work Thanks. // create and start an instance of the workflow runtime WorkflowRuntime runtime = new WorkflowRuntime (); runtime.StartRuntime(); // get an XML reader to the XAML-based workflow definition System.Xml. XmlReader xaml = System.Xml. XmlTextReader .Create(txtWorkflowFile.Text); // create a running instance of our workflow WorkflowInstance instance; try { instance = runtime.Creat ...Show All

  • SQL Server Security and roles in analysis services

    Hello In our organisation we would like to be able to select specfific persons to be able to administrate roles and only roles on specific databases(one person in residential, one person in the business line etc.). Those people should not be able to proces cubes or anything - just adminstrate roles. (in best case only be able to see the roles settings for each database). Is this possible, and is it also possible to limit each person to be able to administrate roles for specific databases (the person in the business line should only be able to administrate roles for databases concerning business databases and cubes and ...Show All

  • Visual C++ Static const C++/CLI class members

    Static const C++/CLI class members can be changed from C# client: public ref class Server { public: static const int someValue = 25; }; C# client code: Server.someValue = 50; // successfully compiled How can I prevent this Looks like a C# bug to me. It's ignoring the IsConst modopt. One reason they overlooked this may be because C# does not support static const members. ...Show All

  • SQL Server Management Studio - view DTS package logs (SS2005)

    I just recently did an inplace upgrade on my developer SS2000 to SS2005. My legacy DTS packages run fine but I can't seem to be able to locate where the package logs are now located. In SS2000, you could right click on a DTS package and the click on "Package Logs..." but with SS2005, I can't find the same feature. Any help would be great. ...Show All

©2008 Software Development Network