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

Software Development Network >> Shelly Guo - MSFT's Q&A profile

Shelly Guo - MSFT

Member List

Garx
someoneontheinternet
Cyberwizard
PaterPeter
IS-Yoav
Abu-Bakr
Ashwin Purohit
Daniele Balducci
Bunker
jdavis
DarkDream
wacko
Blaze Stratos
Drunkboat
philipbennett25
Ivan Farkas
Conor Cunningham
KarateChop
Pejvan
hackfinn
Only Title

Shelly Guo - MSFT's Q&A profile

  • .NET Development why WebClient's DownloadFile moethod doesn't download file to Client?

    i download .xml file from server with WebClient.DownloadFile() method to Client fail. with following code(Run in Asp.net environment with virtual studio 2003) string targetFile = ""; targetFile = Request.PhysicalApplicationPath + "abc.xml"; WebClient client = new WebClient(); client.DownloadFile(targetFile,"abc.xml"); the result of runing was: the abc.xml file of downloaded in Directory (C:\wind ...Show All

  • .NET Development Failed to access IIS metabase

    Hi there, I've an webapplic made under framework 1.0. now we switched to visual studio.net 2005 and i compiled the old webapplication to framework 2.0 on my developers machine everythings works fine. When I installed framework 2.0 on the webserver and placed the new compiled 2.0 version of my webapplic i get the following error: Server Error in '/zipwww' Application. -------------------------------------------------------------------- ...Show All

  • Visual C# SetWindowsHookEx

    Spent all day get this one working... no luck .. Im trying to hook up to another window using SetWindowsHookEx but it just doesnt want to work from c# .. It doesnt throw an error.. just doesnt hook .. i tried to hook to the c# window and it hooked up.. but I need it to hook to another window .. btw, GetLastError returns no error .. WinAPI .SetWindowsHookEx( WinAPI . HookType .WH_CALLWNDPROC, hook, Marshal .GetHINSTANCE( System.Reflection. A ...Show All

  • .NET Development Setting a breakpoint in generated code - VS Beta 2

    Hi, How can I set a breakpoint in the generated code for a TableAdapter   In design mode when I locate the TableAdapter source by right-clicking on the adapter object and selecting "Go To Definition" I find myself in the generated code in a "Temporary" folder.  When I set a breakpoint in this adapter class source file I am told "no symbols have been loaded" for this document. In run mode when I attempt to step into the method I a ...Show All

  • Microsoft ISV Community Center Forums Using of APC.IDE.PreventShow property

    I have integrated VBA 6.2 into my application. All works normal, but I have a little problem. To prevent VBA IDE to be shown when VBA runtime error rises, I set APC.IDE.PreventShow property to True, so this successfully overrides error displaying (and stops vba code execution), but doesn't give me any sign of this (in other words I can't catch any event reporting me about the error generated by VBA). Can someone help me to handle to problem Tha ...Show All

  • Visual C++ CTabCtrl question!

    I got MFC CTab control in the dialog. It is inserted using resource editor, and bunch of other controls are pasted onto it. In the OnInitDialog() function tab is extended like this: This notification is well documented: http://msdn.microsoft.com/library/en-us/shellcc/platform/commctls/tab/notifications/tcn_selchange.asp frame=true I directly see no problem.But why do you delete the last item. Just use SetItem and change the text of ...Show All

  • Visual Studio Express Editions changes not recognized till exit and reopen.

    i've just installed visual studio 2005 web edition, and i'm going through the  guided tour.  And i admit that i've never used visual studio before. I'm having an annoying problem.  when i make changes to a page in my project, and save the changes are not being recognized when i hit f5 and run.  If i close the project and re open and hit f5 the changes are recognized. What's up with that Hi R ...Show All

  • Visual Basic Mapped network drive's UNC in VB

    Anybody know how to get the UNC for a mapped network drive in VB2005   IN VB6 it was easy.  There was .ShareName property under the Drive object in the FileSystemObject.  That property seems to no longer exists in VB2005. WNetGetConnection http://searchvb.techtarget.com/vsnetATEAnswers/0,293820,sid8_gci954149_tax293674,00.html http://msdn.microsoft.com/library/default.asp url=/library/en-us/wnet/wnet/wnetgetconnec ...Show All

  • Visual Basic Odd Error

    OK, I have read a post on this before, and I have tried turning off the signing (click one manifest & assembly) But that didn't helped, I am currently getting this error: There is no editor available for 'C:\<path to .vb file>' Please make sure the application for the file type (.vb) is installed. Could someone please explain to me how to fix this error I am currently using Visual Studio 2005 Team Suite. ...Show All

  • Visual Basic Print a list of Word files or convert them to a single PDF.

    Hi, I have a list of word files in array. I want to convert all of them to a PDF file, and each file will start in a different page. Does someone know how I didn't, then I tried to print them to the PDF Factory printer, and when I print , it shows that each file have one page, and they don't. It even doesn't show the file in the preview. What to do Thanks, Ofir. P.S. This is the code for the print, Print is the print di ...Show All

  • Visual C++ VCBUILD -ing a single project in a solution file.

    I have a solution file with a couple of projects and would like to build a single project only. Devenv seems to have that option. While vcbuild does not. If I specify the project file on the command line the references to $(SolutionDir) are not resolved correctly. From the top of my head I could probably add another macro VCBuildSafeSolutionDir and override that with a custom property sheet. However, that's akward (how would you get that m ...Show All

  • SQL Server Data Source / ODBC error

    Hi all, My replication of those SQL 2000 servers gave errors: Data source (11): General Network Error. Check your network documentation... and ODBC (08S01): Communication link failure. The replication was across the WAN. I don't know where to start to troubleshoot this problem. Please help! Thanks in advance. John Communication link failure means some network or communication problem between the Publisher/Distributor and Subs ...Show All

  • Visual C# Read multiple text files

    I have an app that reads from one to 15 text files and appends the records into one text file. I've put a ListBox on the form thinking I could step thru the list and process the files but I am not sure how to proceed. As it stands now, the app reads the first file and stops and I am not sure how to proceed. Basically, I want the app to read all of the files automatically after the user clicks on the "Process Files" button. Original ...Show All

  • SQL Server Stored procedure runs interactively but not via application

    We have a stored procedure that we recently modified to improve performance. It runs fine interactively (Rapid SQL) but will not run when executed via the application. Up until our modification, the stored procedure did run via the application. The change we made to the stored procedure was the use of 'hints', specifically the use of 'with index' that enabled the execution time to improve from 10 seconds to 1 second. Environment: ...Show All

  • .NET Development OleDbDataAdapter query parameter (Oracle)

    (New to VS.) I have a simple query that I am entering into the QueryBuilder. (Oracle backend) SELECT ... FROM... WHERE (emp_last LIKE ) I'm having a problem figuring out the WHERE clause syntax within QueryBuilder/Visual Studio. When I hit the Execute button, the question mark changes to @PARAM1 and the query seems to run within QueryBuilder. When I hit OK and the dialog closes, I get an Oracle error "Ora-00936". I've tried using a colon wi ...Show All

©2008 Software Development Network

powered by phorum