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

Software Development Network >> Matt Watkins's Q&A profile

Matt Watkins

Member List

JRH77
Boomstick
camilletrapp
vskhyd
Ozmael
JP 360
tizzdale27
JBoyceEE
PCIGUY
MouleeswaranSwaminathan
Hello1234567891
Bjorne
edit_21
learningWPF
smitprabhu
Mbccs
adaley
Vidhi Yadav
Anoop PS
Ruud Baars
Only Title

Matt Watkins's Q&A profile

  • Windows Forms PocketPC/WebServices/Click Once

    I've developed a PocketPC Webservice solution with Vs2005, and was assuming i could Publish/Deploy the solution just as i have done with a similar WinForms 2.0 application that uses the same WebServices. There is no option to publish in the Pocket PC project though. And none of the build directories include any manifest/setup files. Am i misunderstanding the concept of Pocket PC deployment in Visual Studio 2005 I assumed i would be able in ...Show All

  • Visual C# Database Security Failure

    Ok, I'm stumped on this one.  I created an Access database, located it on my "C:\" drive and can read it with no problem.  All of the fields in the database are Text. However, when I try to insert a row I get this rather criptic (to me at least) message (from the catch phrase): Error trying to add new record Error: No error information available: DB_SEC_E_AUTH_FAILED(0x80040E4D) After stepping thru the code, I found the error  ...Show All

  • Visual Basic Processing Serial Data

    I need the reduce the processing time in a uMicrocontroller to allow faster sampling times. This has creates a problem in the data collection routine in VB. The old system collected the analog data a converted it to a decimal format before sending it to the serial port. This data is collected and saved using Hyperterminal. The VB program would, when run, would open this file and process the decimal data by graphing it. What I need ...Show All

  • SQL Server Data integration challenge. Will SSIS help?

    Hi, We have a requirement to do ETL on large EDI batch files into SQL Server. For this we have to map several X12 schemas - which are fairly complex - into relational schema. Right now they use Biztalk but that is not a good option for batch processing of large EDI files. Performance is really bad. Is this possible using SSIS Are there any 3rd party tools which might integrate with SSIS to make this easier or can do this as a stand-al ...Show All

  • Visual Basic VB Express 2005

    Hi all, I just downloaded and installed VB Express 2005 Bata 2. When I ran it and select "New Project" and "Window" app, I get 5 dialog boxes that says: Title: Package Load Failure Package 'Visual Studio common IDE package' has failed to load properly (GUDI - {6E87CFAD-6C05-4ADF-9CD7-3B7943875B7C}). Please contact package vendor for assistance. Application restart recommended, due to possible enviroment corruption. Would you like to disable load ...Show All

  • Visual Studio Tools for Office Saving word doc silently

    From within a word doc project in VSTO, I am trying to create and save a word doc to the server without starting an instance of word. Something like this: Private Sub ThisDocument_Startup( ByVal sender As Object , ByVal e As System.EventArgs) Handles Me .Startup Me .Range.Text = "Hello World" Me .SaveAs( "C:\Temp\WordDocTest.doc" ) End Sub Running this in my local visual studio projec ...Show All

  • Visual Basic VB Stored Procedure Alter Database command fails with Sql err code 5011

    Running: Visual Basic 2005 express edition. Sql Server 2005 Express edition. I have created a stored procedure which executes tsql statement to alter the database. Everything works great, except for the actual tsql statement that alters the database. I get back the following sql error message: HariCari SQL Error/s 5011 - User does not have permission to alter database 'HariCariDB' or the database does not exist.5069 - ....... The ...Show All

  • Visual Studio Team System MSF Certification

    I completed the 1846A course - and I wish to become an MSF practitioner. What's the certification that I should pursue I can no longer find 74-100 in the exam list (which used to be the MSF Practitioner exam) - the only one that comes close is the 70-301 one. Please advise. There will be some churn in the MSF exams as we transition to MSF v4.0. I suspect that is why the current MSF Practitioner exam has b ...Show All

  • Visual Basic Filling Part time (Data) to Dataset ?

    Dear Team   if there is a project working on for ex: orders and ordersdetail   after some time filling dataset will slow the performance cause the data mayby    lot ... and no need to update old Commited data ......so   How should filling the dataset for only the last 3 monthes or specific period   any idea   i made the SQLadapter from the designer and from its proprties in the select   for ex : ...Show All

  • .NET Development Adding a new method to a File object in Jscript

    Is it possible to add a new method to a File object I would like to add a method to the prototype so that I have it available for any file that I get by the GetFile() method, however I'm not successful and don't know why. There is no way to do this. The two primary ways one would do this in JScript is to add an expando property directly to the instance or to the prototype object. The File object is a COM ob ...Show All

  • .NET Development Web Service returning Datatable question

    Is it possible to return a datatable that is not strongly typed from a web service using 2.0 When I try it the return type of the method in my proxy class is MyWebMethodResponseMyWebMethod­NameResult. I have read that in VS 2.0 you can return standalone datatables from web services. DataTable implements IXmlSerializable, and the schema for the DataTable is unique enough allowing wsdl.exe to take advantage of the new feature (SchemaImp ...Show All

  • SQL Server accumulating the result of a snapshot replication filtered by date

    hi all, Im running a snapshot replication on table. first, i gonna copy the entire table with a regional filter other than date second i'm going to replicate a days worth of data by using both the regional filter and date filter (getdate) to capture a days wordth of data. the publication are working fine. my question is how am i going to accumulated the result of the filtered snaphot replication in a single table in my db. ...Show All

  • .NET Development ContextSwitchDeadlock on DataAdapter.Fill();

    I have application which uses Access DB I have main form with dataset and mdi forms with DataGridView bound to dataset tables in main form. If I insert record in DB and trying to update dataset table using DataAdapter.Fill() program stops responding for a long time. If I debug application last step is DataAdapter.Fill() and after some time I get a ContextSwitchDeadlock exception. public void ExecuteQuery( string TableName, string ...Show All

  • SQL Server Cannot install SQLExpress after uninstalling June CTP

    I try to install SQL Server Express after uninstalling its beta and get the following error in the log file.  Can anyone help me   Thanks.   Microsoft SQL Server 2005 Setup beginning at Thu Dec 15 20:28:39 2005 Process ID      : 110612 c:\e7b4645908c60721e3107fa330d0184a\setup.exe Version: 2005.90.1399.0 Running: LoadResourcesAction at: 2005/11/15 20:28:38 Complete: LoadResourcesAction at: 2005/ ...Show All

  • .NET Development Exception: Unable to read data from the transport connection

    Hi, We've written code in C#.Net (Microsoft .Net Framework 1.1) for a Windows service to download the .csv files from different sites over GPRS connections through FTP. The Service runs on mulptiple threads to connect to multiple GPRS modems (as of now we are using 3 GPRS modems/connections) to collect the files from different sites at the same time. It all download files and works fine for some time. But later after some time any one of t ...Show All

©2008 Software Development Network

powered by phorum