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

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

bonhomme

Member List

MilleniumHandAndShrimp
JeffsMSDNUserID
msuydam
Numb3rs
Gad Rosenthal
blindman
Cockgle
12thDoctor
Meffistas
gorance
Softpen
AntonieB123
ThierryC
DaaDa Ng
Mehyar Yahfoufi
xplain
fburns
jezekjkr
_Ed Noepel
Mei Liang - MSFT
Only Title

bonhomme's Q&A profile

  • Visual Studio 2008 (Pre-release) No HttpContext when IIS hosted?

    I have a custom datacaching class that works fine under an ASMX web service, but reports that HttpContext is null when used in an IIS hosted WCF web service. Am I doing something wrong To answer my own question... I found this shortly thereafter: http://blogs.msdn.com/wenlong/archive/2006/01/23/516041.aspx A very good article. Unfortunately, the config attributes he refers to are invalid. Instead of <serviceHostingEnvironment aspNetCompatibilityEnabled="true"/> you need to use <serviceHostingEnvironment aspNetIntegrationEnabled="true"/> That does ...Show All

  • SQL Server SQLServer 2005: UID missing in log

    Hi, I've notice that in SQLServer 2005 "select * from ::fn_dblog(null, null)" and "DBCC LOG(mydb, -1)" always return -1 or NULL for the column UID which is supposed to return the id of the user. I've been using those statements with previous version of SQLServer with no problem so far. Does anybody know if there is any option to enable SQLServer 2005 to save the user info in the log Thanks Please be aware that this is an undocumented function. So we might change it in the future. That said, you should look at the "Transaction SID" column. "Begin Transaction" ...Show All

  • Visual Studio Team System Authentication error during installation

    Hi, I'm installing TFS Beta 3 on a virtual machine that sits in a domain. I have created two local accounts (TFSSERVICE and TFSREPORTS) and I use a domain account to run the setup. After a while I get the following error in the event log. Event Type: Error Event Source: TFS Services Event Category: None Event ID: 3000 Date:  14/11/2005 Time:  13:06:00 User:  N/A Computer: SRVVE32TFS Description: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the adm ...Show All

  • Windows Forms printout/report generation ideas

    A quick question to ask what people tend to use as a reporting tool for winforms application that DONT use a database as their underlying data storage. In the past we've tried various methods from writing our own routines, data dynamics, component one and devexpress and found all un-satisfactory in one way or another. What I'd like is to give the end users the ability to create a template in say word and drop in markers and then fill this in, however I don't want to impose a restriction that the end users machine has to have word installed. The type of data to be filled in would be things such as graphics and other sub report ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XNA Framework

    Just a few questions i currently have on the XNA Framework and how that will come along. As far as I understand it XNA Framework is a subset of the NET Framework 2.0 which will work on Win32/64 and XBOX360 .... So far so good. I assume that this will be a set of assemblies for windows computers ( which require NET Framework 2.0 in addition ) and a custom CLR for the XBOX360 which only supports the XNA Framework assemblies. ( I wonder how dynamic linking will work with the XBOX360 version of the CLR ) So would it be a feasible course to develop a game engine for PC using NET Framework 2.0 and XNA Assemblies where the tools use the full NET F ...Show All

  • Visual Studio Problem with custom DDEX Provider on Binding Source configuration

    I'm writing a DDEX provider for the Firebird ADO.NET Data Provider (firebird.sourceforge.net) While Trying to configure a BindingSource from an existent connection ( that can be opened correctly from the Server Explorer and it shows the tables, stored procedures and views information correctly ), i'm getting the next error: --------------------------- Microsoft Visual Studio --------------------------- Failed to open a connection to the database "Unexpected error." Check the connection and try again. --------------------------- Aceptar   Ayuda    --------------------------- Any ideas about what i'm doing wrong wrong ...Show All

  • SQL Server Problem with View migrated from SQL Server 2000 into 2005

    We are in the process of migrating from SQL Server 2000 to 2005. We encountered a problem with one of our web applications (ASP) when attached to the new 2005 database. We do not get this error when the application is attached to the 2000 database. During execution of the following code: ----------------------------------------------------------------------------------------------------------------- sub OpenRS_TicketDetails(iTicketID) strSQL="SELECT * from vwexTicketDetails WHERE TicketID =" & iTicketID rs.open strSQL, cnReadWrite, adOpenStatic, adLockOptimistic end sub ------------------------------------ ...Show All

  • Visual J# java.net.Socket buffer sizes in J#

    Hi, New to J# (and java) so please bear with me! I've converted some Sun java code into a J# project, to allow me to use the logic from within existing C# code. The converted code is a rather complex API for sending / recieving data via a Socket (as a client). The conversion has gone extremly smoothly, I've only had to change (comment out) 2 lines of code, which relate to setting the send/recieve buffer sizes on the java.net.Socket. My simple C# console app to test the functionality works perfectly, so potentially I don't need to fix anything........ but..... The question is: How big are the send / recieve buffers in java.net.Socke ...Show All

  • Visual Studio Express Editions How to I create a login form with visual basic express editions and mysql

    Hi everyone, I need some help here, I'm new with visual basic express. How to I create a login form with visual basic express editions and mysql. Anyone can help me For example : After I submit my Login ID and Password at "Form1". How to I connect it to mysql and pass the posted value into the mysql query to checked whether is a valid member or not. If is a valid member how to I create a SESSION to store the member details like "username" and "user ID" Then these values I able to use in Form2 or another. Someone can help me please ... !!! THANKS A LOT 1 - www.vb mysql .com/ is dedicated to connecting VB to MySQL ...Show All

  • Windows Forms The requested name is valid and was found in the database

    Hi ! When i try to use  socket calss to connect to a website  on localhost  i get this error An unhandled exception of type 'System.Net.Sockets.SocketException' occurred in system.dll Additional information: The requested name is valid and was found in the database, but it does not have the correct associated data being resolved for Evefything was working fine but wh ...Show All

  • Visual C++ PAGE_EXECUTE_READWRITE and the CLR -- debugging issues

    Hi -- I just compiled a C++ app with the CLR flag for the first time that I had previously only compiled to the native code platform. I did this so I could write debug information to the Output window, but I will want more extensive interaction with the managed environment in the future. In my app I allocate a piece of memory with VirtualAlloc with the PAGE_EXECUTE_READWRITE flag set and then proceed to generate some intel code to that memory. I'm finding that when I compile with the CLR flag I can no longer use the debugger to view my generated code in the disassembly window, which of course prevents me from setting breakpoints or tra ...Show All

  • Visual FoxPro editbox control snaps.

    It is a fairly mild problem but still an inconvenience. I have an editbox and a text is assigned to it in the following manner: THISFORM.Pageframe1.Page4.Edit1.ControlSource = "(ThisForm.cData)" All other operations are done programmatically. I may force it to count the number of lines and go to a specific line and highlight it. It does. But then after a while, perhaps in about 2 minutes, it snaps to the first line (beginning of file is fact). It never fails to jump backwards. It is annoying. Why does it do it What can be done about it Thanks. Do you have any code that refreshes the editbox (or the whole form) Tha ...Show All

  • Visual Basic Links

    hi everyone, can i link to asp.net page from a vb.net program for an instance, i click on a button in a vb.net form and it will link and open up internet explorer (an asp.net page). Sure, put this in the button click event Process.Start( "http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=388338&SiteID=1" ) ...Show All

  • Visual Studio Express Editions Shortcut Problem (VB.NET Express Beta 2)

    Press Ctrl+Alt+F4 (The shortcut for Dynamic Help) will shutdown the machine. It happens to my laptop (TOSIBA TE2300, WinXP SP2). Does this happen to anyone else Regards. Jiao - are you still experiencing this problem I have never heard of this problem before. If you are still seeing this, you can go to Tools > Options > Keyboard, hit the Ctrl+Alt+F4 buttons at the same time inside the "Press shortcut keys" box. You will then be able to see which command this shortcut key is bound to inside "Shortcut currently used by:" field. Type in that command inside the "Show commands containing" box and then ...Show All

  • .NET Development Windows XP Home Edition

    HI, I have installed windows xp home edition. I want to install .Net 2003 on same m/c. Is windows xp home edition supports .net 2003 Thanks Sudhendra For a workaround you could use the cassini Web Server: http://www.asp.net/Default.aspx tabindex=6&tabid=41 ...Show All

©2008 Software Development Network