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

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

Nightmare_BE

Member List

Mike55
PeteJS
AdriaanDavel
nlac
Piotr Stapp
Sunil Muktibodh
hedelein
pippo43
Patrick van Strien
CSharpCoder
Dean Hawthorne
benneh
PetBel
raxe
jpav2005
mrbxp
WHealy
Hami
bluedesert1001
Florian Krusch
Only Title

Nightmare_BE's Q&A profile

  • Visual Studio Team System Feature request: Class name filters

    It would be very useful if we could create regexp-based filters that would tell whether a particular class should be analyzed. Here's an example: I don't want FxCop to analyze third-party code that is a part of my assembly (PowerCollections), nor do I want to analyze auto-generated xml serializers code that also resides in that assembly. If only I could set up couple of filters like "skip classes whose full name starts with "Wintellect ...Show All

  • SQL Server debugger doesn't stop at breakpoint while debugging SQLCLR function

    Hi, I have created one simple SQL Server 2005 CLR function in Visual Studio 2005 beta 2. It works fine from SQL Server 2005 management studio April CTP.   When I try to debug this SQL CLR function from Visual Studio 2005, I am getting the output in Output window along with debug information but it is not stopping at breakpoint. Output window says ‘No symbols loaded’. Could you please help me why it is not stopping at break point ...Show All

  • .NET Development Application update toolbox for .Net?

    Many recent applications include some auto-update features in one form or an other. I would like to know if there is a toolbox to do that with .Net Thanks in advance, Joannes If you are using visual studio 2005 using click once to deploy the application will make it auot updating. http://msdn.microsoft.com/msdnmag/issues/04/05/clickonce/default.aspx For earlier versions of visual studio use the update applic ...Show All

  • SQL Server CLR Trigger

    Hi,       I want to call webservice in the Trigger.  How to call the webservice from CLR Triggers .If anybody knows teh detail let me know.   And i worked out  the following Example code for CLR Trigger. using System.Data; using System.Collections.Generic; using System.Text; using System.Data.Sql; using System.Data.SqlTypes; using System.Data.SqlServer; namespace CLR {   & ...Show All

  • Visual C++ Need Lots of help! please post here

    okay i got visual c++ and i'm on the way to learn about programming. My first question is how do i use it should i just read the help section until i get it please post some basic code samples so i can go one step foward. ( the sample code for showing -hello world- and etc.) My second question is how did you programmers get to a point where u did not need a lot of help please tell me what u did until u got there. it will be a very good example f ...Show All

  • .NET Development WebClient and SSL: weird error

    I am using the following code (.NET 1.1) to retrieve a byte array (an image) from a remote server over SSL: --------------------------- WebClient webClient = new WebClient(); string requestString = " https://someServer.net/someName.asp someQueryString "; byte [] data = webClient.DownloadData(requestString); ---------------------------------- I have this code in a .dll resulting from a Class Library project. ...Show All

  • Visual C++ Dialog boxes as controls

    I have a dialog-based application where I have created a blank dialog as a main dialog window. Let's call it MainDlg. I also created a resource template for a dialog that it is to be used as a control. This control is a tester and I plan on having two of them in the client area of MainDlg. Using the class wizard, I created a class for this dialog called CTesterDlg. I created two member variables of type CTesterDlg in MainDlg , m_dlgTester1 ...Show All

  • Visual Studio Team System Spec a reasonable development environment for a small team

    It would appear that to get a reasonable development environment for a small team you need: 1 x Primary domain controller (1.5 GHz + 512M RAM + Windows Server 2003 ) for doing not much more than managing 5 user's logon + permissions. 1 x Team Foundation Server (2.2 GHz + 1G RAM + Windows Server 2003 ) for data and application tier 1 x Build machine (1.5 GHz + 512M RAM + Windows XP - SP2) for continuous integration 5 ...Show All

  • Visual Studio Team System Missing Test Menu New ONe

    using vs 2005 ver 8.0.50215.44 (beta2.050215-4400) I dont not have a test menu.  I have reset the import/export setting to general dev settings, under the tools menu.  No Joy! Making me a little nuts.  Any help would be appreciated. Thanks, g If you dont have Test Under the language nodes, then I suggest that you check that you have correctly installed the Test Tools during Visual Studio setup. ...Show All

  • SQL Server Format Table Row into XML and Insert into Another Table?

    First I am using SQL Server 2000 (I think this is easy to do in 2005)   I am trying to do the following: - Format a table row into an XML string - Insert the XML string into another table.   Here is what I want to do in a nutshell: insert into Table1(xml_data) select * from customers    where customerid = 'alfki'    for xml auto, elements   However, I get the fo ...Show All

  • .NET Development C# & return value from stored procedure

    Hi I'm not sure if i'm posting in the right place or it should be C#. Apologies for that .. i'm using the new Visual Web Developer 2005 Express with C# language. My problem is that i'm trying to get the return value from my stored procedure.. Code: protected void Button1_Click(object sender, EventArgs e)     {         SqlCommand oSqlComm = new SqlCommand();    &n ...Show All

  • Visual C# How to open files in C#?

    I'm just starting out, and i don't know how to d o what i assume would be a simple task-open a file for view in windows. i don't mean to analyse it's contents, but to simply click a button, and a program, like a game, is run. can anyone give me the command that will do this, and also a link to a list of the commands, and what they do You will want to use the System.Diagnostics.Process class: Process pro ...Show All

  • Smart Device Development MSResultSetGenerator Issue

    Hey Everyone, I'm developing a VB2005 project using a SQL Mobile data source. I pull the datasource in and everything is fine. However, for performance issues, I am changing the Custom Tool property from MSDataSetGenerator to MSResultSetGenerator . When I do this, the data source disappears from the Data Source window. I have tried rebuilding the project and closing out the IDE and opening it back up. I am unable to find a lot of informati ...Show All

  • Visual Studio 2008 (Pre-release) Canvas Performance

    I have an ItemsControl bound to 500 items. As Panel I use a Canvas (each item has a coordinates and size where it should be positioned). As DataTemplate for Items I have Button containing a StackPanel with some TextBlocks. When I'm trying to show this, it takes about 5-10 seconds. Is this normal How can I speed it up Can you elaborate further It'd help if you could post your code, or at least pseudo-code, s ...Show All

  • Windows Forms Plotting a dot?

    Hello, does anyone know how to plot dots (pixels) in my program for example, I want to make a black pixel in the coordinate (100,50) (not on the screen but on the program coordinates.) Thank You Keehun Nam Hah, so you might have thought this was a rather silly question... well, it's not!  Check this article from Bob Powell on how to draw a single pixel: http://www.dotnet247.com/247reference/a.aspx u=http://www.bobpowell.net/gdiplus_ ...Show All

©2008 Software Development Network

powered by phorum