Software Development Network Logo
  • Visual Basic
  • IE Development
  • Visual Studio
  • Game Technologies
  • Visual FoxPro
  • Visual C++
  • .NET Development
  • Visual C#
  • SharePoint Products
  • Windows Forms
  • SQL Server
  • Windows Vista
  • Audio and Video
  • Smart Devicet
  • VS Team System

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

sigme

Member List

JawKnee
Jacx
Ted12893
Pierre-Yves Troel
Jackuline
platinumbay
Grantcv1
jimmy_t
ajay_dekavadiya
Houng Fan
Emre Çetinkaya
Xi0N
Blipwort
ICP-Fan
enric vives
luigidor
Greg_Dodd
Simon Telling
Rajiv Roopan
Kevin S Won
Only Title

sigme's Q&A profile

  • Visual Studio Express Editions Memory Adress of Registry Hives

    Hi Is it possible to know where is the registry loaded into RAM I need to have read only access to the registry. I want to use the In-memory pages of regsitry for that purpose Can perfmon help in any way for this Any point of thought will be of great use. Thanks Sumit The registry is not loaded in RAM, it is stored on disk. The disk cache will keep the most recently accessed registry sectors in RAM but that is not accessible to a user mode program. Nor could you find out what portions are being cached. Or how disk sectors map to hives and keys. You have use the API, there are no shortcuts. ...Show All

  • .NET Development Delay in invoking webservice call

    hi, We are noticing the huge delay once we invoke the asynchronous call to web service to get the response back, not able to find the reason for the same so far. Is there way we can debug and find the root cause of this delay in invoking web service and getting the response from web service Thank You Ganga Gangy wrote: What we did is we put trace log at the last line of code in Webservice where data is sent to UI process as "Exit" and first line in UI as "Entry" and we see time difference of 40 seconds waiting for webservice to return to UI process and this is consistent. Please the log from IIS 2006-08-18 15:50:01 W3SVC1 POST /cchriwebservices/security/LoginWebService.asmx - PSP\C- ...Show All

  • SQL Server SQL Server 2005 x64: Intermittent "Error: 18456, Severity: 14, State: 10."

    Hi, We are experiencing intermittent authentication errors "Error: 18456, Severity: 14, State: 10" on a customer's production server. This is a new server that has just been rolled out in the past several months. Rebooting the server appears to make the problem go away. We are using SQL authentication from a separate server that is running IIS. The application always uses the same username and password to connect. Server info: select @@version Microsoft SQL Server 2005 - 9.00.2047.00 (X64) Apr 14 2006 01:11:53 Copyright (c) 1988-2005 Microsoft Corporation Standard Edition (64-bit) on Windows NT 5.2 (Build 3790: Service Pack 1) select @@version SP1 Sample error from SQL Server errorlog: Date 7/7/2006 10:53 ...Show All

  • SQL Server Forms Authentication in Reporting Services

    Hi! I need Forms Authentication in Reporting Services. I read this article: http://msdn.microsoft.com/library/ url=/library/en-us/dnsql2k/html/ufairs.asp frame=true#ufairs_topic3 I download and install Forms Authentication Sample installer on my computer. When I have tried to add reference in my priject - dll : Microsoft.ReportingServices.Interfaces.dll , VS2003 write me following mistake " A reference to :\....\Microsoft.ReportingServices.Interfaces.dll" could not be added. This is not valid assembly or COM component. .." On my PC install: SQL 2005 , VS2003 Help me!! :) Thanks! I install VS2005. add reference and configuring RS as it is written in MSDN. Write next url: http://reportserver/ ...Show All

  • Visual Studio Team System Will two versions of .NET interfere with builds..

    I'm just looking for some assurance. On our TFS box we have team projects built with .NET 2.0 and we're adding some projects which will be using .NET 3.0 - will there be an issue using TeamBuild Is there a chance of any part of the .NET 3.0 framework interfering the code using .NET 2.0 - even though they're seperate team projects The .NET 3.0 framework has not been installed on the server itself, only on local clients/workspaces. Any information would be greatly appreciated! Thank you. David is correct. Unfortunately, the version number for the framework is different now than the version of the runtime (CLR). The CLR remains at 2.0. The .NET framework 2.0 shipped with VS 2005, .NET fram ...Show All

  • Visual Basic How can I use a Usercontrol develop in Visual Basic Net 2005 to Visual Baisc 6 ?

    I develop a Usercontrol in Visual Basic Net 2005 , in the setting I check the option Register for COMInterop and I built it. Now I want to use this control in a project in Visual Basic 6.How can I do that I add in the references of a Visual Basic 6 project the .tlb file develop in Visual Basic 2005 but I want to add the usercontrol on toolbar .How can I do that Please Help! Thks To use the controls in VB6 all classes methods and properties must be marked comvisible=True Becasue of the indepth requirements for com interop you need to do some reading and research....If the above samples didn't help,I would suggest Starting here: http://msdn.microsoft.com/vbrun/vbfusion/usingnet/default.aspx ...Show All

  • .NET Development i dont have idea what is wrong in my project - plz help

    hello please look at my 'project'...i dont have any idea what is wrong, Im just starting in programing... here he is ttp://rapidshare.com/files/13127386/baza_pracownikow4.rar private void button1_Click(object sender, EventArgs e) { if (db.State == ConnectionState.Open) { using (SqlCommand sql = db.CreateCommand()) { sql.CommandText = @"INSERT INTO pracownicy(imie, drugie_imie, nazwisko, data_urodzenia, miejsce_urodzenia, pesel, nip, nr_dowodu, urzad_skarbowy, numer_konta, ulica, nr_domu, nr_mieszkania, kod_pocztowy, miejscowosc, ulicak, nr_domuk, nr_mieszkaniak, kod_pocztowyk, miejscowosck, wyksztalcenie, data_zatrudnienia, rodzaj_umowy, umowa_do, stanowisk ...Show All

  • Software Development for Windows Vista How can I Persistence a workflow Instance by different type?

    I have a asp.net application that runs lots of workflow instances,but I don't want to persistence all workflow instances in data store. Some workflows should be persisted,but some should not be persisted. How can I do For more information on AppDomains go here . Using my persistence and tracking sample, which can be found here , as a starting point make the following changes to be able to have two workflow runtimes: Change the configSections portion of the Web.Config file to the following: < configSections > < section name = " WorkflowRuntimeWithPersistence " type = " System.Workflow.Runtime.Configuration.WorkflowRuntimeSection, System.Workflow.Runtime ...Show All

  • SQL Server execution of stored procedure has become extremely slow!!

    Hello, i am not sure if i am posting this problem in the right forum. please forgive my ignorance, if indeed i am doing so. i am having a bizarre problem with the execution of a stored procedure on SQL server. up to now, the execution time was taking maximum ten minutes and then suddenly since a few days ago, it takes more than 40 minutes, no exceptions!! i have tried to diagnose this problem with some tools that are provided out there such as executing a stored procedure called "proc track_waitstats" from which i learned that the “max degree of parallelism”. needed to be set (i set it to 3, it used to be zero. there are 4 processors). after rerunning the diagnosis, my SQL server seemed very happy with wait times. zero for almost everythin ...Show All

  • Visual Studio Tools for Office VSTO Outlook Add-in Debug errors even for simple HelloWorld add-in

    I am trying to learn about VSTO Outlook development and I've tried several Outlook add-in samples online. I'm getting all kinds of weird behavior when I try to debug even a simple HelloWorld add-in. public class ThisApplication Private Sub ThisApplication_Startup( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Startup MsgBox( "Hello World" ) End Sub Private Sub ThisApplication_Shutdown( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Shutdown End Sub End class Sometimes I get the following in a Microsoft Visual Studio message box: "Unable to start debugging. Check for one of the following. The application you ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Do any big game companies use C#, VB.Net or J#

    Hi, it's me again. ;) I've posted many posts in this thread, but try to stand me. Okay. This could be a silly question, but does any big game house use C#, VB.NET or J# to program DirectX Is it possible Timo Aint the torque engine ( http://www.garagegames.com ) managed code I fully agree WPF is not for games, it more like GDI. I still prefer navite code like c++ for game development cause its just much faster, so u get higher FPS with it. ...Show All

  • .NET Development How to write dllhost.exe.config during deployment

    I'm in the process of creating the deployment for a number of ServicedComponents. These also need to work on a couple of W2K boxes. For the configuration I therefor need to use the dllhost.exe.config. Is there a way of updating the %SystemRoot%\system32\dllhost.exe.config file from a deployment package (MSI) Just copying it over an existing one would delete all existing settings. You could create a .NET library having a component which inherits from System.Configuration.Install.Installer and write your own code to read the config file. Then you could create a new config file with the initial settings any changes/updates you've read from the existing one and write it back to the system folder. You ...Show All

  • Visual Studio Express Editions mousehover rnd point project

      Hi I am trying to find ideas of where to begin my project for what I guess will be a mousehover event. I need to create a button in vb that moves to a random point within the form without moving off the form, I am asking for help and ideas where to begin hints and that sort of help. I am not looking for answers well at this point anyway. Thank you for your help   DKB ReneeC, You are correct that I did not cover the miniscule border. (normally about 4 pixels.) The caption was handles by the 'ClientSize' in the math. So..... To protect the borders! We must build a fence! (Not ) Public Class Form1 Private Sub Button1_MouseHover( ByVal sender As Object , _ ...Show All

  • Visual Studio 2008 (Pre-release) How to make WCF encrypt the <body> of RM messages?

    Hi, I was wondering if anyone in here know whether it is possible to make WCF encrypt the body of the SOAP messages sent, not only for the payload, but also for the messages created by the Reliable Messaging layer (ie CreateSequence, TerminateSequence, etc.) Thanks, and best regards, Patrik Patrik, why do you need to do this The product doesn't do this by default because we deemed it unnecessary. It would be interesting to hear your take on it. Note that if you'll be encrypting RM protocol message bodies, you'll also want to encrypt RM headers. The additional confidentiality you're gaining will otherwise be all in vain. Ondrej ...Show All

  • Visual Studio 2008 (Pre-release) Disable visually impairing ClearType in WPF?

    Hello,   I'm a developer and spend quite a bit of time on the computer.   After upgrading to the latest expression betas, I noticed the expression products got a nice UI overhaul.   They look nice!   However, I wear glasses for viewing objects in the distance because of my myopic vision and I do not use my glasses while working on the computer because I can see things quite clearly up close.   I've tried ClearType technology in the past, and tried various ClearType PowerToy tweak settings and still find that clear type anti-aliases fonts and makes them appear "blurry", "fuzzy" and "soft".   After working with the new expression products with ClearType enabled for about 3 minutes, my ey ...Show All

©2008 Software Development Network