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

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

pogmothoin

Member List

Hunt_web.tw
donkaiser
DJ Lordee
Arjun B
Kyle Leitch
qwv
redhot2006
john zhang
Dietz
Lars Breiter
ahmedilyas
Learning VB
Bob Willer
NP Rudra
bagjuice
Tzal
ThisSummer
Richv5254
Mr_White
AmolWankhede
Only Title

pogmothoin's Q&A profile

  • .NET Development Urgent problem with resending data issue

    Hi, In my other post, I have a problem with socket programming which throws exception once for a while if a lot of customers hit the site at the same time: An existing connection was forcibly closed by the remote host Then I try to resend the data in the catch block, unfortunately, it throws more An existing connection was forcibly closed by the remote host exceptions . The code is attached and any help will be appreciated. public string Access(string sAddress, string sCity, string sState, string sZip, string sAPN, string sUserID, int counter) { string rtnVal = ""; string sAvsParam = ""; int iAvsPort = int.Parse(m_sAVSPort); sAvsParam = sAddress + "|& ...Show All

  • Visual Studio Tools for Office Trouble creating a Task

    Hello, I'm not certain this is the correct forum for this question. If not I apologize as I really don't know where to pose the question! I'm trying to create a Task in Outlook 2003 using VB.NET 2005. I'm getting the following error: {"The operation failed."} System.Runtime.InteropServices.COMException: {"The operation failed."} Data: {System.Collections.ListDictionaryInternal} HelpLink: Nothing InnerException: Nothing Message: "The operation failed." Source: "Microsoft Office Outlook" StackTrace: " at Microsoft.Office.Interop.Outlook.ApplicationClass.CreateItem(OlItemType ItemType) at Saber.Outlook2003.CreateOutlookTask(String Task, DateTime DueDate, Int32 ReminderMinutes) in E:\DCT\Sab ...Show All

  • Windows Live Developer Forums Does the msn adcenter tracking code go on ALL pages or just conversion completion pages?

    The help offers no explanation of where to put the tracking code. Should I ONLY place it on pages that are the result of a completed conversion event, such as a "Thank you for your purchase" page If I put the same code on all pages, with no differentiating information, I don't see how it will determine when a conversion has occurred. Thanks Actually the help content was recently modified and it says that the code should be placed on any page that you need tracked. Typically, this is only the "thank you for your purchase" page... Hope this helps, Shai ...Show All

  • Visual Studio Express Editions How can I Put the User Control(which has File IO Operations) on a web Appln.

    I have a Windows Control Library in which an user Control holds a Button.. When The Button is clicked a text document is created on localdisk.. Then I create a web Application which reference the above dll and in web form design I just embed that user control through <OBJECT> Tag... But when execution Button will be executed and DotNet Security error occurs when Click that.. Can anyone give me the solution.. Regards.. R.R Dear Scott, Thanks for your Response.. I have given the exception Details which comes first..(see below) Now I have created the strong name for the assembly of WindowsControlLibrary.dll using the key generated by sn.exe and i had make full trust for both assemblies.. But now..,that ...Show All

  • Visual C# Problem with textbox ?

    I am using an invoice system . I am having lot of textbox in my page . When my pointer is in textbox . Suppose if the user uses enter key in the keyboard my mistake . My page automatically redirects to some other page . Even if the user presses enter key by mistake in any of the textbox nothing should happen .How to do it . any one pls Sounds like you're using ASP.NET. If so, you need to ask at www.asp.net , web dev questions are off topic here. If not, then you've got a default button that's being pushed and navigating to another form in your app, you can get rid of the default button, or just catch the key press within the control and ignore it. LMK if this is not a web app, and I'll explain further if need be. ...Show All

  • SQL Server Why IDENTITY field is not set while exporting data through Enterprise Manager in SQL Server?

    I am exporting data to database server from local server through Enterprise Mgr. Data is successfully transferred along with table structures. Only problem remains with the fields which are set IDENTITY. Even I tried to find out ALTER TABLE statement so that I can alter the tables using Query Analyzer but I found that setting IDENTITY through query is not permitted after SQL Server 6.5. Why so Is the any way to set IDENTITY fields without Enterprise Manager Please reply Nishith Shah You have to use 'copy objects and Data between SQL Server databases' option instead of copy tables. This option will keep the identity on the column ...Show All

  • SQL Server Footer not printing to PDF?

    I have a page footer that accesses other fields in the report body through textboxes as has been suggested in other threads. When I view the report online it looks fine but when I export to a PDF it doesn't display the data and adds extra pages. I use the =ReportItems!NhoodEmail.Value method to access the report items in the footer textboxes. Can someone please advise Marty The footer is there! The data isn't. Here's a better example When I view the report in the browser <Body> ReportItem A : Here is the data in the body. | ReportItem B : Here is what should be in the footer <from dataset <Footer> Here is what should be in the footer < textbox that references Repo ...Show All

  • Visual C++ Media player GUI

    Is it possible to create skin of a media player using VC++ 6.0 If possible how If WMPlayer is an ActiveX object (which I believe it is) and if VS++ Express Studio 2005 supports MFC (which has ActiveX container support), then yes. There are newsgroups that talk about ActiveX and MFC programming. ...Show All

  • .NET Development Desperate Need of Help "Attempted To Read Or Write Protected Memory"

    have a web application that uses a DLL using DLLImport. Twice I have put the application live on the net and it has been used hundreds or thousands of time before it has been strangely brought down. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt. at ProjApi.Proj.pj_init_plus(String pjstr) at coordinate.LLtoUTM(Int32 datumIn, Int32 datumOut, Double p_lat, Double p_lon, Double& UTMNorthing, Double& UTMEasting, Int32& UTMZone) at coordinate.LLtoUTMZone(Double lat, Double lon, Int32 datumIn, Int32 datumOut, Int32& z, Double& n, Double& e) at getfactory.Page_Load(Object sender, EventArgs e) at System.Web.Util.CalliHelper. ...Show All

  • SQL Server Parameters failing when supplied by a query and set up to execute

    I have a query that provides a list of detachments that are used as a parameter for the user to select when running a report. It works fine. I want to set up this report to also run on a schedule. When I set the prameters on the report for any value other than the first one in the list it fails to execute with the following error. Parameter validation failed. It is not possible to provide valid values for all parameters. (rsParameterError) (there are no other details provided) The query results are All A B C D E G H I N V W X I get this error if I input a value in the list other than All or any value that is not in the list. Any suggestions We are running Report Services 2000 SP1 Many thanks Ayla ...Show All

  • SQL Server SQL 2005 SP1 Upgrade Error for Upgrade Advisor

    Hi, We are performing a SQL 2005 SP1 upgrade from SQL 2000 on our Windows 2003 SP1 Standard Edition. When we run the upgrade, we got a error "Upgrade Advisor Return -1" as a pop-up window. When we run the Upgrade Advisor separately, we get this error : =================================== Common Language Runtime detected an invalid program. =================================== Common Language Runtime detected an invalid program. (System.Xml) ------------------------------ Program Location: at System.Xml.Schema.SchemaInfo..ctor() at System.Xml.Schema.XmlSchemaSet..ctor(XmlNameTable nameTable) at System.Xml.XmlReaderSettings.get_Schemas() at Microsoft.SqlServer.UpgradeAdvisor.ReportViewer.UARepo ...Show All

  • Visual Studio Team System Support for Oracle and DB2?

    Hi, Do you have any plan to support Oracle and DB2 Or is there any extension point to write plugins for other databases Thanks. Makes sense. After talking this subject over with a couple of my peers, it looks like Orace would be crazy not to get on board ASAP and to provide this provider for free. I guess we'll see. ...Show All

  • SQL Server @@IDENTITY in code

    Hi all, I encountered a problem with SQL server mobile. I am inserting a row inside a database table through C# code and need to obtain the ID of the last inserted row if successful. I have the following in my code: SqlCeHelper.ExecuteNonQuery(connectionString, "*INSERT STATEMENT*"); Int64 id = (Int64)SqlCeHelper.ExecuteScalar(connectionString, "SELECT @@IDENTITY"); The variable id always ends up NULL. Is this the correct approach to this Is there anything else I can use to obtain the id of the last inserted row in SQL server mobile -- The class SqlCeHelper is a wrapper that I wrote, it works 100%. Thanks OK, Fixed the problem. It really was executing these two statements totally separately ...Show All

  • SQL Server CONNECT TO SERVER PROBLEM

    I am getting this message when trying to connect to SQL SERVER 2005; An error has occurred while establishing connection to the server.When connecting to SQL Server 2005, this failure may be caused by the fact that under default settings SQL Server does not allow remote connections(provider:shared memory provider , error 40-could not open a connection to SQL Server)(MicrosoftSQL SERVER, Error: 2) Can anyone help to fix this problem please On the server execute these statements: sp_configure 'remote admin connections', 1 go reconfigure go Then you should be able to connect from a client workstation. ...Show All

  • Visual Studio Express Editions Print Previewing the Form

    I did some research on Print and Printpreview for my form. They did work, sort of. It printes a blank page or in the preview it says: 'Document does not contain any pages.' I tried setting the size in the CaptureScreen() to the size of the form. memoryImage = new Bitmap (684, 559, mygraphics); //this is the size of tabPage1 Any suggestions Here's the code: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; namespace InvoiceReceipt { public partial class Form4InvoiceReceipt : Form { public Form4InvoiceReceipt() { InitializeComponent(); } [System.Runtime.InteropServic ...Show All

©2008 Software Development Network