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

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

mendi

Member List

nahn
Tim McDaniel
nairB
dontbeaquitter
zool
PERECil
69er
MichaelP_Oxy
Daniel Schloesser
neojj
Wilco B.
DarkGREY
Algorith
Josh_G
cheyenne
s0ulburn24
Mary Waller
EthanA
asolvent
John Meade
Only Title

mendi's Q&A profile

  • Visual Studio Team System Error while creating team project from customized process template

    Hi there,     I'm getting below error while trying to create  Team Project using customized process template (only bug.xml changed) using either process template manager or witimport. I can send in mail the bug.xml I'm using, if required to see the issue. Thanks, Anu --------------------------- Assertion Failed: Abort=Quit, Retry=Debug, Ignore=Continue --------------------------- Microsoft.VisualStudio.Currituck.Client.UnexpectedErrorException: Unexpected Exception from the Server. ---> System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process requ ...Show All

  • Visual Studio Team System Another 32000 error

    I'm getting this error when installing the foundation server piece Error 32000. The Commandline “c:\program files\microsoft visual studio 2005 Enterprise Server\BISIISDIR\sdk\bin\Bisregedit.exe” http://TEAMSRV01:8080/SCC/public/application/ServiceDefinition.aspx ” TEAMSRV01 BisDB’ returned non-zero value: 1. I get a choice to retry to cancel. If I click retry a few times nothing really happens, I get the same error and the installation stops at about 95%. I found out that I run the same command line from the command window, I get a 401 error stating that I don't have access to execute the web service which did not make sense because ...Show All

  • Software Development for Windows Vista GdiPlusEffects.h missing in February 2006 SDK

    I downloaded the new Feb CTP Windows SDK and the compiler complains about missing GdiPlusEffects.h. This file is included conditionaly when GDI+ version at least 1.1 is detected. Where can this file be found The workaround is to edit GdiPlus.h and change the GDIPVER from 0x0110 to 0x0100: // Define the Current GDIPlus Version #ifndef GDIPVER #define GDIPVER 0x0100 #endif Chris, thanks for the reply. Now _that_ makes GDI+ useful, doesn't it This means I cannot use GDI+ in my software. I'll use another graphics library instead. I take it the effects APIs were published by mistake and MS did not intend to ...Show All

  • Visual C# How can I import a text file with this template to a dataset ???

    Comum CONTA ON-LINE ESA FI01.01 Via Correio NF- 2.593.926/02/06-0001/0002 DE 22 02 06 FOLHA: 0001/0002 N PAG..: 01/06 LOCAL: 00080 TELEFONE: 0774 30608 VENCIMENTO: 03 03 06 MES/CTA: 02 06 TIPO: NEG BASE DE CALCULO ICMS VALOR ICMS VALOR EMPRESA VALOR TOTAL TELEFONICA 214,12 25 % 53,53 214,12 OUTRAS OPE 0,00 0 % 0,00 0,00 214,12 NOME : ACENET DO BRASIL LTDA END. : AV PAULISTA 02202 BAIRRO: CIDADE: S PAULO SP CEP: 01310-300 ***** V A L O R E S E X P R E S S O S E M R E A I S ( R$ ) ***** *-------------------------- ...Show All

  • Windows Forms CreateDocumentFromUrl HTMLDocument

    When using CreateDocumentFromUrl on the HtmlDocument. Is it then possible to disable popups If not yhen is it possible to use an WebBrowser control without a window(see code below crashing). I can see it works fine if you dont run it in a seperate thread but I want to do it from a thread so what do I the do public partial class Form1 : Form { public Form1() { InitializeComponent(); } private void button1_Click( object sender, EventArgs e) { Thread MyThread = new Thread ( new ThreadStart (ThreadRun)); MyThread.SetApartmentState( ApartmentState .STA); MyThread.IsBackground = ...Show All

  • .NET Development Updating Access from Data Table - slightly confused

    I'm using vb2005 to create a front end to an access database. Being new to this I'm slightly confused over what the wizards will create automatically as opposed to what I have to code. I've used the table adapter configuration wizard and specified that I want it to create methods to update a table called 'Categories' in the database. This is a simple table with a text field for the category name and an autonumber field (CategoryID) as the primary key. Now, I've read the supplied help info and a few newgroup posts about how to update a table row containing an autonumber field by using the RowUpdated event of the adapter class. The code exampl ...Show All

  • Visual C# Is there a function which can add a user to a role in ASP.NET ?

    Is there a function which can add a user to a role in ASP.NET In ASP.Net 2.0, I create new user by CreateUserWizar, how can I add the user just created to a existed role   Hi, Please post questions related to ASP.NET in the forum for ASP.NET http://forums.asp.net/ Regards, Vikram ...Show All

  • Visual Studio Express Editions Directory.Getfiles

    i want to do a search for all textfiles in C:\ so i did this ListBox1.Items.AddRange(IO.Directory.GetFiles("C:\", "*.txt", IO.SearchOption.AllDirectories)) but i get an error saying "Access to the path C:\system vloume information is denied", if it was in a loop i could say on error resume next but with this you cant, is there any other way around it thanks. Hi, try this code: string [] dirs = Directory .GetDirectories( "c:\\" ); foreach ( String d in dirs) { if (d != "c:\\System Volume Information" ) listBox1.Items.AddRange( Directory .GetFiles (d, "*.txt" , SearchOption .AllDirectories)) ...Show All

  • Smart Device Development Serial Ports and PPC

    Hi, I am currently porting a simple piece of win32 code to PPC 2003 using VS2005. I have trouble openening up a serial comport. In the code I am using on PC, I am using CreateFile for opening COM ports. Is it not possible to use that on a PPC device . I keep getting an invalid handle back. When running the application on target. I have been looking in the past threads on this issue, and all those seems to suggest using .NET is the way forward.. Being a newbie that is abit much to start looking into just to get a simple comport to work... Could anyone please give me some hints on this one Many thanks in advance, ...Show All

  • Visual C++ Welcome Screen

    Hi, i'm sort of new at programming in C++ so if you don't mind try not to get frustrated with me. I need to know how to make a welcome screen sort of thing where like when you boot the application it shows you a big picture and says at the bottom something like "loading preferences" and then switches really fast to like "loading images" you know that sort of thing. If you could help me out then I would greatly appreciate it. guykirs wrote: I have managed to create levels using a case statement to render the splash screen befor the game starts. I can add text and menu however I would like to add button ...Show All

  • Visual C++ Microsoft Visual C++ Runtime Library error question

    I recieve this error when I launch Internet Explorer - version 6.0 OS Windows XP Home edition 2002 Service Pack 2.  Error is as follows: Microsoft Visual C++ Runtime Library Runtime Error! Program C:\Program Files\Internet explorer\iexplore.exe This application has requested the Runtime to terminate it in an unusual way.  Please contact the application's support team for more information. I am not certain where to post this question and problem.  Your assistance is greatly appreciated.  Currently, I am using Firefox as my back-up web browser.  had the problem with runtime error, removed google tool bar, ...Show All

  • SQL Server Management Studio Express CTP update now available

    There is a new Management Studio Express CTP download available at   http://www.microsoft.com/downloads/details.aspx FamilyId=82AFBD59-57A4-455E-A2D6-1D4C98D40F6E&displaylang=en . This update fixes the defect where installing the full Books Online documentation prevented Management Studio Express from starting.  With the update, Management Studio Express and Books Online no longer interfere with each other. To update Management Studio Express CTP: 1) Uninstall Management Studio Express CTP from your machine. 2) Clear your browser's download cache.  If you are using Internet Explorer 6, you can do this by starting Internet ...Show All

  • Visual Studio Team System Setup cannot access Reporting Server

    Hi there, i'm trying to install the Team Foundation Server. When setup asked me to enter a user for the Report Server. I created a user TFSReport and added him to Administrator-group and all the sql-groups. I opened the Report-Server Configuration and configured it so that the TFSReport-User controls the service (works without any errors). Near to the end of the setup, i get the following error, that setup cannot access the SQL Report server. I should ensure that it is installed, that it runs and that i can access it. Any idea Thanks in advance, David The report service account only needs to be a domain a ...Show All

  • Visual Studio Team System Disconnected modified files

    The biggest reasons we are not switching over from VSS to VSTFD have to do with working on files is disconnected mode, sluggish performance and multiple file comparisions.  Perhaps you can address some of our issues 1. If I am disconnected from the source control and I have modified project files or deleted project files (and probably added files) team foundation does not find these file changes.  Moveover, a "get latest version" believes that the deleted files still exist in the file system (it appears to be comparing against metadata instead of the actual file system).  I understand that there are some team foundation power ...Show All

  • Windows Forms DirectX.AudioVideoPlayBack.Video problem

    I have a strange problem. I've made a small program that should play a number of video's one after another. They are all wmv-format, encoded with Windows Media Encoder. But, sometimes videos are just skipped, and I don't know why! The movies are all viewable in Windows Media Player, so I don't think it is an encoding problem. Because also if I change&n ...Show All

©2008 Software Development Network