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

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

anisxahmed

Member List

Moustafa Arafa
AustinMcElroy
jtalbotfdr
Maaloul
Arindam Biswas
RubenPieters
wei82
Bozart
Andy P.
Prasenna
omrivm
K Sumeet
aguess
Wayne Sepega
raz73
cornelyus
DonRajah
cipcip
Jeff-B
Alexie1668
Only Title

anisxahmed's Q&A profile

  • SQL Server message lost

    Hi... My service broker was working...all of a sudden it stopped working...so i figured out destination queue was disabled and I set it as ALTER QUEUE SERVERQUEUE WITH STATUS = ON , RETENTION = ON , ACTIVATION ( STATUS = ON , PROCEDURE_NAME = usp_OnReceiveMessage , MAX_QUEUE_READERS = 5 , EXECUTE AS OWNER ) Also altered my database for trustworthy after going through some posts previously. Now the message is sent...i dont see any message in my tranmission queue but i dont receive the message in destination server. When i checked endpoints... select * from sys.conversation_endpoints I see the last message with st_desc as conversing... how do I solve this... Thanks, Pramod ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Creator's Club for Europe

    I've been playing around with Beta 1 and Beta 2 of XNA GSE since they launched and am really excited about finally getting my stuff running on the 360. However, I was wondering if the Creator's Club download that is required is only available to US residents at the minute I live in the UK and am currently at work but I wanted to download the Creator's Club when I got home. Excellent. I'm really excited about trying this when I get home. Also, what does it translate to in GBP About £60 ...Show All

  • SQL Server Cluster Failovers and activation

    So is there something I'm supposed to configure to allow activation to fire after a cluster failover. We have had three where I have noticed that activation does not automatically fire back up. i have to alter the queue to get it going. None of the values on sys.service_queues imply that is disabled, but messages just keep stacking up into the queue and are not being dealt with. Once I alter the queue to turn activation on; everything takes off and starts working normaly. Obviously, this is less than desireable for an environment that requires High availability. Regards After failover when the queue is not being activated: 1. Do you see any Broker:Activation events in the profiler when messages ...Show All

  • Smart Device Development How to get pixels from Picturebox

    Hi, I'm developing smart device application by using CF1.0 on VS 2003. I need your help. I've a code for drawing objects (Rect, Circle, String, Image) on PictureBox. what my question is how to copy/get Pixels particular part of area and display its in another PictureBox. Please send your suggestion or links. Thanx. M. GANESAN Okay, I want to take a look at the code which you use to draw shapes, because I tested my first code and It worked fine even when I draw some shapes. e.g, I used the following method to draw some shapes : Dim G As Graphics G = Graphics.FromImage(PictureBox1.Image) G.FillRectangle(Brushes.Black, 0, 0, 100, 100) ...Show All

  • Visual Studio 2008 (Pre-release) Memory Leaking in client when returning a typed dataset from a service.

    I have a services that returns a dataset and the clients that accesses this service are all leaking (Even when the client does not call the operation that returns the dataset).   I made a small test service and a client and it turns out that a newly created client leaks about 18kb per time a client is created. //Service def     [ ServiceContract ]     public interface ICalc     {         [ OperationContract         int Add( int x, int y);         [ OperationContract         TestData GetData();  &nbs ...Show All

  • Windows Forms Create toolstrip with default buttons

    Hi, I want to create a new toolstrip with some default buttons (something like the bindingnavigator). I create a new class exToolstrip Public Class exToolstrip Inherits ToolStrip I add the toolstripbuttons in the InitializeComponent Public Sub New() MyBase.New() InitializeComponent() End Sub Ho wever, in my testproject i can't change the inserted toolstripbuttons or reorder them. this is normal, but i want something else: in the bindingnavigator, for example, you can change the buttons because the buttons are not in the bindingnavigator itself, but are added in the form in the InitializeComponent class. I want to make a control to do the same. Any idea thx in advance, Stijn W ...Show All

  • SQL Server SQL Server 2005 install on Vista???

    I've just done a clean install of Vista Ultimate (release). SQL Server 2005 will only install the client tools - it refuses to install any of the server components (including the default instance). I get the " SQL Server Edition Operating System Compatibility (Warning). " I installed the missing IIS 7.0 which got rid of the IIS warning message. Any suggestions please Thanks Jeremy Holt Jeremy, Which IIS 7.0 options did you install that finally removed this warning I have installed the basic/default IIS 7.0 setup but am still seeing the warning. Thanks. Marc Gervais, MCAD.NET ...Show All

  • Windows Forms Setting the Value of Items in a ComboBox

    If you manually fill a ComboBox ... Me .ComboBox3.Items.AddRange( New Object () { "Ticket Number" , "Ticket Date" , "Truck" , "Field" , "Inoculant" }) Is there a way to set the value for each item Jeremy   J. Clark wrote: When approaching it this way, the items come up in the combobox as [CA, California] [NY, New York] [WI, Wisconsin] Are you binding to a COMBOBOX here Change one of the line to this: this .comboBox1.DataSource = new BindingSource(dict.Keys, null );   And you get keys, and if you want the values, use dict.Values. Hope this helps. ...Show All

  • Software Development for Windows Vista Where can I download RC1?Please give me the Site,TKS

    Where can download RC1 TKS! It is not a public release and the release is only available for certain companies and users. If you do not know how to get it you probably are not part of this group. One way to gain access to it (legally) is to get a MSDN subscription. ...Show All

  • Windows Forms ListView Randomly loses ForeColor issue.

    I have a listview that I progromatically change one of the subitems forecolor based on a condition. This worked perfectly in .NET 1.1, and I would say that it works perfectly on about 60% of the client PCs that we have here in the office. I do have UseItemStyleForSubItems = false. I am using a Timer to update a subitem with every tick, but it is not the same subitem that has its forecolor changed. Its quite funny in an annoying way. It never happens on my computer, on a coworkers it used to, but now it doesnt, and now on my boss's PC it does it when it never used to. Any ideas Ha! Found it...after 5 1/2 hours of research I asked coworkers to start disabling things in their tray. The culprit: Logi ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA in Internet Explorer?

    I was surprised to find out that XNA doesn't work in Internet Explorer as a WinForm Control. I know I must be smoking crack, but somewhere a long the line I got the impression that XNA would enable a 3D environment in Internet Explorer. If we can put Ink on the Web, http://www.code-magazine.com/Article.aspx quickid=0512062 , then I think we should be able to put a 3D environment on the web as well Anyone know of a way to get XNA or Direct X working as an element of Internet Explorer Thanks, Johnny I am very confused here. Calling WIn32 APIs in a usercontrol is not allowed as part of the default security settings. That requires Full Trust as does Managed DirectX. So your control should not even r ...Show All

  • .NET Development Parse through all XML files in listBox and add values

    I am trying to loop through all my XML files that are selected in a listBox but i am getting a few errors that i dont know what to do about and wondering if i can get some assistance...take a look at me syntax string thefiles = listBox1.SelectedItem.ToString(); if (thefiles.EndsWith("MAN")) { { XmlDocument xd = new XmlDocument(thefiles); what am I doing wrong here xd.Load(thefiles); XmlNodeList xn; foreach (XmlNode node in xd.SelectNodes("Appointments//CLIENT_ID")) { listBox2.Items.Add(node.InnerText.Trim()); } } I added "using system.XML" and the compiler tells me these two errors....any help on where i am going wrong here : ...Show All

  • SQL Server Wrong values stored in a field of Datatype Float

    Hi, When i try to insert a value in to a field of datatype float(8), it is storing the wrong values(approximate values). For example, if i try to insert 2.62 , it takes it as 2.6200000000000001 But i can see the correct values displayed in the frontend. Heard that there is a fix available for this issue. Could any of you help me in getting the details about that fix Thanks in advance. ~ Chaitanya No, this is by design. FLoat(8) will display the exact values for 8 digits: 2.6200000 000000001 HTH, Jens SUessmeyer. --- http://www.sqlserver2005.de --- ...Show All

  • Visual C# namespace question

    I'm new to .net and have a very basic question about namespaces. I'm using Visual Studio.Net 2003 and created a web application project using the namespace "compass" I created my startpage index.aspx in the root directory. So, when I debug and test in the browser the url in the address bar shows: http://localhost/compass/index.aspx Now, I created a sub directory "About Us" to hold the appropriate files for that section of the website. I created a webform "index.aspx" for that directory. I have an xml file that defines my site navigation. So, the url to the 'about us' section would be: /about_us/index.aspx However, when I try to view the page in my browser: http://localhost/about_us/ ...Show All

  • .NET Development Write to file that is in use

    Hello I have a problem with file access. I have a service, that reads out an xml file every second. (It looks for changes) Now when I want to write something to this xml file with a simple C# application, I get the System.IO Exception "used by another process". When I edit the same Xml file with notepad, there is absolutely no problem! The service continues reading without any errors. Can anyone help me how to solve this The code of the reader: XmlDocument xDoc = new XmlDocument(); while (!stopWork) { xDoc.Load(path); xmlPorts = GetActualState(); if (xmlPorts != krPorts) { SetNewPorts(); //SerialPort (needs no xml file access) } System.Threading.Thread.Sleep(1000); ...Show All

©2008 Software Development Network