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

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

Radeon512

Member List

tirupati_mullick
sagittarian
feby
Aleniko29139
glasssd
Ryn
MMS2006
sohaibi
Bishnupada Mukhopadhyay
MffM
e.henriquez
debraj dhar
DCollins
Alexei_shk
FredMunro
pvulcan
Dlloyd
MartinParé
Hollispj
Yayfurby
Only Title

Radeon512's Q&A profile

  • Visual Studio Team System Project error for CTP 7

    I have installed the CTP 7 for database thing in my system .. I have the sql express edition when i tried first time i have entered the remote server name then on i am getting the error of "An error has occurred while establishing a connection to the server......" when i check the Configuartion Manager there i dont see any network protocols only i am able to view is SqlExpress... and even i have uninstalled and installed again but still i am getting the same problem.... can any one suggest me how to reset the server name so that i can use it for my local server . Thanks in advance. Dmitriy_Nikonov_MSFT wrote: This will change in RTM .... Hello Dmitriy, Is that a change fro ...Show All

  • SQL Server Hotfix for Bug # 473675 (SQL Server could not spawn process_loginread thread)

    Hi, I get " SQL Server could not spawn process_loginread thread." errors. This is related to a bug in SQL 2000 and there is a hotfix for SP3a. I am running SQL2000 with SP4. I checked the fix list of SP4 & this bug is not fixed in this SP4. Can I apply the hotfix to resolve this problem on my server tia. Hi, SP4 is a superset of SP3,SP2,SP1 So this hotfix must be included in SP4. You can't easily relate error messages and hotfixes, it could be another reason you are getting this message. Read carefully what the hotfix fixes, relate it to the situation you are dealing with and judge if the hotfix is relevant enough to your problem, so as to risk applying it. Some more ...Show All

  • Visual Studio Team System How to Filter Work Item History by Created Date??

    I'm looking to a way to filter the work items in the Work Item History via System_CreatedDate. Currently, I'm working in the [Team System] cube and have a list of showing the cummulative count of the number work items in any given state on any given day.  I'd like to filter this list such that only work items created on a certain date are counted.   As mentioned in posts by other users, trying to filter the values using the System_CreatedDate value directly has no effect.  If I filter using the Work.Id Inclusive range, I find that the routine does work in terms of only counting those work items.  I just need an easy way to relate the System_CreatedDate to either a Set of Work.Ids o ...Show All

  • Visual C# what is "Neural Network" and its algorithms

    i want to know about Neural Network and its algorithms and how can i implement it by C#. A neural network is a collection of neurons our brain is made up of. If I'm not much mistaken, you're interested in Artificial Neural Networks (ANNs). ANN is an artificial model of the real biological structures. Check out this link for more information: http://www.generation5.org/articles.asp Action=List&Topic=Neural+Networks Hope you find it helpful, Ashish ...Show All

  • Visual Basic Compiling C code functions to call from VB

    Hi I have a chip I need to reconfigure via a VB app. The company provides a C code API to do this (i.e. their software generates *.c, *.h files for us to call). I don't know C, but I want to compile it as a dll file to reference from my VB project. The files are plain C. Which wizard settings should I use, so that I can compile and link to it to access their functions from my VB code I have tried to do this, but keep getting an error message saying it could not add it as a reference: ...make sure file is accessible, and that it is a valid COM component. Thanks Thanks for the reply - I looked up PInvoke and found information relating to DLLImportAttribute, which looks like it will do the tr ...Show All

  • SQL Server visual sourcesafe

    Hi, How is it possible to link the stored procedures in sql server to Source Safe The idea is that if anyone goes to sql server and wants to change a stored procedure, he has to check out/in, etc... Just like the way it is done is Visual studio with Source safe. Thanks which version of sql server u have... i presume that it is sql server 2005... in that case In SQL Server Management studio -- Press Ctl+ALT+L for Solution Explorer... then Add Project ... and add all script to that project... in File Menu u have option "Source Control", Using that u can add this project to source control Madhu ...Show All

  • Software Development for Windows Vista Why do WF and WPF have different DependencyObject classes?

    I was surprised that the Workflow and Presentation Foundation frameworks each have their own DependencyObject- and related classes. I was expecting that in the final bits the dependency object functionality would be represented by one unified set of classes. What drove Workflow to define its own set of classes in System.Workflow.ComponentModel, rather than using the classes in System.Windows Thanks, Glenn Burnside I am surprised you couldn't slip it into System.Core, and call it done. Will compatibility between the two ever be introduced (Perhaps in a .NET 3.6 release ) Or will WPF and WF forever have this divide between them I will not enjoy having to write a class based on one, and then write a proxy ...Show All

  • Visual Studio 2008 (Pre-release) Getting XAML from FlowDocument at run time

    Hello, I'm wondering what the best way is to extract a string representation of a FlowDocument's XAML at run time. The document belongs to a richtextbox. I saw the example in the documentation where you use a TextRange object to extract the text. I'm thinking of using the TextRange's Save method to send the XAML to a memory stream, and then reading the contents. But is there a more efficient way Something like the XAML equivalent of the Rtf property of the Windows.Forms rich text, were you get a string representation of the text and formatting. thanks, Jake Michel If you want just the string representation (without any formatting), you can use TextRange.Text property. It is the most performant. ...Show All

  • Visual Studio Team System Visual Studio 2005 Team Suite Trial Edition

    Suppose I want to produce training media for Visual Studio 2005, (capturing live screen, adding my own voice to it,, and put to .AVI file or .WMV file), do I have to right to do so under Trial period Or do I have to purchase licensed one to get the right to sale such media I created You can use the Trial Edition for production use, so yes this would be an acceptable use of the trial provided that you stopped using it after the 180-day expiration date. Brian Keller ...Show All

  • Visual Studio Express Editions invalid exception " "Invoke or BeginInvoke cannot be called on a control until the window handle has been created."

    Hi all i have a project in vb.net some times at run time this message appear InvalidOperationException was unhandled {"Invoke or BeginInvoke cannot be called on a control until the window handle has been created."} i don't know why and i didn't find any logic when it's appear because when i run my project some time its appear and some time it doesn't appear. i read alot of articals all of them talk about thread and UI but i didn't use thread in my project , i used alot of select statments, insert and update to the data base , for loops , show forms and show dialogs . please how can i fix this problems and how can i know where is the problem. this is the details of the exception System.InvalidOperationE ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. if (XNA < DirectX) { drool; } .... DirectX or XNA?

    I have been wanting to develop a game for a while now, and I am finally getting all my technologies together. Basically, I want to create a simple RTS that models that of starcraft because I am a major fan of that game. The problem is, I can not seem to decide if XNA will be able to do what I want it to do, or will I have to move to DX9c. I want to have multiplayer support as 1 of my big things, since the best thing about Starcraft is it's multiplayer, and I see that XNA does not have support for that sort of thing and certainly not an easy way to implement it. If you have any suggestions I would appreciate them, thanks. PS: My C++ skills are absolutely terrible, so I would probably have to learn C++ to use DX9c unless you can ...Show All

  • SQL Server LEAVES function causing problems in MDX Script

    Hello, Got a bit of a weird situation here and I'm having trouble fathoming it. I have a cube with a dimension called [Currency]. I have a MDX Script which contains the function call: LEAVES([Currency]) And up until this afternoon everything was getting processed fine. Since then I introduced a new measure group that does not include [Currency] and still everything is getting processed fine. I then added another measure group that, again, does not include [Currency]. I am now getting a processing error on my second new measure group: Leaves function for attributes with mixed granularity in different measure groups is not supported. I think I can kinda work out why I'm getting the error - its because the LEAVES function ...Show All

  • Visual Basic Howto Drag and Drop a file list to another app (e.g. Qery analyser)

    Hi I'm trying to enable a VB.Net 2.00 app to drag a list of files FROM a listbox of file names (an example is the FileSystemSample) to (e.g) an open Query Analyser window, Explorer window or any other drop enabled application. I can find plenty of example on draging into my app, but none the other way around. So far I have the following code with these problems 1. no feedback 2. no drop when mouse release over drop enabled app. 3. when mouse up my app simply selects the item originally mouse down over. <code> Private Sub LstFiles_MouseDown( ByVal sender As Object , ByVal e As System.Windows.Forms.MouseEventArgs) Handles LstFiles.MouseDown If e.Button = Windows.Forms.MouseButtons.Left Then ' I ...Show All

  • .NET Development how to encrypt numeric to numeric

    I have a salary field and I want to save it as an encrypt numeric only data, for example $1000 should be saved as something like 7763284658365837927 (let's say 20 digits) Never heard about such algorithm. Why you need only numbers Also you need some none symetric algorithm, because if several people have same salary, encrypted string will be the same. ...Show All

  • Visual C# send mail using timer

    Hello! I have a tool which would run as a service in the background, and I want it to send a mail every day at, let's say 02:00am. How can I do this With a timer or something Right now, the tool is working, it's parsing the xml file and get's the values from it that it needs to send the mail. Here's the code: XmlDocument xDoc = new XmlDocument (); xDoc.Load( "settings_mail.xml" ); // XmlNodeList days = xDoc.GetElementsByTagName("maildays"); // XmlNodeList times = xDoc.GetElementsByTagName("mailtimes"); XmlNodeList from = xDoc.GetElementsByTagName( "origin" ); XmlNodeList dest = xDoc.GetElementsByTagName( "destination" ); XmlNodeList host = xDoc.G ...Show All

©2008 Software Development Network