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

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

satya31237

Member List

Paul Bradley
Taliesin*
Neil Enns MSFT
PrasannaVenkatesh
RyanB88
willthiswork89
Rose Mary
William Bartholomew
steve_thomas
coolkay
Adam Lofts
Anmol Ranka
Asher David2
SCRunner
Steven J. Reed
SDX2000
Kalcy
Niku
Alessandro Camargo
biozid
Only Title

satya31237's Q&A profile

  • Windows Search Technologies Problem with WDS 3 beta 2 indexing locations

    After installing WDS 3 beta 2 everything seemed to be working as expected. However after a few days I noticed that WDS was no longer indexing documents and settings. When I looked under indexing options, included locations, the only item present was Outlook 2007. I thought this was strange as I knew that documents and settings were definitely being indexed before, and that there was an entry under excluded locations for application data; default user, when I last checked, which had obviously also disappeared. I then clicked on modify and re-selected the missing locations and clicked OK, WDS then re-indexed and all seemed fine....for a day or two, then these locations disappeared again! This time I clicked on restore defaults, clicked OK, r ...Show All

  • Windows Forms setup.exe problems...

    This is a very strange problem I've been having lately. You see, I'll create an application, and the build works fine. I publish using ClickOnce, and everything seems ok. But when I click on the setup.exe file, it flashes the "initializing components" screen, and then disappears. My question is, what's wrong with the setup file and why isn't it installing the application It used to work fine, adding shortcuts to the Start menu and putting it in "Add/Remove Programs". But now, nothing... Please help, and thanks in advance! If you go to your temp directory, there should be a log file there from the setup.exe. It's fairly verbose and can explain what it's doing. It sounds like it is la ...Show All

  • Visual Studio Project Help

    Hi, I'm currently starting my final year project in university. Its on software factories and the DSL toolkit. Its mainly a research project with focus on the dissertation but there is also an implementation side. I'm having problems with the latter. The implementation should be a relatively simple application that provides a good demonstration the main principals and benefits of Software factories and also the DSL toolkit. I haven't used the DSL toolkit yet in practice but can understand simple samples such as the End To End wizard sample that ships with it. I'm finding it difficult to figure out what kind of application to attempt without previous experience of factories or DSL tools. Any helpful suggestions for applications/features w ...Show All

  • Windows Forms unable to retrieve AplicationSettings information (object name, property name) for connection

    I have suddenly started to get this error message all the time - it seemed to start after I added a table to the schema, but deleting the table makes no difference. I can't see anything wrong with the connection string, but as it seems to be entirely undocumented, that doesn't mean much. The connection string contains Data Source=.\SQLEXPRESS;AttachDbFilename=|DataDirectory|\test.mdf;Integrated Security=True;User Instance=True and certainly the string works when I use "test connection" from the application setting edit box. I am assuming that for some reason it is not evaluating the Data Directory, but can't see any reason why it shouldn't. Any ideas gratefully received! Makes absolutely no dif ...Show All

  • Visual Basic Single APP Instance VB.NET 2005

    Hi I need to make my App a single instance, and pass arguments I have a Main Module : Public Sub Main( ByVal sArgs() As String ) How can I use sARgs with ONLY one App instance i.e., I want to pass Arguments to the running instance I use VS.2005..Visual Basic Thanks in advance thanks I found a new solution that I think it is best way to Interprocess Communications using .NET, and it is using NET REMOTING class Here is an example : http://www.codeproject.com/vb/net/Remoting_HelloWorld.asp the project demo works fine, but I'm having troubles with the source code..with LibraryExposed ... it gives errors : Type 'IRemoteLib' is not defined I made a reference to ...Show All

  • SQL Server [help] installation problems with sql server express 2005

    hello everybody I've downloaded a free version of ms sql server express 2005 and while I lauch the install file, I Have a bug : Something like : "you don't have write and read permission" - conctact administator but i'm logged on a administator session if anyone can help me .. thnx in advance .. hzben Hi hzben, you can export the structure of your database with your .sql file (Script of Database Objects) and for that you don't need .mdf/.ldf files. But in case you wants to attach your database to sql server you require .mdf and .ldf. HTH Hemantgiri S. Goswami ...Show All

  • Visual Studio Team System Delete team project and remove from SCE?

    I deleted two team projects one got removed from SCE and one didn't How do I get rid of the one that didn't and why did one get removed and not the other I understand there is some sort of bug related to this but why one and not the other and there must be a way to get rid of that one that is left right If not do we now know if this is fixed in SP1 I am an admin in TFS but so are other people that can't see it. I don't think I created that particular team project that is stuck (but not sure). There is no x over the icon in SCE. I can't checkin, checkout, undo any pending changes for there it seems (I tried but says nothing to checkout, checkin or undo). Anything else we can try Thanks ...Show All

  • Visual Studio 2008 (Pre-release) Timeout maximum value in config file

    What is the maximum value for timeouts, like receiveTimeout for netNamedPipeBinding I'm trying to set as large a value as possible: receiveTimeout="23:59:59" If I set the hours, minutes or seconds to larger, then my app crashes on start-up. I also tried putting receiveTimeout="10.23:59:59" (According to Timespan documentation, the number before the period should indicate the number of days). However, if I set the number of days to larger than 23, I still get a crash -- which makes me think that "10.23" in the above examples is being parsed as 10.23 hours, and then that is added to 59 minutes 59 seconds. So, what is the maximum value for all these timeouts Can tell it to *not* timeout, ever ...Show All

  • Visual Basic Exe takes more than 35 sec. to load

    Hi freinds, I am using vb.net 2005. The problem is when i install the project on the clients PC it take more that 30-40 sec to load. Why does it takes so much time as compared to vb 6 applications. Is there any other way to improve the performance Please Help me out. Thanks Puneet Minda Puneet I think what ReneeC is saying is that a 35sec load time is not typical. It is likely something specific that you are doing in your application. To get the help you need, you might want to describe your application a little better. After such time, one of these brilliant folks (like Renee) might be able to help you. ...Show All

  • Software Development for Windows Vista Problem in ASP.NET's Global.asax with June CTP

    Hi I've got a web app that uses WF which was working fine with Beta 2.2 but no longer starts with the June CTP RC build. Everything compiles ok, but I get the following exception when I start the app from Visual Studio: "Object reference not set to an instance of an object". This seems to be thrown from the usual code in Global.asax that sets up the workflow environment: void Application_Start(object sender, EventArgs e) { System.Workflow.Runtime.WorkflowRuntime workflowRuntime = new System.Workflow.Runtime.WorkflowRuntime("WorkflowRuntime"); Application["WorkflowRuntime"] = workflowRuntime; workflowRuntime.StartRuntime(); } The stack trace references the line 'workflowRuntime.StartRuntime()' and can be seen below: [NullReferenceExc ...Show All

  • SQL Server Select All

    Hi, In Multi valued parameter, Is it possible to pass a special value when the user selects on 'Select All'. Thanks in advance No - select all specifies all the values in the list of values. You can add another value that has special meaning to your report in the list of parameter values. -Lukasz ...Show All

  • Visual Studio Express Editions disappeard items in designer

    I have a program with a menu-bar and a statusbar. Ther were a lot of items in these bars, but suddenly they have disappeard. In Designer you can't see them, but in the Code you can still use them and while compiling, there isn't a fault. In debugging-mode they also have disappeared. How can I get all these items back Thx! I had the same problem numerous times and I have discussed a solution for it in one of my posts. Even if you're already rebuilding the project I'll leave here my solution for reference. In the Form1.designer.vb file, you should have this piece of code for the MenuStrip (the names and values may differ): ' 'MenuStrip ' Me .MenuStrip.Location = New System.Drawing ...Show All

  • SQL Server Error Message: Failed to initialize Distributed COM

    Here is the full message from the Event Log. Failed to initialize Distributed COM (CoInitializeEx returned 80010119). Heterogeneous queries and remote procedure calls are disabled. Check the DCOM configuration using Component Services in Control Panel. Any ideas as to how to troubleshoot or solve this Thanks! ...Show All

  • Visual Basic listbox items

    How can program a list box so that when a certain item is inputed the font color changes Dave299, thanks that did it both listboxs show multiple colours. also, could you help me out with another simple problem relating the the listbox I am trying to make i function the rebuilds the listbox and re-inputs the strings that have the right value. exept every time i call the function it rebuilds the list and adds the same item more than once. How could i make a simple function that rebuild the listbox make the listbox so that it can only contain one of the same string This is what i have so far. Public Function buildpropertieslist() Dim n As Integer For n = 0 To 27 If myproperties(n) = 1 Then Carlistproperties.Items.Add(myprope ...Show All

  • Visual Studio What products do we need

    Hi all, I've been trying to get a simple shopping list of vs.net products for the past 11 days, but with no success. I tried the website, but it's of no help unless I know what I need, I tried customer support, but they didn't help either. All I wanted was someone telling me something like this: you need to buy: 5 visual studio 2005 professional (or whatever version suits our needs), but since the company is new to .net, you want to consider an MSDN subscription as well. or you can also buy the following products: product1, product2, etc. I'll write what our needs are, and maybe I'll get the help I need here: I work for a software company that develope stock trading systems. We are situated in Israel, but we have customer ...Show All

©2008 Software Development Network