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

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

chikloo

Member List

Micael Baerens
JoeSox
Early
RunRockRide
Bets
Sharry
Clumsi
Melinda_MSFT
tchen
orange2
Anthony Tarlano
supermsd
Constantin Mihai - MSFT
Debbie M
sameer_goyal
Swooter
Tomb
dreamlordzwolf
andrewz
Wayner7
Only Title

chikloo's Q&A profile

  • Visual Studio Team System threshold violations

    Hi, I am testing one win form application. I have written unit test and i am calling this unit test in my load test to test the web services. In counter sets I have given my computer name and selected .net for counter sets. After my load test is completed, I am seeing many threshold violations. One example Computer-> PC name -> Processor -> % Processor time -> Total This counter failed many ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. non-FVF VertexBuffer

    How to create Mesh with non-FVF VertexBuffer (Managed DirectX) I tried to specify declaration but Mesh has FVF VertexBuffer after creation: Microsoft.DirectX.Direct3D.VertexElement[] elements = new Microsoft.DirectX.Direct3D.VertexElement[] { new Microsoft.DirectX.Direct3D.VertexElement(0, 0, Microsoft.DirectX.Direct3D.DeclarationType.Float3, Microsoft.DirectX.Direct3D.DeclarationMethod.Default, Microsoft.DirectX.Direct3D.DeclarationUsage.Pos ...Show All

  • SQL Server How to make Custom Log provider appear in VS???

    Hi, I've created a custom log provider signed it put it in GAC and in ...\DTS\LogProviders restarted Visual Studio At this point I expected my custom log provider to appear in the drop down list of log providers when selecting SSIS | Logging..., but I only see the out of box providers. Any idea what I'm missing or how to troubleshoot it Do I need to reload anything in VS Thanks!Kristian P.S. Here's the first ...Show All

  • .NET Development Viewing SOAP packet sent to a vendor's Web Service

    We are calling a vendor's web service and under normal circumstances it works without a problem. If our requests are large then the service fails. The vendor would like us to send them a text file containing the actual soap packet we are passing in. Since VB handles all of the soap envelope assembly how can we capture the actual soap packet being passed Any help would be appreciated... Thanks I don't k ...Show All

  • Visual C# Why all these get/set-methods instead of public variables?

    I've started to use classes to structure up my programs and all tutorials i've read says that i should do like this: class Spelare {    float positionX;    public Spelare()    {       positionX = 100f;    }    public float PosX    {       get       { & ...Show All

  • Software Development for Windows Vista reading data from an Access data base

    Hi all, I am using the following code to populate an Access data base: Private Sub LoadDB( ByVal X As Integer , ByVal Y As Integer , ByVal W As Integer , ByVal H As Integer ) Dim s1 As String    s1 = "ModeTable"    DB1 = DAODBEngine_definst.OpenDatabase( "C:\PokerStarsData\ModeDB.mdb" )    Sql = "SELECT * FROM " & s1 & ";"    rs1 = DB1.OpenRe ...Show All

  • SQL Server Row numbers on export

    HI I have written a script to export data from customer table to another crm package, on the export they require the first column to be numbered 1 - .... say 1000 or how ever many rows there will be. Is it possible Thanks Rich Are you talking about a batch count Or does every row have to have a number If it's batch count then use DTS add a global variable, assign the count, then use the file syst ...Show All

  • Visual Studio Team System Services disappear when restoring TFS data to a different server

    I have been working through the restore to a different server process with TFS Refresh as described in http://blogs.msdn.com/vstsue/articles/500334.aspx . Got to the last step "To make clients to refresh their work item cache data" and I noticed that most of the TFS web services aren't working. For example, http://[applicationTierServerName]:8080/WorkItemTracking/v1.0/ClientService.asmx returns a blank web page. When going to the IIS ...Show All

  • Visual C# how to change font in visual c#

    am writing a math toolabr i need the "for all symbol" (fliped A) i found it in unicode (at symbol font) but i can't make the program show it (it's shows a small []) i know how ("\uF022".ToString) but it still dosn't show i think i need to change the font or add font but ms word dos and i wanted to know how can i do it thanks Change your font to Symbol and try using 0x22 as your character. Alternatively, j ...Show All

  • Visual Studio Team System is .net runtime beta 2 redistributable?

    If I were to develop shrinkwrap software with beta2, would it be legal to distribute the .net runtime beta2 with my software   jedediah wrote: Let's say I decide to target the .NET 1.1 runtime. In Whidbey, how to I setup my project to throw a compiler error if I use any 2.0 features I think you need to post this question as a new thread.  If I understand how this forum thing works peopl ...Show All

  • Windows Forms http compression when download assemblies from IIS

    Is there any way to use http 1.1 compresion for the exe and dll asemblies hosted on IIS  I hope this will increase first download performance. With regards to download performance, you may also want to check out the MSDN article&nb ...Show All

  • SQL Server Problem with Linked Server

    I am running a linked server "SGSC" from SQL 2k to Oracle 9i EXEC sp_addlinkedserver @server='SGSC',   @provider='MSDAORA',   @srvproduct = 'Oracle',   @datasrc='SGSC' EXEC sp_addlinkedsrvlogin  @rmtsrvname ='SGSC',  @useself ='false',  @locallogin =NULL,  @rmtuser = 'bisadmin',  @rmtpassword = 'bisadmin' When I am trying to execute the following query SELECT * INTO GL_BALANCES FROM OPENQUERY(SG ...Show All

  • Smart Device Development Web service issue over GPRS

    Hi, I'm developing my first Pocket PC application in C# in VS 2003.  It's a cut down version of a desktop application I've been developing in VB6 for a few years now. It makes a call to a web service which is out on the internet.  It's all gone really well until now. I'm running/testing the application on a HP IPAQ hx2400.  If I access the internet over broadband via my office wireless network the application works ...Show All

  • SQL Server Redistribution and setting advanced options

    I would like redistribute SQL 05 EPRX in a small application; trying something other than Access database.  I have the program written and I have query that requires the advanced ad hoc queries setting to be one.  I am wondering if anyone can point me to an article that explains how I can adjust these settings so they will install through my setup file properly. Here is a list of all the advanced settings I found; http://msdn2.microsof ...Show All

  • Visual C++ MessageBox difficulty

    (I am using VS 2003 .NET with a Windows Form Application project. .NET Framework 1.1) I am trying to use the simple MessageBox::Show(System::String) When I start typing just to see if it is there, I'll type System::Windows::Forms::MessageBox::Show and it all comes up right, but, when I go to compile it tells me: error C2653: 'MessageBoxA' : is not a class or namespace name when I am using it like this: MessageBox::Show((System::String*)"Hello Wo ...Show All

©2008 Software Development Network

powered by phorum