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

Software Development Network >> Mark Jo's Q&A profile

Mark Jo

Member List

Lee Brimelow
Daniel Leom
Daniel Hernán Pallarez
LGS
Inc
BennyWang
Patrick Baker
Wraith Systems
UV Protector
cbaugh
Stardust
niravk
GaryBla
inbissachin
John Reilly
ssamayoa
Nigel Lin
LDesmons
Kim9999
Mattias Kilbo
Only Title

Mark Jo's Q&A profile

  • Visual Studio Team System Report Server Windows Service login failed

    Hello all, I am trying to install TFS application tier and it keeps failing because of "cannot connect to report server database" I have dual server setup and TFS database installed fine on sql server. I tried couple of times with different accounts and it still keeps failing and saying that it cannot connect to report server database. During the installation setup I get the following error message: Error 29105. Team Foundation Report Server Configuration: The Report Server databases were not created. Common reasons for this are that the current user does not have permission to create the databases on the Tea, Foundation ...Show All

  • Visual C# How can I use C# codes and programs on web?

    I have a html web page and I want to do sometinghs in it with c#. What should I do C# is not an interpreted language. You therefore can not include any script blocks that use C# code. You must use a scripting language like JavaScript or VBScript. If you want to use C# then you are limited to using it on the server side and you'll need to use ASP.NET and a web server like IIS. C# code runs on the server. Client code runs using scripting languages. I believe there might be a scripting language similar to C# available but anyone visiting your site would have to have the scripting engine installed on their loca ...Show All

  • Visual Basic Connecting to a server

    im using the exportXML command in Microsoft Access 2003 to export a .xml file to my website. I have been experiementing with the exportXML command and have been able to export a table to a folder at my website. The problem is that before the table is exported i get a connect to website dialog box where you enter your server user name and password. Once submitted the .xml file is exported successfully. I would like to write some code that hides the connect to website dialog box and fills in the information automatically so users of my database dont see the connection. I have searched and search the net and are struggling to find exam ...Show All

  • SQL Server Registry to store configuration values ?

    I try to store a SSIS-configuration value in the registry. But it's failed. I get a warning, that the registry-key is not found. What is the syntax I have searched in BO,MSDN and  Google/Internet ==> nothing. There is no example.     The syntax of how to specify the name of the registry key is straightforward. See BOL: ms-help://MS.SQLCC.v9/MS.SQLSVR.v9.en/uirfsql9/html/212e52e7-27a7-48bb-8bad-34aa290d2003.htm If you're asking how to define the syntax of a configuration (i.e. The thing that should be IN the registry key) then that's a bit more difficult. A ...Show All

  • Visual C++ Dialog boxes... Can't work it out... Plz help me???

    I have been working with MVS6.0 and few days ago i bought MSV2005... i really can't make a dialog box to aapear .... even when i try to adapt a sample code from MSDN Library... plz tell me what to do or send me a sample working program that is using dialog boxes... Thanks for the help... mailto:6pilko@gmail.com Please check http://msdn2.microsoft.com/default.aspx  to samples or examples that are specific to VC2005. If you have specific issues or errors when compiling such samples, please feel free to use the forums ro raise them. Thanks,   Ayman Shoukry   VC++ Team ...Show All

  • Visual Studio Team System Incorrect registration entries being returned

    I am trying to get TFS to retrun only entries pointing to a FQDN and not just the host name.  In Team Explorer, I'm able to connect to the FQDN.  When I look at the RegProxyFileCache.xml to see what the registration results were, there are problems -- the ServiceInterfaces for the CommonStructure have the FQDN in the URL's.  That's good. The problem is that for the Reports and the Wss entries, they return only the host ( http://HOST/Reports  and http://HOST/sites ).  I want them to return the FQDN instead.  How can I do this For what it's worth, in the DB TfsIntegration, tbl_service_interface, if I open t ...Show All

  • Visual Studio Reportviewer Export Dropdown not active until refresh or action taken in webform

    Hey, when I run a rdlc file through my webform in the reportviewer, everything works great but the export dropdown is disabled until I either refresh the report or do something like expand/collapse a grouping or something, then its enabled. Any idea why this is   literally i throw a reportviewer on a blank aspx page in my app. I load any rdlc (set the rdlc and datasource thru the code behind of the aspx) and it loads fine. It is just the report viewer export dropdown is disabled (greyed) until I do something or refresh the page. Is it possibly because I am binding the reportviewer thr ...Show All

  • Visual C# Whatz the format of this file ?

    Hai....., Didn't find option to attach the file, but look below to see how the content of the file looks like. I don't know whatz the format of this file is (My boss says that its ISAM). The main file doesn't hold any extension, but it does carry an accompanying file that has the extension .idx . Please help me determining what driver i must use in order to retrieve data out of it and how the connection string should look like Yes Allen, That was zipped....and the actual size happens to be 6.2 MB and sorry for displaying your id without spam...I will edit it right away... ...Show All

  • Visual Studio Team System VS/TFS Merge Buttons Broken

    All of our developers who have installed Visual Studio 2005 TS Developer and the TFS Explorer B3R from our licensed MSDN media have broken Merge tools (buttons missing, icons missing, etc.). However all of us who have installed the tools from our 180 evaluation version have working Merge tools. The paid version is broken. The free eval version is working. We prefer to use single checkout mode but since we cannot automatically force a get latest we are trying the multiple checkout mode. Otherwise we would not care about the merge problems. But that is another story. We had a Microsoft support person tell us something to the effect that ...Show All

  • Visual C++ creating exe's and running them

    this is probably an extremely obvious question... but when i type in my code How do i run it I have tried "building" my project but then i don't know how to run the app once it has been built/ Hi! Thanks for the reply, but the answer is in this forum: Can't create .exe file Regards, Frank ...Show All

  • Visual C# how to format an email received through C# code?

      in my webpage i am receiving email number 5 from my yahoo account using the following code. ------------------------------------------------------------ POP3Client.POP3client Demo = new POP3Client.POP3client();   Demo.connect("pop.bizmail.yahoo.com");   Demo.USER("< my email id >");   Demo.PASS("< my password >");   Demo.STAT ();     Demo.LIST();      TextArea1.Value = Demo.RETR(5);   Demo.QUIT(); ------------------------------------------------------------- textArea1 is used to display the mail. am getting it work properly but th ...Show All

  • Smart Device Development Problems connecting to PocketPC 2003 device.

    I'm using Visual Studio 2005 beta 2. I connected my Pocket PC PDA, downloaded ActiveSync 3.8.0 (latest from Microsoft). I'm trying to connect to my device by going to tools->connect to the device and selecting Pocket PC 2003 Device. When I hit connect it tries to connect and pops up a message that "Connection failed. the current version of ActiveSync is not supported. Install the latest version from www.microsoft.com". I double checked and the ActiveSync version 3.8 I have is the latest from Microsoft. Does anybody know why I can't connect to the device Thanks, Natalie Hi Natalie You'll need the new Act ...Show All

  • Windows Forms Some Controls refuse to set Height property

    That's a problem. Some of the controls, like TextBox and ComboBox, refuse to adjust themselves to a newly set Height value -  but the damn things store the new Height values, so I can't even ask what actual Height-values they currently have, they're wrong. This is extremely annoying. Has anybody an idea what to do about this  Didn't find a thing with g ...Show All

  • Visual Basic How to generate SampleKey.snk?

    I am trying to run the sample VB program "Item Finder" which requires a "SampleKey.snk" file that I cannot locate or generate. I understand that this file can be generated from a command prompt but do not know how to do that. I have found the "sn.exe" file in the Visual Studio directory and have attempted to create an external tool with the Tools\External Tools menu, but have not yet succeeded in creating the required file. Any help in generating or obtaining this file (SampleKey.snk) will be appreciated. vs 2005: right click the project. . . select properties. . . cl ...Show All

  • Visual Basic Strin.replace

    Is string.replace culture sensetive or culture insensetive. If your code base is going handle multiple languages which one is better ,string replace or methods of Regex components From the help on String.Replace: This method performs a word (case-sensitive and culture-sensitive) search to find oldValue . ...Show All

©2008 Software Development Network