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

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

MartySeed

Member List

GoDaddy
Ha Duo
Nathanael4499
Artje
Dmitriy Ovdienko
Andre's
Karl Hulme
tm9t9
TestEng
RookieDBA
Sanje2v
MarlAtkins
Fille
Speednet
Francisco6783
garyvdailyware
Surit Roy
clint 2
Jens-Christian Larsen
Greg Beech
Only Title

MartySeed's Q&A profile

  • Windows Forms Prerequisite not working?

    I'm trying to build a setup for my application using a Windows Installer project. I'm using VS2005. My Windows application requires SQL Server 2005 Express, so I marked that as one of the prerequisites. I built the installer successfully and ran it on one computer running XP. It successfully detected that neither .net 2.0 or SQL Server 2005 Express were installed and installed both of them before installing my application. My application ran just fine and life was good. I then took the exact same setup.exe and setup.msi and ran them on another computer - also running XP. It didn't attempt to install either of the prerequisites, and seemed to successfully install my application. As soon as my app was launched though it failed with " ...Show All

  • Visual Studio Tools for Office Problems SmartDocument 1.1 in new Office B2TR

    Hi, i'm testing new Office Beta2 TR and i'm having problems running our projects Smart Document build on Framework 1.1. In the previous version (Beta 2) these works correctly. In a particular case from a popup form when i write cells in excel i have this error: System.Runtime.InteropServices.COMException (0x80028018): "Old format or invalid library type".... Have you any suggestion I post a sample code: CodXpath = "/ns1:Arts/ns1:Art/ns1:ART_Cod" DescrXpath = "/ns1:Arts/ns1:Art/ns1:ART_Descr" oRange = m_oSheet.XmlDataQuery(CodXpath) If oRange Is Nothing Then oRange = m_oSheet.XmlMapQuery(CodXpath) CType(oRange(2), Excel.Range).NumberFormat = "@" CType(oRange(2), Excel.Range).Value = ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Recommended Managed DirectPlay Book?

    Hi All, I've done some trauling through the web for some DirectPlay material and this subject is neither here nor there. Can anyone recommend a good book or reference for this API as I cannot find a thing. If there is not a Managed book about a C++ based book would be acceptable. TIA NozFx You can find samples and such in the older versions of the SDK, I would sugest to have a look at them.. You might want to try the dec 2003 sdk. Also the Managed DirectX Kick Start book (by Tom Miller) has some chapters on it that you can lern a lot from. I also released a chat program on www.gotdotnet.com in the users samples a while back. But my suggestion is to move into the System.net classes and des ...Show All

  • SQL Server Which method to use for synchronization?

    I have three options in my mind to synchronize my data of sql server compact edition with sql server 2000/sql server 2005. 1)Merge Replication 2)Remote Data Access 3)Web Service All the data would be residing on Sql server 2000/2005 and user will get their data after being authenticated and will change the data and add new data and then again will synchronize with server with new changes. Please suggest me solution, my opinion is going towards Web service. Thanks Hi! I'm in the exact same situation where I have to choose the correct synchronization method. To choose method it really depends how your applicatoin is going to work. RDA is only one way for example. Merge seems great but y ...Show All

  • Visual Studio Creating dynamic columns in crystal report using C# 2005

    Hi, We are delevoping C# windows application where we want to embed new crystal reports. Is there anyway to create and place the Report Objects(fields, Textbox, Subreport etc) in ReportDocument through C# code at runtime . For ourcase, the number of columns in the report will vary for different scenarios. So we have to control the number of columns and positions at runtime. Is this possible to do it through crystal report Could you give any method in CrystalReport to achieve the above task Thanks, Senthil A Older versions dont allow you to create columns at runtime but you can supress and enable columns. Here is a sample using Oracle, it can be further improved , read the readme ...Show All

  • SQL Server inserting records - mswebtasks error

    SQL Server 2005 on a Windows XP PC If I "Open" a table and try to insert a new record, I get an error: The data in row 100 was not comitted. Error Source: .Net SqlClient Data Provider. Error Message: [Microsoft][SQL Native CLient][Sql Server] Invalid object name 'msdb..mswebtasks'. SQL web Assistant: Could not execute the SQL statement. press ESC.... Any ideas thanks John Thankyou for the triggers comment. There was an old dis-used trigger hiding in the background ! thanks John ...Show All

  • Visual Studio Express Editions datetime trouble

    Hi! I'm using VB.NET 2005 Express Edition under Windows XP. In a clean project I write: Dim myDate As Date myData = CDate("12.05") myData = System.DateTime.Parse("12.05") both instructions return the exception: "Index was outside the bounds of the array." Source: "mscorlib" The same if I try to convert/parse a date such as "3/4/06". Thank you, Marco Trapanese / iw2nzm nobugz wrote: Umm, the only Italian I know is the Pope. Except that the Pope is German, not Italian. ...Show All

  • .NET Development Trouble updating

    Hi I am using SQL Server 2005 to store my data which consists of several objects that have relations between each other. Now my trouble is the following scenario: Object A references a list of object B that references a list of object C and also contains a reference for object A. When data changes i want to update my tables using only the changed data in my update command. However sometimes the number of objects B changes in object A and some other time only some trivial variables change. Now my question is: Is there an easy way of figuring out, which has changed in an object and then apply the right update statement to my SqlDataAdapter So far i have tried removing the item first and then readding it with the change ...Show All

  • Visual FoxPro reading a directory for a existing files

    hi there! im new to vfp and i want to make a programm that reads a certain directory and which gives me back the number of the files in that directory and the filenames. can someone tell me how it works in vfp it will really be great... thanks in advanced! novelle i've tried it but it seems that is not working... i have vfp 7.0 so with that code i get the number of the files in the directory how can i get then filename thanks a lot its really a big help! novelle ...Show All

  • Windows Forms Insert by Data-Adapter...

    Hello All, I'm facing some problem when i insert any data to a table by using data-adapter. I've a table named "Campus" and it has three colums those are - CampusNo - Location - PhoneNo now i want to insert one row into that table...thats why i wrote.. RMSDataSetTableAdapters. CampusTableAdapter camAdap = new RMS.RMSDataSetTableAdapters. CampusTableAdapter (); try { camAdap.Insert(3, "Temp" , 123); } catch ( Exception ee) { MessageBox .Show(ee.ToString()); } but unfortunately this code is not working. even i didnt get any exception. then i did the same things with another table, but same things are continued someone please help me to find out my mista ...Show All

  • Windows Live Developer Forums IRC-Channel for VE?

    he, what about an IRC-Channel about Virtual Earth, to share ideas, and get help a bit more quickly than just thru the forum If somebody wants to setup a channel on any network, post the network name and channel name, i definitely will be there. Well my website is soulsolutions.com.au and my name is John@ If you want to setup the IRC channel and let us know how it works / how to login etc I'm happy to join in. John. ...Show All

  • Smart Device Development C#: IR Communication between PPC6700 and TV/DVD/HT Receiver

    Hi. I read the two articles: http://www.codeproject.com/netcf/PocketBeamer.asp (C#/Audio Port) http://www.codeproject.com/ce/TVRemote.asp (C++/IR) and I wanted to use IR, programmed via C#, to send IR codes to TV, DVD, etc. and I know the basics of IR, so I wanted to try to program an application for sending IR codes like when I press channel up/down, etc, which I'll have to learn the IR codes which I'll do a research once I get to know how to do it. Please note: I don't want to use audio port, but with IR and so I've never done this before. Any help will be appreciated. Thanks. It's never too late to learn. Here’s the best book on C ever (IMHO): http://cm.bell-labs.com/cm/cs/cbook/ C++ is just ...Show All

  • Windows Forms User Control Inheritance and Namespaces

    I've noticed two unusual issues with Windows Forms user-controls in Visual Basic and was wondering if there was a workaround for either of these: You don't seem to be able to place a user-control in a namespace other than the project's root namespace. When you add the namespace to the class file you receive the error: The class UserControl1 can be designed, but is not the first class in the file. Visual Studio requires that designers use the first class in the file. Move the class code so that it is the first class in the file and try loading the designer again. I assume this is because the partial class is in a different namespace, is there a way to influence what namespace is used for the partial class You can't have ...Show All

  • Visual Studio Tools for Office More on Exception from HRESULT: 0x800A03EC

    I've been trying to trace this error down and I've found a curious thing. 1) When I put a breakpoint on the ThisAddin.Designer.vb New method, I find that it appears to be the first line called. No surprise. What is surprising is that I have an exception before that line executes. A first chance exception of type 'System.IO.FileNotFoundException' occurred in mscorlib.dll 2) When I step through all the startup code and into my test code (below) I get the following two additional exceptions on the line Debug.Print(Application.ActiveCell.Name.ToString) A first chance exception of type 'System.Reflection.TargetInvocationException' occurred in mscorlib.dll A first chance exception of type 'System.Runtime.InteropServices.COMException' ...Show All

  • Visual C++ Connectiong Remote Sql server in vc++ 6.0

    Hi All, I'm new user of vc++ 6.0 and sql server express as the database. Both the development and the database are in same machine as of now. i use Ado and connect the database using the connection string as "Driver={SQL Server};Server=AMJATHKHAN\\SQLEXPRESS;Database=TestDB;Uid=;Pwd=;" its working fine in my pc. when i try to run the same executable in some other pc in the same lan it wont work.. the sql server express is accessible to all machine in the LAN. then wat is the way to connect the remote sql server using vc++ plz help me. With Regards Amjath Hi viorel, y i want to use like this. becoz i use the strConn inside of recordset->open(query, strConn) y i want to this that thing is there ...Show All

©2008 Software Development Network