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

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

mark92929

Member List

GlynD_002
faizy
kagi
sdoyle
Micaa
Jooo
chrisc313
Carlos González
Matt Gradwohl
wiscon
KishoreK
xPLaR
Rabeek Ahamed
RoscoMac
BringerOD
webcliff
Kegel
Deicide
Debra18139
MadKad
Only Title

mark92929's Q&A profile

  • Visual Studio Team System Problems with Debug and FxCop

    Hi All, Sometimes when I starts the debug process, it do not stops in my breakpoints. I do the same thing with all my rules, but sometimes all my breakpoints do not work in all my rules.... When it happens, I am forced to create a new project and import all my rules to this new project. It is not a good idea and I'd like to know why it happens and if there is a solution. It happenned 4 times up to now.  I am using fxcop 1 ...Show All

  • .NET Development BIG problem with huge storage procedure execute on SQL Server 2000 SP4

    Hi! I have a big problem with one of my storage procedures. First of all some information about the server: Dual XEON 4 gig RAM Windows 2003 SQL Server 2000 with SP4 On the database work at the same time 30 peoples…. But not all execute storage procedure. The storage procedure with that I have problems is executed only one time a day. The storage procedure is so huge that the SQL Server needs 11 minutes to execute it. The storage procedure ...Show All

  • Smart Device Development Terminating a RAPI session

    I hope this is the right forum for this question... I have an application that currently works with a blocked call to the device, CeRapiInvoke and sometimes it does not return.  I was wondering if I can terminate this call using CeRapiUninit and then reinitialize my RAPI session and make other calls. I would prefer to change the code on the PC side only if possible.  I am wondering if this approach is correct, or whether I might run ...Show All

  • SQL Server Create DBF file from ADO.Net

    Hi Guys, I have a requirement from a client to take some data from their SQL Server and create a Dbase 5 file with it. Scoured the forums looking for the answer but no luck. Any ideas Iain SQL Server has Data Transformation Services (DTS) that allows to export data into different formats depending on providers and drives installed on that PC. I believe this is what you need ...Show All

  • Visual Studio Team System Creating project bombs due to lack of admin sharepoint rights

    I've been trying unsuccessfully to configure users of TFS to be able to create new projects. I continuously get an error message (below) that the domain user accounts do not have administrative priviledges in SharePoint. Assume a single server install. Here's what I have tried: 1. New user account Xuser is created on domain. 2. Xuser is added as a Team Foundation Administrator. 3. Xuser is added as a Content Manager to Reporting Services 4. ...Show All

  • Visual C# Use C++ Classes in C#

    Hello... I have some visual c++ classes and want to use them in my c# project Is it possible to include those classes I don't want to make a .dll. I want to use some objects and methods of my c++ classes directly in c#. Is there a possibility --Jacqui As long as your C++ classes conform to the managed C++ standard, then you can use them from any .Net language. ...Show All

  • Visual Studio Team System looking for web test

    VS 2005 newbie. I have VS team edition for software developers RTM version. I am trying to create a web test.  However, web test is not an option. NOTE:  The AuthoringTests.txt eludes to test version - but this is not specifically stated. http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnvs05/html/vs05tmsyswebtst.asp  does not give an explicit statement that the web test is for test edition only. " ...Show All

  • Windows Forms problems with user.config

    I'm tring to open-read-write to my user.config file through a new install of clickonce, using the configurationmanager. When trying to save the the file I get the following error. After looking into this the path giving by config.FilePath = "4.31.2174.13041\user.config" doesn't exist nor does the user.config, which I'm not sure if the configurationManager is suppost to create it automatical if it doesn't exist or not any help would be gre ...Show All

  • Visual C# How to use Webrowser.Navigate()?

    I would like to send form data to a web form and open it in the webbrowser control in my winform app.  However, how should I define my name-value POST data (i.e. parameters postdata and additionalHeaders) for method WebBrowser.Navigate()   Please see http://msdn2.microsoft.com/en-us/library/ms161355.aspx   Thanks a lot!   Hi, I think that you may create a HTML page in some temporary location, that con ...Show All

  • Visual Studio Team System Duplicate Project Names

    I am running TFS Beta 3. I have a situation where I have cancelled the creation of a new project (during the phase of it downloading the templates) and now I can't re-create the project with the same name. It says it already exists, although its not available as an Add Existing Project either. Is there anything I can run on the server that will  validate all existing project data in the database Regards Graham ...Show All

  • SQL Server Cannot open a connection with SQL Server 2005 Developer Edition.

    I have installed on one computer Sql Server 2005 Developer Edition (CTP Version) together with a Visual Studio 2005 Beta Edition (July Version) and after configuration some properties by example the Network access, I had a lot of errors from the SQL Server Management Studio received(The most of them are a Connection timeout error but others errors too). In the same time I have made a test program to test the new SQL Server 2005 using DB Li ...Show All

  • Visual C++ MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartup

    Hi Justin! i am completely new to this and have to learn the language fairly rapidly, got myself a decent book, but when i try and compile a simple hello world program i get the error:      Linking...    MSVCRTD.lib(crtexew.obj) : error LNK2019: unresolved external symbol _WinMain@16 referenced in function _WinMainCRTStartup    Debug\dont know.exe : fatal error LN ...Show All

  • Visual Studio Very basic help question

    With regards to help collections in VS I noticed many threads that were not answered probably because the question has been answered before, or no one knows the answer. The very basic question is simple: Where can I find documentation on how Visual Studio 2005 links to the help collection I understand dExplore is a utility which acts as a shell for help. But, how does it detect installed help collections, etc. Thanks Eric ...Show All

  • Visual Studio 2008 (Pre-release) Button Style Trigger - IsPressed Property

    Hi guys, May be someone knows why I can't change button's background using style trigger in IsPressed Property. Appreciate your help. Irina <Window x:Class="Window1" xmlns=" http://schemas.microsoft.com/winfx/2006/xaml/presentation " xmlns:x=" http://schemas.microsoft.com/winfx/2006/xaml " > <Window.Resources> <Style TargetType="{x:Type Button}"> < ...Show All

  • Windows Forms Load Report Failed on Windows XP

    Can someone please help me out  I am getting this "Load Report Failed error" on my development machine (Windows XP).  I started getting this error after i upgraded to VS.NET 2003. Hi, Has anyone got any further with this one ...Show All

©2008 Software Development Network

powered by phorum