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

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

truepantera

Member List

Asbjørn
Citrus
chrisb2
JimmyFo
Mister T7718
LoSko
Dhanya Ajith
Davids Learning
veXed
Furqan Farooqui
HScottBuck
Oren Solomon
seco
mikeh569731
manukahn
ClaudioBello
sunil_s
Aqua General
LSDev_KF
Tryst
Only Title

truepantera's Q&A profile

  • Visual Basic OTP: Application is not running

    I have an asp application that is running fine in the local machine when i upload the files into the server it is not running. while the same application running perfectly one day before and today it is not responding. after waiting for a long time this error generates. can any one help reagarding this. Server Error in '/tic.in_non_ssl' Application. -------------------------------------------------------------------------------- Server Too Busy Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.Web.HttpException: Server Too Busy Source Error: An unh ...Show All

  • Visual Studio 2008 (Pre-release) Error

    The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error. this is the error I am getting.Very 1st time when i got this error I restarted my system then it was working fine but now i got the same error This error was generated in the proxy . When I viewed the details of the error it showed System.ServiceModel.CommunicationException {"The server did not provide a meaningful reply; this might be caused by a contract mismatch, a premature session shutdown or an internal server error."} Hi madhu Last time when I got this following error It got rectified when I restarted the system. But when I checked again I got thi ...Show All

  • Visual C++ Error Message concerning Runtime Error

    When I attemtp to open Internet Explorer I receive the following error message: Microsoft Visual C++ Runtime Library Runtime Error! Program: C:\Program Files\Internet Explorer\iexplore.exe (I am then instructed to contact the applications support team......would this be Internet Explorer ) PLEASE HELP! can you help every now and a gain when trying to log onto internet, or trying to log into windows i get runtime error will not let me proceed. I have to shut my pc down and re start. to remove the error ...Show All

  • Visual Studio Visual Studio 2005 SP1 doesn't support pre SP1 projects?

    After upgrading to Visual Studio 2005 SP1 I get the following error when I try to open up any existing solution: "The project file '<project>.csproj' cannot be opened. The project type is not supported by this installation. This is the second machine that I have screwed up by performing the SP1 install with identical behavior (It was an independant download of SP1 code.) VS05 with SP1 seems to be able to create new projects fine and it does seem to like its new projects, but doesn't seem to like any pre SP1 projects. Not after installing SP1. Yes before then. I upgraded the 2nd machine because I really couldn't imagine that this would be a real problem and thought the first w ...Show All

  • Smart Device Development Running a device APP on the PC thru Pocket PC 2003 SE Emulator

    The code below runs fine thru a windows APP., but does not run thru the pocket pc 2003 se emulator. Is there something wrong in the My.Computer ... portion of the code Please help. Public Class Form1 Private Sub Button1_Click( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim file As System.IO.StreamWriter Dim Record As String = CStr (TextBox1.Text) Dim procID As Integer file = My .Computer.FileSystem.OpenTextFileWriter( "C:\HSP1.text" , True ) file.WriteLine(Record) ' Run batch file. procID = Shell( "C:\HSP1.bat" ) ' The preceding path is for Windows XP. ' The Windows 2000 path is C:\HSP1.bat. End Sub ...Show All

  • Visual Studio Team System Schema Compare Script Bug?

    After using DBPro to schema compare two databases, part of the script it generated was as follows: PRINT N 'Dropping symmetric keys' GO DROP SYMMETRIC KEY [##MS_DatabaseMasterKey##] GO However, when I attempt to execute this script on the target database, I get the following error: Msg 15316, Level 16, State 1, Line 1 Global temporary keys are not allowed. You can only use local temporary keys. Is this a bug in the script generation. If not, how do I deal with this error Thanks - Amos. *** ---FYI opened a new thread on this 11/15/07 "Master Key deploy script error" *** We appear to still be having an issue with this. The generated script is as follows (generated by reb ...Show All

  • Visual Basic VB.Net 2005 - where are my base class events?

    I converted a VB.Net 2002 project to VB.Net 2005 and things are not good. Events seem to be firing differently.   Code that works fine in 2002 does not work in 2005. Where is my form close event In the IDE in 2002 you simply click on Base Class Events and there they all are - but in 2005 you do not have Base Class Events - you only have frmName Events and the close event is not there. What is going on   It appears that the form close event is not even firing in 2005.   edit: Ok the close event is still firing, but how do I get to see these events in the IDE Also on a side note:  When I walk through the code with the debugger I take a NullReferenceError on and event that should not even be ...Show All

  • SQL Server vba now() function in SSAS return GMT time instead of server time

    This query: With member now as now() SELECT now ON COLUMNS , { [Member].[Company Type Hierarchy]. DEFAULTMEMBER } ON ROWS FROM [PurchasEdge Analysis] CELL PROPERTIES VALUE , FORMATTED_VALUE , CELL_ORDINAL , ACTION_TYPE Returns GMT time instead of server time . Any ideas why The host system time is correct. The getdate() function in the SQL instance on the save server returns the correct host system time. My client time is correct. Even tried using the now() in Excel and that is correct. What shoudl I look at thanks in advance for your help. kcheyney ...Show All

  • Windows Forms Opening / Closing Forms

    Hey guys, Really simply, how do you open forms when you click a button! ! (i.e. in VB its docmd.open 'Form'). I just want to click a button and it pop up another form i have designed. Thanks in advance Tom Basically ive got 2 forms : frmFrontEnd and frmPassword. I want btn_1 to launch frmPassword from frmFrontEnd. I have: frmFrontEnd frmpassword = new frmFrontEnd(); frmpassword.ShowDialog(); This however, keeps opening frmFrontEnd... If I enter: frmFrontEnd frmpassword = new frmpassword(); frmpassword.ShowDialog(); i get a compile error: namespace 'frmpassword' could not be found argh.,...something so simple...but so complicated.... ...Show All

  • SQL Server SQL Server 2005 Express SP2 on Vista RTM fails to install

    When I was trying to SQL Server 2005 Express SP2 (November CTP) on Vista RTM, setup failed on the Database Services component with the following log messages: SQL service MSSQL$SQLEXPRESS started successfully waiting for SQL service to accept client connections Service MSSQL$SQLEXPRESS started at Sat Nov 18 09:21:28 2006 SQL_SUCCESS_WITH_INFO (1) in OdbcConnection::connect sqlstate=01000, level=-1, state=-1, native_error=5701, msg=[Microsoft][SQL Native Client][SQL Server]Changed database context to 'master'. sqlstate=01000, level=-1, state=-1, native_error=5703, msg=[Microsoft][SQL Native Client][SQL Server]Changed language setting to us_english. SQL_SUCCESS_WITH_INFO (1) in OdbcStatement::execute_batch sqlstate=01000, level=0, sta ...Show All

  • .NET Development Implementing IAuthenticationModule

    Hi, I'm developing a distributed application which include a Web Service application. I implemented IAuthenticationModule to facilitate custom authentication against my database in the back end. I registered the class that implements IAuthenticationModule in the web config. Also, authentication mode in the web config is set to none. The class gets registered without any problem. The problem I'm having, however, is that my class doesn't get call when there is a request for authentication Hi Delroy, did you add an httpModule to your <httpModules> collection in your web config Thanks, -Stephen ...Show All

  • Smart Device Development CAPICOM Usage on WM5.0 & CF 2.0

    Hi, I have created a wrapper over the capicom.dll which microsoft is providing as a dll. I am able to use it properly on the .NET FrameWork. When i try to use it on WM 5.0 Emulator it is giving me class not registered error. I had created wrapper using tblimp.exe which microsoft suggets to do it. Is there any thing specific procedure to follow for CF or am i missing somthing Please help me out on this You are missing something - version of that COM object for device. Unless there’s a device specific version, it can’t possibly work: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=799470&SiteID=1 ...Show All

  • Windows Forms filepath location with ListBox question?

    Hi all, I have a ListBox that loops through folders searching for specific files & adds them to the list box... only problem is I only want to display the file name & store it's location as well private void Form1_Load( object sender, EventArgs e) { foreach ( string file in Directory .GetFiles( @"C:\ApplicationFolder\Data" , "*.resx" , SearchOption .AllDirectories)) listBox1.Items.Add( new FileInfo (file).Name); // list the file name only in ListBox //listBox1.Items.Add(new FileInfo(file).FullName); // list entire filename path in list box... not what I want } private void listBox1_SelectedIndexChanged( object sender, EventArgs e) { textBox1 .Text = Path .GetF ...Show All

  • Windows Forms what is the procedure to display the datagrid column header with heading

    what is the procedure to display the datagrid column header manually with heading and show 1 row in the datagrid without getting the columns or row through database thanks You could manually create a DataSet, populate it with a DataTable and bind it to the DataGrid. Here is an example of creating a DataSet from MSDN: Dim customerOrders As DataSet = New DataSet("CustomerOrders") Dim ordersTable As DataTable = customerOrders.Tables.Add("Orders") Dim pkOrderID As DataColumn = ordersTable.Columns.Add( _ "OrderID", Type.GetType("System.Int32")) ordersTable.Columns.Add("OrderQuantity", Type.GetType("System.Int32")) ordersTable.Columns.Add("CompanyName", Type ...Show All

  • .NET Development Need sample code for xml validation using SAX in vb.net2005

    HI,   I need a sample code for xml validation using SAX parser in vb.net 2005.i don't want the DOM sample. bcos i already using that object. can any one help me .. thanks in advance Yours BabuKP   If you don't want to use the DOM/XmlDocument then what the .NET framework offers is not SAX but rather XmlReader , a pull parsing approach. This section on MSDN has sample code for doing validation. ...Show All

©2008 Software Development Network