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

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

sashka76

Member List

Anujoy08
Jeff in Portland
AlistairMacdonald
ja123ee
Lachender Delphin
Solanoma
audigger
Pseudocode
known2none
Rado R
Danny_40
António Pinho
Hassan Ayoub
Vos
jcorra
GaneshParam
Alino
ShahidShah
Sean F
wireaudio
Only Title

sashka76's Q&A profile

  • Visual Studio Team System Error 32000 TFSSetup Application tier

    Hi, I tried to install Team Foundation Server (CTP July) with SQL 2005 (CTP June DEV). The Data-tier installation worked well. There are 3 Windows 2k3 Server participating(DC, App, SQL). All of them are running in a Virtual Server environment. But during install of the application tier I got the following Error: file - dd_vsinstall80.txt: [08/30/05,13:52:37] vs70uimgr: DisplayMessage_START:Error 32000.Failed to execute action. last records of VSMsiLog...txt Internetdienste wurden erfolgreich neu gestartet. 08/30/05 13:51:48 DDSet_Status: Process returned 0 08/30/05 13:51:48 DDSet_Status: Commandline '"C:\WINDOWS\system32\iisre ...Show All

  • Visual Studio Express Editions Indenting issue with code behind

    Hello, I am using VWD 2005 Beta 2.  I am using code behind and noticed that my code is automatically indenting 4 spaces.  If I try to delete the spaces, it automatically inserts it as soon as I leave the line of code. How can I change this to only 2 spaces and how do I stop the automatic indenting from overriding my changes Thanks in advance, sck10 1. Choose Tools -> Options 2. Under the Text Editor node you can change settings for all languages Each language has a Tab node where you can change tab and indenting settings. ...Show All

  • Visual Studio Express Editions Setting page size in code

    Hi, Can anyone help with this please I am trying to set the paper size for the print page method in code, however, It fails to change I have tried many properties and ways of setting it but it fails Basically I have a app that saves the page size to a xml file as an interger value that represents the paper size. Eg 8 = A3. I cannot seem to change the default value of the PoPrintPage_Printpage method from the value of 9 (A4) Private Sub PoPrintDoc_PrintPage( ByVal sender As System.Object, ByVal e As System.Drawing.Printing.PrintPageEventArgs) Handles poprintdoc.PrintPage '\\ Setup paper size Wi ...Show All

  • SQL Server "product level is insufficient" message during flat file import

    I'm using the import wizard to create a new table from a flat file source.  The table gets created but no data gets copied.  What's wrong   Here's the report: Operation stopped... - Initializing Data Flow Task (Success) - Initializing Connections (Success) - Setting SQL Command (Success) - Setting Source Connection (Success) - Setting Destination Connection (Success) - Validating (Error)         Messages         * Error 0xc00470fe: Data Flow Task: The product level is insufficient for component "Source - inSsrc_txt" (1).    ...Show All

  • Visual Basic Really simple question!!

    Ok this is much more simple than my last question about iterating through all pictureboxes on a form!! How do you launch a web page in the user's default browser from a piece of VB.NET code In GML (the programming language I'm actually decent in) you use the shell function, but in VB.NET, this doesn't appear to work!! Thanks in advance! -Javawag  Protected Sub CreateProcess(Byval Filespec as string, Byval Switches as string, optional Byval RunDir as string = "")               Dim startinfo As New System.Diagnostics.ProcessStartInfo   ...Show All

  • Visual Studio Team System TFStructureControl

    Hi guys, Can somebody explain me how TFStructureControl can be used Is it supposed to be used with Iteration Path and Area Path fields only It is completely disregards FieldName attribute if it is not IterationPath or AreaPath. If I want to use it for couple of different fields (for example Found in Module and Related Module), can I do it Thanks in Advance, Leon Yes, this can be used only with AreaPath and IterationPath fields. The control specifically checks for these two fields and will not work with other fields. ...Show All

  • Visual C# Passing Start Parameters Into A Service

    Hi all ... I'm using VS 2005 and .Net 2.0 I've been able to set up a service based on the VS service application, get it installed, and start/stop it using the Windows Services SCM. On the properties window for my service there's the standard "Start Parameters" field. I believe the idea is just like passing Main command line arguments to a console application. I'd like to pass in one data value to my service when it starts using the Start Parameters option. I experimented with Main and OnStart, but wasn't having much luck. Is there a reference or example on how to do this Thanks! DB Did you know the Start Pare ...Show All

  • Software Development for Windows Vista backward compatibility with windowsxp?

    hi everyone, I have developed multiple applications for windowsxp (using prof-uis library to take advantage of winxp themes feature) and would like to know (since currently I am unable to run vista on my own) whether do I need to recompile all my applications so they can run under windows vista Or - all my application that were build for winXP (visual studio 2003) will run without any changes needed How will look like the UI of my winxp programs under vista thanks & egards, krompo   I don't have a Vista beta myself, but from what I've heard, it should not be necessary to recompile. ...Show All

  • Visual Studio Tools for Office Custom Command Bar Items

    I am developing a Word Addin and would like to use a trackbar on a Word Command Bar I can make buttons quite easily                 Microsoft.Office.Core.CommandBarButton newButton;                 newButton = (Microsoft.Office.Core.CommandBarButton)                     commandBar.Controls.Add(                     Microsoft.Office.Core.MsoControlType.msoControlButton,  & ...Show All

  • Windows Forms Setup/deployment project - conditional installation of shortcuts

    I've created a setup/deployment project.  I want to conditionally create a shortcut to one of my installed files in the user's Startup folder (for example).  I've created a checkboxes dialog box and assigned a condition to the first checkbox.  But there seems to be no way to make the installation of the shortcut dependent on any conditions.  If I do 'Properties' on the shortcut (in the file system view) then there is no condition property.  There must be a way to do this surely Boing!!! Surely it must be possible to conditionally create shortcuts Mike ...Show All

  • Smart Device Development Thread question (I think)

    I have an application that needs to import large numbers of records into SQL CE from a text file while not slowing down the user interface. It is acceptable to take some time to load those records, but it is not acceptable to show much lag in the interface. Currently, when I kick off my import function, the interface stops until the records are in. Granted, the records only take a few minutes, but I'd like to find a way to keep my interface active rather than have my users waiting. My question is, should I investigate threads for this or just come up with a way to import, say, 50 records at a time It's been a loooong time since I played wit ...Show All

  • Visual Studio Team System can i follow MSF methodology using visual studio 2003

    hi; i'm using visual studio 2003 .NET and making a web application. my question is can i use microsoft solution framework Later i want to update my application in visual studio 2005. can you give me any template or example of working methodology using MSF Regards Here you can find the Process Guidance for MSF: MSF CMMI: http://www.microsoft..com/downloads/details.aspx familyid=10B578F1-B7A4-459F-A783-04BC82CB2359&displaylang=en   MSF Agile: http://www.microsoft..com/downloads/details.aspx FamilyID=9f3ea426-c2b2-4264-ba0f-35a021d85234&DisplayLang=en   &nb ...Show All

  • .NET Development New System.Threading.Thread vs BeginInvoke

    Hi! I'm having the following dilemma on how to handle multi threaded operations. I have to handle the case of multiple of calls per second that must be executed asynchronously. Creating a new Threading.Thread object is a simple solution, however I dont think its the best choise, since thread creation and destruction overhead would be too much. Creating a delegate sub and calling BeginInvoke also creates a new thread. My Question: 1) Is there a difference in performance between the two methods 2) Do the two methods use a thread pool For instance, if 100 calls are made almost simultaneously, would 100 threads be created ThreadPool::Qu ...Show All

  • Smart Device Development Problem building DLL project with VS 2005

    Hi. I had a fairly large project that I was developing with eVC++ (SP3). I used the handy conversion wizard to upgrade to VS 2005, and, for the most part, it worked nicely, with the exception of a few minor tweaks in the settings. However, I'm having a consistent problem that I can't seem to find any good advice on. Whenever I try to build, I get two errors (though the second is dependent on the first): error LNK2005: DllMain already defined in corelibc.lib(dllmain.obj) fatal error LNK1169: one or more multiply defined symbols found This project built before the upgrade, so I'm assuming this is a setup issue. Does anyone have some good ...Show All

  • .NET Development How to get values from third party websites using a webservice

    hello my spec is like this i need to login form my page into a third party website and get the my login login details from the third party database in my page. can it be done using a webservice. please help me its urgent You can do that if the third party is providing a webservice which will check for your login and returns a result set containing your login information. Regards, Jimmy ...Show All

©2008 Software Development Network