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

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

swiftdc

Member List

hazz
laserbeam
Michael J. O.
Sutha Thiru
Igor_MR
anubisascends
orent
Volksman
Marshaler
小育
Kobingo
aero1
Moonshadow
DegreeZ
alexia_net
hellomahesh
Reta
leos
DtD
Cell_PT
Only Title

swiftdc's Q&A profile

  • .NET Development Getting User id

    Hi, I have an issue with IIS setup. I have an application which runs only when we enable the Anonymous access in IIS. But I have another requirement in which I need to get the Windows User Id thru which clients logged in there desktop.   When I enabled the anonymous access both WindowsIdentity.GetCurrent().Name and User.Identity.Name is not returning the clients window login id. Anyone have any idea how to get the clients windows user id when anonymous access is enabled Thanks, Sathish   As far as I know you can't because when you set the authentication method to anonymous access the authorization header received is blank. Maybe it is interesting to exp ...Show All

  • Software Development for Windows Vista Como Creo una aplicacion asp.net de workflows...

    Hola amigos, tengo un problama no tengo claro que creo primero si el flujo de trabajo anivel de diseno(graficamente), utilizando los diferentes comoponentes que estos me ofresen o hago la interfaz en ASP.net y de hay la parte logica de la aplicacion, muchas gracias, y espero su respuesta y talves si tienen algun ejemplo a mano que me puedan facilitar,, Hola, Este es un forum dedicado al soporte de Windows Workflow Foundation. Hay algun impedimento en el desarrollo simultaneo de ambas partes Quizas encuentres respuestas mas razonables en un foro de architectura de programas. ...Show All

  • Visual Studio Express Editions Timer won't fire

    I have a timer on form1 with the timer_tick set up like this:     Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick         teaTime = False         MessageBox.Show("End timer")     End Sub In a module I have:     Public Sub Transition1()         Form1.Timer1.Enabled = True         teaTime = True         Dim st As Integer = 0         Do While teaTime             ...Show All

  • Visual C# Practical use of multithreading???

    Hi all, I'm not an expert on threading and to be honest I've not used threads directly before.  I have an interesting problem I'm not sure how to tackle. Basically I'm developing a .NETCF2.0 application in C# and have a class that contains an event handler to recieve SMS messages using the PocketOutlook assemblies (API). When a new SMS message is recieved this handler parses it and stores the data within a SQL mobile DB.  Now most of this processing is pretty quick but I'm a little concerned about the overhead it will have on the UI thread.  My first though was to have another thread handle these events but I cannot find a way of doing this. Basically I want a seperate thread to use the SMS receieved event h ...Show All

  • SQL Server Replication with Clarion

    Does anyone here know or have experience on doing replication between SQL server 2000 and Clarion ( .tps ). Hope anyone can give me any advice / guide / reference / etc. Thanks in advance. Not sure what Clarion is, but the only supported non-sql sqlserver subscribers are Oracle and DB2 (and maybe Sybase in the near future). ...Show All

  • SQL Server Setting up Query Notification and Performance issue

    We are in development stage of an application which uses Query Notification feature of SQL Server 2005. When the development started what the development team did was, they just Enabled broker on the database by SET ENABLE_Broker statement and they started using Query Notification. Now the application is in testing phase and when we test with many user, the performance is really slow. What i want to know is , when we use Query Notification what all are the setting to be done at the database level. Is this setting enough. And also how can i tune this system. any useful link is appreciated. thanks in advance Madhu     I will describe the whole scenario. (a) Application is developed in ASP .net 2.0 /C# and cache ...Show All

  • Visual Studio Team System VS 2005 IDE Create SQL Store Porcedure like 2003 IDE

    I use to have an option within the 2003 IDE to generate SQL Stored Procedures, however using the new 2005 IDE and SQLDataSource I can only generate dynamic SQL stagements or refer to existing Store Procedures. Can 2005 IDE generate SQL Stored Procedures If so how I have looked through the MSDN library and How to's for this. Doug DrDrain, You won't be able to create a stored procedure from the SQLDataSource wizard in VS2005. But from VS2005 IDE, you can create the stored procedure from Server Explorer (View menu-> Server Explorer). Connect to your database from the "Data Connections" node (by right click on it)->after connecting, go to the Stored Procedure folder for your database-> then right click on your S ...Show All

  • Smart Device Development Receive data from a web server in Compact Framework

    I'm developing an application for a PDA and i want to read a text file (that i have uploaded on a web server) and store every line in a String Array on the PDA. In .NET Framework, it can be easily done with webclient class but Compact Framework doesn't support this class. How can i receive/open a file uploaded on a server in Compact Framework Thanks, Socrates On NETCF it's done by using HttpWebRequest class. This is a common question, please search or look it up on MSDN if you'd like a sample. ...Show All

  • SQL Server query large database

    Hi, I have a very large table to query, it has 11 million rows because it is a detail one. When I try to query against the table it took approximate 9 minutes. Is there a way to make it more faster I've already use partition scheme and indexes but seems 9 minutes is the fast result. Thanks in advance. best regards, What I feel is if you use Function it never use the Index. You should remove Year() function and use between date1 and date2 or >= kind of operator.   And also if you are using SQL 2005, you can try to horizontal partition your table. Read 'Partition function' in BOL.   Madhu ...Show All

  • Smart Device Development Change back color of MainMenu

    Hi, Is there a way to change the back color of a Main Menu control I'm using cf2. Thanks in advance. Kind Regards, Grant. ...Show All

  • .NET Development How to fill the collection of class with the information from app.config.xml

    I have a class structure which I want's to fill from xml I don't want's to keep another setting file to fill my structure.so i put the information in the app.config file. My application .config file looks like < xml version = " 1.0 " encoding = " utf-8 " > < configuration > < appSettings > < add key = " ConnectionString " value = " server=Test\yukon;database=Books;UID=sa;PWD=; " /> </ appSettings > < Importers > < Importer > < ImporterName > FirstImporter </ ImporterName > < ImporterFileName > First.xslt </ ImporterFileName > < IsEnabled > True </ IsEnabled > <!-- ...Show All

  • .NET Development Keep Getting Weird Error

    Hi, Im new to developing and keep getting an error message when trying to populate my table in Access XP. Its saying ive got a error with my SQL Statement but i cannot see one ! ! void SubmitInsertAsset(Object s, EventArgs e) { OleDbCommand objCmd; OleDbConnection objConn; objConn = new OleDbConnection( "Provider=Microsoft.Jet.OLEDB.4.0;" + "Data Source=C:\\Inetpub\\wwwroot\\AMIS2\\" + "amis.mdb");     if (Page.IsValid) {  objCmd = new OleDbCommand("INSERT INTO asset (nmno, pcsn, mnsn, user, location)" +  "VALUES (@nmno, @pcsn, @mnsn, @user, @location)", objConn);     objCmd.Parameters.Add("@nmno", txtnmno.Text);  objCmd.Parameters.Add("@pcsn", txtpcsn.Text);  objCmd.Parameters.Add("@ ...Show All

  • Visual Studio Team System Searching Work item history

    Was it intended to allows for a text search in the history field using the query builder If I do a query on history using the 'contains' for a common word, nothing is returned Being able to search on the history would be very usefull to find items quickly instead of searching on fields individually Thanks B. Huard InCycle Software OK that is what I though (other posts lead me to believing the contrary). It would have been nice to search for any text in one field (currently you have to search each field individually with a series of OR statements). I have read other posts where a quicker search mechanism is being considered for future releases. Thanks ...Show All

  • Visual C# Using of threads and thread pool

    Does anyone knows what threads and thread pool is How can we  synchronise threads ...Show All

  • SQL Server Using form POST to retrieve a report always creates a new SessionID

    I'm unable to keep my report cached (same SessionID) whenever using a form POST to retrieve a report. Caching works fine if the Toolbar is included. However, using the Toolbar causes the page to be submitted using the URL via GET rather than as a POST. You can see this by looking at the URL results returned. Here is the HTML that I'm using which is almost verbatim from the Microsoft site except that I have set rc:Toolbar = False. <HTML> <BODY> <FORM id="frmRender" action=" http://server/reportserver /SampleReports/Sales Order Detail" method="post" target="Main"> <INPUT type="hidden" name="rs:Command" value="Render"> <INP ...Show All

©2008 Software Development Network