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

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

tgerbert

Member List

Berggreen
damaha
Lea41263
segaal
Steven Cheng
khoshnawf
Mark Greene
charoldson
JACK SPADES
Vramin
MadBison
BBuff
Youngmin
MUSE Matt
Matthew Kane
heri
Dragos.Stefanescu
stsong
Andy Lowen
Catana
Only Title

tgerbert's Q&A profile

  • SQL Server Use SMO with Sql 2000

    Hi can anyone tell me if SMO can be used with Sql 2000 I'm writing an app that is compatible with Sql 2000, but I also want to include Sql Express for offline scenarios. Thanks Graham Yes you will be able to use it with SQL Server 2000. See http://blogs.msdn.com/mwories/articles/dmofaq.aspx  as well. ...Show All

  • Visual Basic Can VB.NET application send msg to MSN or yahoo messenger ???

    Hi All          How to write a VB.NET application that allowed us to send msg to MSN Messenger or Yahoo Messenger Hi there, Try using the library available at this site http://www.xihsolutions.net/dotmsn/ It should help you do what you need. HTH, Steve. ...Show All

  • .NET Development Server.userException with tomcat and Axis

    When I try to deploy the service it happens this: [wsadmin] AxisFault [wsadmin] faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException [wsadmin] faultSubcode: [wsadmin] faultString: java.lang.reflect.InvocationTargetException [wsadmin] faultActor: [wsadmin] faultNode: [wsadmin] faultDetail: [wsadmin] {http://xml.apache.org/axis/}hostname:Portatil [wsadmin] Running axis-admin with parameters: [wsadmin] action: [wsadmin] url:http://localhost:8080/StockQuote/services/AdminService [wsadmin] hostname:null [wsadmin] port:0 [wsadmin] servletPath:null [wsadmin] fileProtocol:null [wsadmin] username:null [wsadmin] pass ...Show All

  • Windows Forms This is my question

    Ya it is good but they could have saved the blank space at bottom of each space which is Hard Coded I Guess. Any takers to solve the issue Locking this thread. Future discussions about this should take place in the site feedback forum. http://forums.microsoft.com/forums/default.aspx ForumGroupID=14   ...Show All

  • .NET Development Problem Connecting to MSDE 2000 from VB.NET 2003

    I'm stuck on something and looking for any direction to assist... I am creating a windows application in VB.NET 2003 which connects to an instance of MSDE 2000 Rel A called "MyDatabase". I have a database called TEST on this instance. I can connect via the Server Explorer and also via code. Everything is fine on my developer machine. I use the following connection string: Public Function ConnectToDB() As Boolean Dim ConnString As String 'ConnString = "workstation id=SWEETNESS;packet size=4096;integrated security=SSPI;data source=MYMACHINE\ORACLEHELPER;persist security info=True;initial catalog=master& ...Show All

  • .NET Development Need to find error's origin

    Hey everyone, I have a .net 1.1 app that is trying to send a Webdav request to an exchange server to create an appointment. This part works ok on my local domain. However, when I put my app on another domain I get a 502 Bad Gateway Error. (the full error is listed below) I dont know where in the network this error comes from, or how to fix it. Any help is greatly appreciated, but I really really need this fixed asap. Thanks again Error: The underlying connection was closed: Unable to connect to the remote server. System.Net.WebException: The remote server returned an error: (502) Bad Gateway. at System.Net.HttpWebRequest.CheckFinalStat ...Show All

  • Visual Studio Team System Using the SummaryResults.xsd for a Generic Test

    The documentation on Generic Test talks about generating a class out of the schema file called SummaryResults.xsd for merging the results from an external executable and show them as part of the result in the Summary Page of the Test Result. But I am unable to locate the file in the folder specified (Common7\IDE\PrivateAssemblies), is it available in a different location the documentation link is @ http://msdn2.microsoft.com/en-us/library/ms243174(VS.80).aspx Regards, Krishna Hi Krishna, It should be under \Microsoft Visual Studio 8\Xml\Schemas. thanks, James ...Show All

  • SQL Server Conditional color in Matrix subtotal column

    I am using matrix in my report with calculated fields, for example I have 3 columns : Actual amount, Budget and Variance. Variance should be in Red if it is negative. I can set up an expression to change the color on the row level, but not in Subtotal ot Total row. I cannot use sum of Fields! values, because Budget amount is also calculated field based on the "Category" value which is columns group on the matrix. So anyway, if I am trying to reference ReportItems!Variance.Value in Subtotal Level, it gives me an error about group scope. How can I access the cells values in subtotal and total group levels If anybody knows any t ...Show All

  • Visual Basic How to execute click, some select, input text in HTML page, using WEBBrowser Control (VS2005)

    I use new WEBBrowser control (VS2005) in my program (WinForm) for open web site. (VB2005) After using method "navigate", in my webbrowser control I have HTML page from some website. This HTML page  has some input button with events  or input text control or other interactive control on it. I can click with mouse on that buttons or input text from keyboard or select value from combo box to send this page back. question: How I can execute this  from my program code, using property and methods WebBrowser control Thank for attention. Hi, You can do it by accessing the ...Show All

  • Software Development for Windows Vista Workflow hangs after CallExternalMethod on second instance

    Using WF Beta 2: I created a state machine workflow with several CallExternalMethod in its event handlers. When I start an instance and step through the states all works fine and the workflow completes. When I create a second instance of the workflow, it hangs on the first CallExternalMethod it encounters. When I do some loggin I see that it does not enter the code of the MethodInvoking method.It does enter this code in the first instance, not in the second. The activity prior to this CallExternalMethod is the last shape it completes. Anybody got an idea Sorry to have bothered ever ...Show All

  • .NET Development Improving startup time - force cold start

    Hi, I want to work on one of my application's start up performance and to effectively do that I want to force a cold start everytime I start it to find out what takes really long the first time it starts. So how can I force windows to dump all the prejitted code that it generates the first time the application starts so it has to prejit again after the first start. Also, I was wondering what other techniques people use to find out what takes really long the first time the application starts and where one should start looking for bottlenecks Thanks, Tom I think this article from msdn-magazine could be inter ...Show All

  • Visual C++ Child dialog of a dialog app - why won't focus pass and why are they not talking??

       This is so simple yet is driving me crazy. All I want to do is to open a child dialog from within a dialog based app, enter some figures into the child, total them and pass the total back to the parent dialog. I can get the child dialog to appear, but can't get it to total or pass back to the parent. Any help would be much appreciated....... Apologies to mod if this is not the correct place to post.... This is a little short on details for anyone to really take a stab at helping you. Can you add what exactly you tried and in exactly which way it failed A small repro case would be great. ...Show All

  • .NET Development How an assembly in VB can use in Visual C#

    Hi Buddies, Can any one please help me understand to how an assembly in VB can use in Visual C# also, how CLR converts in to native code. Please help. Regards, Vinu.P.K c# crack wrote: Can any one please help me understand to how an assembly in VB can use in Visual C# Because they all compile to the same intermediate langugage (IL) and metadata. The original source language doesn't matter. c# crack wrote: how CLR converts in to native code. It has a just-in-time compiler that compiles to native code at runtime when the code is cal ...Show All

  • Visual Basic VB 2005 Compiler Optimization Discussion

      There's been something percolating in the back of my mind. I come from a computing environment that preceeded windows and the Intel Architecture and instruction set. n comparison to the instruction set that i'm used to, the Intell instruction set looks like a house wreck which may or may not be important to the discussion at hand. Everyone knows that moderators agree on everything and that in moderator space we just stand in love circles and sway back and forth. So when I was discussing a compiler one day, I said I really admired a language which had a seven pass compiler. "Nonsense", was the response, "two will do it." Wi ...Show All

  • Visual C# Better way to replace Unsafe Int Pointer ?

    Hi,   I have a Managed C++ function that expect an int *.   int FuncA(int * temp);   In C#, normally what i did is...   Set the project properties unsafe block to true... then   in the code:   unsafe   {   int temp;      // say i create an instance of the managed C++  int result = _managed.FuncA(&temp);    }   Is there any better way I want to avoid unsafe in c#. Thanks. Hi Sam,   Thanks. Yeah i wrote my own managed C++ proxy or wrapper. Anyway your article is quite interesting. Cheers. ...Show All

©2008 Software Development Network