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

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

Sara_H

Member List

Jasonlkk
David Kaye
kezhu
srishu
Reece Williams
rmcquade
qqqqq
chandan_chandan
Bar?? Soner U?akl?
bcc_net
rvghst
Cesar Augusto BR
RadRad
Karim Dinani
Steadyonabix
cloudtan
von_Keks
Gregoire
FredLarson
sajithpt
Only Title

Sara_H's Q&A profile

  • Visual Studio project.ConfigurationManager.ActiveConfiguration.Properties is null

    Hi, I'm trying to access the properties from project.ConfigurationManager.ActiveConfiguration.Properties but it's currently returning null. I've created my own Package type by extending MSVSIP. Package and Project from ProjectNode. I'm using the September CTP and RC1 of Visual Studio 2005. Does anyone have any insight into this With regards to the properties, I'm trying to change this property: project.ConfigurationManager.Item( "Debug" , ...Show All

  • Windows Forms httpContext not available in windows forms

    I use a function in a webservice who returns the IP address of the remote host by using context.request.userhostaddress. If I call it from a web page, ok there is no problem, but i need to invoke it from a windows form application, And i&n ...Show All

  • Visual Studio Tools for Office Using Word add-in does not work when opening second document

    Hi, I created a very simple add-in to Word that creates a toolbar with a button that colors the selected text when pressed. I've tried to create a new add-in keep it as simple as possible to narrow down the possible errors. I'm using c# in Visual Studio 2005 and Word 2003. It works fine when running it from Visual Studio or opening a word document. Problem: If I o ...Show All

  • Visual C# Another event handling question

    I have the same issue as this guy does: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=127763&SiteID=1 I have searched my local 2005 MSDN here: ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_csref/html/804cecb7-62db-4f97-a99f-60975bd59fa1.htm but there was never any usable answer to the question of splitting event handlers into other classes. I have a default Windows App that has a button and text box. ...Show All

  • Visual Studio Show subscription of a report in a VB.NET appliation

    Can someone help me with the following problem. I want to make a application where i can see the subscription details of a scheduled report. I have allready get the ReportID and scheduleID. But now i wanne have the subscription details of a scheduled report. Like the parameters, how the report must send to a e-mail address (Excell, web format) ,... Can someone help me and show me how i can get all that information by using code in a .NE ...Show All

  • .NET Development fatal error C1190 in VC++ .NET

    Hello, I am gettin a fatal error C1190 when I try to compile the code and run it. Could anyone provide a solution for that I guess I need to set the /clr switch. Here is the error: fatal error C1190: managed targeted code requires '#using <mscorlib.dll>' and '/clr' option It points to the syntax on code: #using <mscorlib.dll> <Yeah the third line of my code!!!!> ;-) Would appreciate if anyone cud provide a solution for ...Show All

  • SQL Server Bad print performance on HP Laserjet?

    Hi, I've finished working on reports (RS2000) and tested them on several printers, mostly OKI printers, which worked perfectly. I've deployed these reports and now I'm getting calls from the customer that these reports are not good when performed on a HP Laserjet 2100: - The print is processed very slow - The text versus grid is not good aligned - Every time a print job is submitted there has to be pressed on the button of the printer ...Show All

  • Visual Studio 2008 (Pre-release) Callback question

    Hi, Does wsDualHttpBinding for callback force client to open a port ...but If I have a proxy server Do I need to create a NAT for this port ...very hard for my customer... If I use netTcpBinding for callback does callbacks use the same connection for callback and not above approach I want to use callback with http channel but Its will fail if my customer has a proxy server. Does anybody know a solution for this Thanks, Alexnaldo ...Show All

  • Visual Studio Tools for Office Outlook add-in: setup package & deployment manifest

    I have done an O utlook VSTO 2005 RTM addin with a setup package with customized prerequisites and a project to grant trust to the addin assembly. So far, for a local deployment, it works well. But I'd like an autoupdate assembly from a network share and I'm facing an issue, everything talking about deployment manifest seems to be related to the publish wizard. Has anyone some hints about how to have a deployment manifest within a setup pr ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Create a sprite programatically in .NET?

    Hi; I've struck out trying to get an answer to this in the .net forums. Is there a way to create a Bitmap object in .net where the bitmap is all 100% transparent (alpha) I can then draw lines, text, etc. on the bitmap and where I do not draw, it remains transparent. thanks - dave Hi; Sorry, one caveat. We presently are 100% managed code which is a big plus in terms of security. Is there a way to do this within .net thanks - dav ...Show All

  • Visual Studio Express Editions Order Tables Ascending in DataSet

    Hey there, I have a problem cause I don't know how to order tables ascending within a dataset, so I need to know how can I do that, I have for example these tablenames within a dataset in this order: "0050Colors" "0021Cars" "0120Symbols" "1008Field" "0215Country" that's the order in what the tables are added into the dataset, and I need them in the next order: "0021Cars& ...Show All

  • .NET Development exception unhandled

    with Visual studio 2005. Code below. add the client I added a webreference as you see. If I test the webservice in my browser it works, but not from the pda. ERROR: at runtime: Web exception was unhandled. Error cannot be displayed because an optional source-assembly was not found. System.Net.WebException was unhandled   Message="Web exception was unhandled. E ...Show All

  • SQL Server can't run dta

    I had installed  a new sql server 2005 enterprise with windows server 2003 enterprise,all done,but when I click the connect button to conect ,I get the error " Could not find stored procedure 'msdb..sp_DTA_help_session'". Please see the following link that describes the permissions required for running DTA. http://msdn2.microsoft.com/en-us/library/ms186330.aspx ...Show All

  • Visual C# Memory leak

    Hello Guys, Recently, i had used a tools to detect memory leak for .net And, it's said that i had a memory leak on exiting program. The leak is mainly on hpz2ku10.dll and hpzpm310.dll but on different line/offset. My question : How to avoid this memory leak since i don't know which code causing this leak. also, it's said that the total bytes leak is 75.104 bytes (75Kb), is this leak bad Thanks guys for the answers. ...Show All

  • SQL Server Can I use ALTER LOGIN in a stored procedure???

    Can the ALTER USER statement be used (without a hack like using EXEC) in a stored procedure I know that the sp_password system stored procedure can not be. Additionally, it is being deprecated anyway. I guess what is boggling me about my attempts so far relate to the errors I am getting due to the user being specified not being in quotes in the syntax. All of the searching I have done so far have come up lame so far; the only examples I have f ...Show All

©2008 Software Development Network

powered by phorum