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

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

kevin_estccst

Member List

Lars Kjetil Sorhus
Mike__P
Bayram0980
Joe Gollner
glw
Crazy.Freak.555
God_Mark
Nagesh_techie
chaitea
harish1981
dr Davide Bombarda
MathiasWestin
Gawaine79
David Friedland
Stefan Kuhr
Adamus Turner
Margouillat
CB83
bernardus
richard.brown
Only Title

kevin_estccst's Q&A profile

  • Visual Studio Team System Error 28704.Unable to connect to the Analysis server.

    I just can't figure this one out - two tier installation where I have followed the setup manual to the letter (i think). Analysis service is in fact running, I can even connect to it from a mgmt studio installed on the application tier. I tried watching the network traffic to see where it might be getting confused, but the servers were talking via soap, and then encrytped the conversation so I couldn't diagnose anything in particular. I would guess this is a permissions issue, but I am installing as TFSSetup, and this user is admin on both boxes + sa on sql server. Any guesses EDIT: after reinstalling everything I still get the error, but n ...Show All

  • Windows Forms New 1.1 version?

    Does anyone know when a new .NET 1.1 version of Terrarium will be available   Like everyone else running .NET 1.1 I can't load resources, etc. Well, maybe - it would be a dissapointing signal to send out to people using these - otherwise - excellent technology pusher applications. Who take's the time to get the speed up on something t ...Show All

  • Visual Studio Team System Difference between avg. page time and avg. response time

    I notice that there are 2 similar measures: Page/somepage.aspx/avg. Page time and Requests/somepage.aspx/avg. Response time In all test runs, the value of avg. Response time is far larger than the value of avg. Page time. What's the difference between the two Avg. Response Time is the average time for individual requests, like aspx, html pages, or gifs. Avg. Page Time is the time to load an entire page, which includes the top-most request plus all dependents, e.g. the aspx page + the images, javascript, and .css files referenced on the page. We fetch dependents in parallel just like IE does. Ed. ...Show All

  • Windows Forms Serialization troubles....

    Hey all, having an issue I can't resolve....I have an assembly, MyAssem, which contains has a class defined as: [Serializable()] MyClass : ISerializable {     private string myData;     private static Version version = new Version("1.0.0.0");     [Serializable members from ISerializable implemented here] } I'm basically serializing MyClass and sending it over a network&n ...Show All

  • Visual Basic How do you search multiple folders for files?

    In VB6, you could use the folder list control.. but how do you do it using VBExpress My MAIN folder has several directories inside it with various file types.  How do I write code to access these directory and files using the new My. feature ... assuming I don't know the name of the directory or files Thanks I notice at times, when searching thousands of folders, some folders where skipped. How I figured that out is using a counter to add +1 each time it accesses a folder. However, the windows explorer directory count and the VB counter are off... sometimes between 200-500. ...w ...Show All

  • Smart Device Development task bar dialogues..undetectable?

    Hi, i have an app i wrote which can intercept the hardware keys and do something.  One of the "something" i would like to do is close dialogues when a certain key is pressed.  How can i do this by "dialogues", i mean modal forms AND the bubble notification dialogue that appear to be related to the top Taskbar.. i know how to find a window by it's class, and i know how to send a WM_CLOSE message.  i also have a key handler class that can handle the hardware keys "globally" (meaning it doesn't matter what app i am in, i detect when a key is pressed)... my problem is, i can't seem to detect when one of those notification dialo ...Show All

  • SQL Server Storing Null values

    I am creating a UDT which is not a Native but UserDefined Format. I use the IBinarySerialize and should implement Read en Write methods. When i have a null value should i always write some null flag to the database storage Or is there another way to deal with null values like writing nothing Hope somebody can give me some more details about this. I don't really understand how reading/writing is working. Because when i store a UDT with a null value in the database i cannot do a normal select on it. I get an error like: Error message is: Data is Null. This method or property cannot be called on Null values. When i use the .ToString() after t ...Show All

  • .NET Development problem when validating from a schema

    I validate an XML file from an XSD schema. We define a namespace, say xmlns="foo". The problem I meet is that if I try to validate an XML file without this declaration, everything works fine. for instance: <aaa>    <bbb></bbb> </aaa> Is it possible, either to detect the namespace is wrong or saying the XmlValidator that it should do as if in fact I had: <aaa xmlns="foo">    <bbb></bbb> </aaa> thank you Yes.  While validating you can check the new XmlReader.SchemaInfo property and if it has no schema info then the element is obviously not defined by any k ...Show All

  • Visual FoxPro MySQL and VFP9.0

    Hi. I don't know how to make a connection to MySQL. I used Connector/ODBC 3.51.12 to connect to MySql with no responce. When I clicked on OK after I set up parameters a massage was displayed like User Cancled. Don't know what to do... Can anybody help me Has anybody experience with connectivity with MySQL I have an idea. Can you make a sample project with a database connected to a MySql database. I was told via Connector/ODBC 3.51.12 it'll be best but it is up to you how to connect to MySQL. If you know a better way how to connect I will be glad to learn how to... If you dicede to help me please send me a mail on my mail adress. serv ...Show All

  • Visual Basic Predefined names

    C and C++ have the predefined constants __FILE__ and __LINE__ which at compile time are replaced by the source code file name and source code line number. Does Visual Basic provide a similar feature ...Show All

  • Visual Basic Icons as well?

    well i click button1 and then i choose a program using openfiledialog and i choose a name The app then adds a menuitem: 'mainmenu.dropdownitems.add(textbox1.text)' An then i use ad_handlers to make it go to the program i chose Just wondering if its also possible to display the programs icon as the menus image      That's a function call. It's a call to the  DLL or the API. Declare that either in a module or at the begining of a form and the code does the rest.   ...Show All

  • Visual Basic event _TextChanged

    Hi friends! I've write this to validate a textbox: Private Sub NombreTextBox_TextChanged( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles NombreTextBox.TextChanged If NombreTextBox.Text.Length = 0 Then e.Cancel = True   End If End Sub e.Cancel is underlined with a blue line! Why The error message says that it's not a System.EventArgs and VS give me the option agfter e. to put ToString, Equals, GetHashCode or GetType. Where is the problem   you need to have System.ComponentModel.CancelEventArgs passed in the method signature so that you can cancel the event. For this t ...Show All

  • Visual Studio Express Editions classview not working

    Hello, ibe just installed Visual C++2005 express, looks nice, but one thing really bothers me: in classview window, classes keep dissapearing, some classes dont show at all, some re-appear after i edit their header file. Its very anoying! anyone else had this problem Maybe a sugestion on how to fix it Thanks! Hi, I have same problem. If I create an empty solution, and drag and drop all the headers to Headers Files folder, then everything is ok. If I do the same, but in my solution, then I lose many classes. Is there a place in settings, or something I may look to fix it Thanks ...Show All

  • .NET Development Typed DataSet and WriteXml question about Namespace

    Ok, I have a typed DataSet that was generated from an xsd schema using xsd.exe. The xsd schema is owned by a standards organization, so I can't modify it. The generated code sets the Namespace property of the DataSet (e.g. http://www.std.org/xml/name-space ). This controls the scope of elements read from an XML file when calling ReadXml and the file is read correctly with appropriate rows populated. Now, if I turn around and call WriteXml the typed DataSet creates a root element based on the DataSetName property, which is Ok. However, I get the namespace attribute on this element. (e.g. <MyDataSet xmlns:xsi=" http://www.w3c ...Show All

  • Visual C# Blinking Controls on WinForm

    Hi I'm using Winform, I put some controls on it textboxes, treeview etc. And when I'm resizeing form - controls are blinking. - For example Nodes in Treeview disappear for short time and appears again. How to prevent this Hi Lufa, This problem usually occurs when you have grouped controls in many panels. Make sure that you are not using too many panels. ...Show All

©2008 Software Development Network