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

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

daveme

Member List

TDP
Cesaremsdn
Jose Flores
Nima Amin
Paulo Silva Jr.
Praneeth Reddy
Jonathan Freidin
SriNalajala
vladtch
BoulderGent
Jason Stowe
metaza
Christof.Mattes
Budfoot
IanTP
skypekid
Solange
TheChemist
Rick Potts - MS
Michael Stephenson UK
Only Title

daveme's Q&A profile

  • Windows Forms Server and Office Web Components

    Hi, I installed OWC on the Server.  When I open the URL http://192.168.131.21/Terrarium, it's redirected to http://192.168.131.21/Terrarium/Charts/ChartNew.aspx and I got the following error: (the same on the Server and on a Client)  Server-error in the Application '/Terrarium'. COM-Object with CLSID {0002E500-0000-0000-C000-000000000046} is not valid or not registered. Source-error: Line 485:    chart.Bui ...Show All

  • .NET Development XML Exception

    Hi friends,      I got an exception while processing a XML file. The following is the exception. Can anyone help me to findout the exact reason behind this exception - < Message > - <![CDATA[ System.Xml.XmlException: '', hexadecimal value (1F hex char (sending plaintext)), is an invalid character. Line 14, position 197. at System.Xml.XmlTextReaderImpl.Throw(Exception e) at System.Xml.XmlTextReaderImpl.Throw(String res, String[] args) at System.Xml.XmlTextReaderImpl.ThrowInvalidChar(Int32 pos, Char invChar) at System.Xml.XmlTextReaderImpl.ParseCDataOrComment(XmlNodeType type, Int32& ou ...Show All

  • Visual Studio Team System TFS Analysys Services service stops all the time

    The Event log is logging this error; The description for Event ID ( 22 ) in Source ( MSSQLServerOLAPService ) cannot be found. The local computer may not have the necessary registry information or message DLL files to display messages from a remote computer. You may be able to use the /AUXSOURCE= flag to retrieve this description; see Help and Support for details. The following information is part of the event: Internal error: An unexpected exception occured.. I went to see the log files SQLDUMPER_ERRORLOG.log in C:\Program Files\Microsoft SQL Server\MSSQL.2\OLAP\Log And I see this every time the service goes down: 0 ...Show All

  • Software Development for Windows Vista VB.net implementaion does not return Instnceid

    I ran Asp.net implementaion of Hello World in VB. Protected Sub Button1_Click( ByVal sender As Object , ByVal e As System.EventArgs) Handles Button1.Click Dim workflowRuntime As WorkflowRuntime = WorkflowWebRequestContext.Current.WorkflowRuntime Dim scheduler As ManualWorkflowSchedulerService = workflowRuntime.GetService( Of ManualWorkflowSchedulerService)() Dim workflowType As System.Type AddHandler workflowRuntime.WorkflowCompleted, AddressOf WorkflowRuntime_WorkflowCompleted ' Load the workflow type workflowType = GetTy ...Show All

  • Smart Device Development Defragmented Internal Memory

    Is there a tool that can be used to defragment internal memory. Not an SDCard. I have found lots of tools for that. But nothing for internal memory. Any odeas Thanks I don't think it's a memory fragmentation then. Memory fragmentation is only an issue if application was doing numerous allocations and deallocations. As soon as device resets, fragmentation is gone and you can start all over. I've no good answer as to why this particular device has a problem. Perhaps, OS image is corrupted, but that's not likely and should be detected by loader. You can try reflashing it if newer image is available. ...Show All

  • .NET Development Entering Table data error

    I'm using Visual Basic 2005 Express Edition Beta 2. I'm having a problem with the table showing up columns that I defined.  For example, in the pictures below, I've set up 3 columns:  Title, Rating, and Genre.  You can see the data type is fine, and i've set to no null entries.  When I go to enter data in the table, all that shows up is the first column, Title.  No matter how many columns I define, only one shows up in the table data.  I've included the error message too to see if anyone can figure out what it's trying to tell me.  Is there something I'm doing wrong   I watched the .NET Learning ...Show All

  • Visual C++ Is c++ .net compiled??

    <Drunkalot@discussions.microsoft.com> wrote in message news:c122f850-6854-48b9-b821-aedbd4b034ba@discussions.microsoft.com > Is the c++ .net full compiled like the older vc++ 6.0 or it is only > compiled to the CLR, like c# It can generate either native machine code, or managed code. The choice is yours. -- With best wishes,     Igor Tandetnik Hi... Is the c++ .net full compiled like the older vc++ 6.0 or it is only compiled to the CLR, like c# thx.. ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Problem loading an X File

    I'm trying to break into the world of game development, but I'm having a spot of trouble with creating my own content and I don't know where else to ask for help. I have a sample engine and I'm using 3ds Max to create a custom level, I'm using the Panda Exporter to export to a .x and I've used it on the sample .max file the engine author provided, so I know the issue is not the exporter settings. The problem occurs when I call D3DXLoadMeshHierarchyFromX, the frame pointer I pass in comes back null. Can anyone tell me why this might occur, or point me to some good reference material for Frames and Hierarchies Thank ya. ...Show All

  • Visual Studio 2008 (Pre-release) How to get IErrorHandler to work

    I am trying to get IErrorHandler to work. I never hit the break point I set on HandleError or ProvideFault using the code below. Any help is appreciated. Dave Hi Dave. I believe that from the Feb CTP on you cannot implement IErrorHandler on the service and have it invoked. You must add it to the ChannelDispatcher.ErrorHandlers property. If you do: foreach(ChannelDispatcher chDisp in host.ChannelDispatchers) { chDisp.ErrorHandlers.Add(new Report()); } and then host.Open(); you'll find that it gets invoked. However, the typical way to add such things now is to create a custom IErrorHandler object and use an ...Show All

  • Windows Forms chabge color of BoldDates of MonthCalendar Control

    Hi,      How can i give diffrent color for BoldDates of MonthCalendar Control Regards,   Shiju Varghese ...Show All

  • Visual Studio 2008 (Pre-release) Can i implement CAB in WPF application

    can some one let me know how can i implement WinFX usercontrols in my CAB modules. I've read that you can host the WPF engine as a control in a WinForms app, but I believe you would need to do this repeatedly to host multiple WPF controls in multiple workspaces. This would get quite costly very quickly. If you've been reading up on the CAB you've probably heard the team talk about how they've built the CAB with WPF in mind. When they say this, they mean that you can make WPF workspaces and WPF SmartParts to build applications using the CAB. The CAB doesn't automatically hook WPF into WinForms apps, however. ...Show All

  • SQL Server Backup File I/o Error

    Guys, Apologies if this is in the wrong section. I have a SQL 2000 database which I backup to a folder on the hard disk using the following command in a Server Agent: BACKUP DATABASE [Multilog] TO DISK = N'C:\MSSQL7\BACKUP\multilog_backup' WITH INIT , NOUNLOAD , NAME = N'Multilog backup', NOSKIP , STATS = 10, NOFORMAT Recently it has been failing with the following error message: Nonrecoverable I/O error occurred on file 'C:\Multilog Database Files\Data\MultiLog_data.MDF'. [SQLSTATE 42000] (Error 3271) Backup or restore operation terminating abnormally. [SQLSTATE 42000] (Error 3013). The step failed. Any idea what could be cau ...Show All

  • Smart Device Development simply writing to a file...

    Hi, I'm trying to create and write to a file using VB.Net and Pocket PC 2003 SE Square Emulator using the folowing code from the help files: Dim fs As New FileStream( "mySampleFile.txt" , FileMode.Append, FileAccess.Write) Using sw As StreamWriter = New StreamWriter(fs) ' Add some text to the file.\\server\share\path\file.name sw.Write( "This is the " ) sw.WriteLine( "header for the file." ) sw.WriteLine( "-------------------" ) ' Arbitrary objects can also be written to the file. sw.Write( "The date is: " ) sw.WriteLine(DateTime.Now) sw.Close() ...Show All

  • Visual Studio Express Editions Check Array for in another Array

    I have a console utility I am trying to build and I am wondering what's the best way to go about checking one array to see if each of it's values are in another array Let me explain. I have a text file which is set up like this: UserID1,Group1 Group2 Group3 Group4 UserID2,Group1 Group3 Group4 UserID2,Group5 Group6 So, one UserID can be on multiple lines, but groups never repeat. I also have setup an array of groups that the user SHOULD be a member of. GroupsNeeded = ("Group1", "Group2", "Group3", "Group4") (I don't know how to initialize multiple values in an a ...Show All

  • .NET Development Howto implement security COM+ when client call by .Remoting !

    Hi , I'm buiding a application Client / Server by .Net 2003 as the follwing : + Server : - A class is written by COM+ which contains tow methods Add , Sub two number integer and then set security for COM+ contains two user - User A : only call to method Add - User B : allow call to both method Add and Sub. Then I hosted COM+ application by the other application .Net Remoting . + Client - I used .Net Remoting to call to the method in COM+ . * Problems are : - Server machine side, I created two user A and B , user is logoning is user C and I added users into Marshall role . - Client machine side , I login by user A and call to ...Show All

©2008 Software Development Network