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

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

sydes141

Member List

Goldfinger1
Kohl.Mike
richmtl
John Aschenbrenner
vinaychavan22
jdrawmer
NewbieDude
amygal
dmb13
AksaiGora
Big Andy 78
charret
JGttttt
larsfp
Ben Amada
Bobo1234
slies
tlc660
flandercan
Andrei Faber
Only Title

sydes141's Q&A profile

  • Visual Studio Team System TFS Usage at Microsoft

    Would it be possible to find out which teams at Microsoft have gotten on board with TFS for source control and work items If so, how extensively have they customized the work items functionality -Larry Thanks -- this and Martin's response are helpful. Has the Vista team gotten on board with TFS source control and TFS work items   ...Show All

  • Visual J# We're are in a world of hurt with J#

    Hi; We are suddenly getting a number of problems on various systems here with the J# compiler. The result is we cannot release new versions and some developers can't do anything. Could someone please tell us how to get answers to this. If we have to pay MS for support, that's fine - just tell us who/where to contact. But we need to get this fixed ASAP. error VJS1581: Internal Compiler Error vjc error vjc throwing an exception J# redist won't install Doesn't build 1 .xml file  or library.xml not created when called from MSBuild thanks - dave My suggestion is to install VS.net on a virtual machine (MS had distributed one such with IE7 and VS.net2005 to MVPs in the past) and give that file to all ...Show All

  • Visual Studio Express Editions Retreiving Log Information?

    How would I retrive information from this log if I was using this example code as part of my log Imports System Imports System.Diagnostics Imports Microsoft.VisualBasic Class MySample     Public Shared Sub Main()         Dim myNewLog As New EventLog()         myNewLog.Log = "NewEventLog"         Dim entry As EventLogEntry         For Each entry In   myNewLog.Entries             Console.WriteLine((ControlChars.Tab & "Entry: " & entry.Message))         Next entry   &n ...Show All

  • Visual Basic How to debug windows paint messages within and across applications

    Hello, I am using Windows XP and VS 2005 with VB.net and I am writing a solution consisting of a set of applications, all running at the same time, with other applications. I have 4 monitors, which means a lot of real estate for applications. I have observed that my applications cause other applications to redraw their screen. This is most frequently when I use the DataGridView control. Scrolling the DataGridView at one point causes a burst of redraws in those applications, and I have to wait until the storm is over. Question: how can I catch and eliminate the messages that are obviously sent from my application to Windows (and thus to the other applictaions). The other problem with paint messages: Within one application, I ...Show All

  • Smart Device Development Vista, VS2005 SP1, Mobile Device Center and disconnects

    Situation: I had to install Vista Ultimate x64 I installed Visual Studio 2005, SP1. Both in Italian. I could not install the "Service Pack 1 Update for Windows Vista " because it is available only for English. To work with my PDA, I installed "Microsoft Windows Mobile Device Center Beta 3 for Windows Vista (AMD64)". I'm able to sync my PDA with my PC. The problem: When I run my VS2005 VB application, it is correctly distributed on my PDA. BUT, as soon as it load the symbols for debugging, the PDA gets disconnected from the "Windows Mobile Device Center" (but NOT from VS 2005!!) This happens randomly, but about 4 times out of 5. I can debug my application, but since my application is tryin ...Show All

  • Windows Forms Click Once Update Issue for just one developer

    I am trying to push out some new items with click once, and every user can install the application but myself. I am getting a Cannot Start application error window when i try to install it. Any help would be appreciated. thanks, Jay McNeely here is my log: PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) dfdll.dll : 2.0.50727.42 (RTM.050727-4200) dfshim.dll : 2.0.50727.42 (RTM.050727-4200) SOURCES Deployment url : file:///L:/Public/Satcom%20Apps/Satcom%20Ops%20Center/SatcomOps.application Deployment Provider url : file://sdfs01/Shared/Public/Sat ...Show All

  • SharePoint Products and Technologies VSeWSS Debugging has just stopped working????

    Hi All, when I did my clean install, I created a simple "hello World" web part. Pressed F5 and it deployed and debugged - Hooray. (VS2005, SP1, VSEWSS, SQL Server 2005) Now I am starting to work on the real web part, I have run into two problems. The first is the most worrying: Pressing F5, fires up the build, and the deployment, BUT never fires the browser or the debugger. It just says deploy successful. Now I do have ASP debugging enabled in IIS, and it DID work at first. Can anyone tell me how to get this working again please The second is that after one or two succesful deployments, it suddenly stops deploying with a weird error of: "Object reference not set to an instance of an object". So I then ...Show All

  • SQL Server Error 87 while installing SQL Server 2005

    Hi everyone! I'm not sure if this is an old issue, but I couldn't find it in any thread. Here I go: I downloaded SQL Server 2005 Enterprise Edition from the MSDN site; but when I run the installation wizard I get this error: Errors occurred during the installation Error 87 installing .NET Framework 2.0 The parameter is incorrect And then I have to cancel the installation. This machine meets the hardware requirements, and it already has the .NET framework 2.0 installed. Humm, what else It's a Windows 2003 Server SP1 machine...let me know if you need more information. I've been trying to figure out a solution, but I finally gave up I'm trying to install Team Foundation Server, but first I have to install IIS 6.0 (don ...Show All

  • Visual Studio Team System can't add New Line in workitem history comment

    Hii there... I'm creating a c# program to insert a new work item. But im having problem when i try to insert a new line in the history comment to make it easier to read.. I already try using \n , \r and environment.newline all of it does not work.. can someone help me.. thanks. If you are doing this in code, then just write it in HTML: workitem.History = "Text<br />Text on new line". ...Show All

  • SQL Server Report Manager Connection Problem

    This question is in regards to a SQL Server 2005 installation being used for Team Foundation Services. I suspect that it has something to do with SSL, but I am open to any suggestions that arise. The system seems to function correctly except for the following. When a report is accessed from Report Manager, an error is reported. However, the same report can be accessed from the Report Viewer in Report Server. The URL that works is: https://[server]/ReportServer/Pages/ReportViewer.aspx %2fSurveyDataWarehouse%2fRemaining+Work&rs:Command=Render The URL that does not work is: https://[server]/Reports/Pages/Report.aspx ItemPath=%2fSurveyDataWarehouse%2fRemaining+Work On the page that does not work, the following error is sh ...Show All

  • .NET Development new TCPChannel() throws SocketException after several calls

    Hi, in my remoting server app, I have the following code: BinaryServerFormatterSinkProvider provider = new BinaryServerFormatterSinkProvider(); provider.TypeFilterLevel = TypeFilterLevel.Full; IDictionary props = new Hashtable(); try { props["port"] = remotingPort; TcpChannel channel = new TcpChannel(props, null, provider); ChannelServices.RegisterChannel(channel, false); channelName = channel.ChannelName; after this server having been closed and re-opened several times, and the client still running, I sometimes get a SocketException on the "new TcpChannel(props, null, provider)": An invalid argument was supplied StackTrace: at System.Net.Sockets.Socket.DoBind(EndPoint endPointSnapshot, SocketAddress socketAddress) at ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. ode.xna

    By the way, I had ported ODE.NET to MDX 2.0 in the past. Today, I recompiled it with references to XNA with VS2005. The compiler didn't complain. I'm in the process of getting a demo working with references to ode.xna it but it's still in the early stages so I can't be 100% sure it will work. So far so good :/ www.pepperboy.net http://www.thejamesrainenetwork.co.uk/ode/ode.html for ODE.NET 1.1 I've updated ODE.NET to 0.7 and .NET 2.0 but i'm not releasing the source yet. ...Show All

  • Visual Basic How can I make the font dialog work?

    I made a Notepad-like application and I can't make it change fonts with the font dialog. Are you getting the font from the dialog and setting the box to have that font If FontDialog1.ShowDialog = Windows.Forms.DialogResult.OK Then box.Font = FontDialog1.Font End If Something like that should work. ...Show All

  • Visual Basic Me.MouseButtons = mousebuttons.left Error( Read Only), But Is it????

      Is there anyway to get around the example I used On the heading Me.MouseButtons = mousebuttons.left  means, Left Click Nick Cammarata 14 yr. Old Programmer I don't know exactly what you mean by 'readonly error', but if you want to get which mousebutton was pressed, then use it like this: If e.Button = Windows.Forms.MouseButtons.Left Then ... and if you need the state of the CTRL, ALT or Shift key with it, then use If My.Computer.Keyboard.AltKeyDown = True Then ... ...Show All

  • Smart Device Development Drive mapping across WiFi in Windows Mobile 5 ?

    Has anybody successfully mapped a network drive to a Windows server across WiFi with a Windows Mobile 5 device Please enlighten me on what you did to accomplish this as I'm getting the error message "The network path was not found" followed by "The network resource was not found, or you don't have permission to connect to the network." no matter what I've tried and I've even configured my Windows XP Home edition to share drives and still the same problem. John Sorensen wrote: Samba stack (It's a Windows CE operating system, and it has a File Manager application built-in and from its menu you can choose 'Open path' and it automatically pops up a Window where the path begi ...Show All

©2008 Software Development Network