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

Software Development Network >> Patrick Shirley's Q&A profile

Patrick Shirley

Member List

AHachmann
bennymacca
.Net Pro
GCB
Christian Arnold
Gurpreet Singh Sawhney
TruePsion
straightener
Nigel Hamer
qrli
ToddMo
Abara6
Bob Tease
QuantumMischief
richmtl
Elad_23
Pantokrator
velkan
Tuppers
progames25
Only Title

Patrick Shirley's Q&A profile

  • Smart Device Development [Smartphone-c#] Word files

    hi! i have created an application that open a specific *.doc file in a directory. but when i try to run it the smartphone gives an error on the "Microsoft.Office.Interop.Word.dll"... i have tryed to import the dll and copy it on the phone, but it doesn't work... why     //-------------------------------------------------// this is the error message: TypeLoadException was unhandled" Corpo: "File or assembly name ' Microsoft . Office .Interop. Word , Version=10.0.4504.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35', or one of its dependencies, was not found. so..when i import a doc file it would be converted to a mobile one but if i copy a desktop one on a memory card ...Show All

  • Smart Device Development Platform Builder error 126

    I am getting error 126 when I try to load my VS2005 Winmobile App from the desktop in Platform Builder. The same App targeted for Smartphone Emulator works fine in the VS2005 emulator. I suspect there is some mfc dll missing on my target. Is there a tool I can use to give me more detail on dlls that fail to load I'm not sure if there is any tool around to help you. In your error message, you wouls have got something like "DEVICE!CreateDevice: couldn't load 'xyz.dll' -- error 126 ". The dll it points to is most likely the culprit. This issue is vaguely similar to http://groups.google.com.sg/group/microsoft.public.windowsce.platbuilder/browse_thread/thread/13b64073c0bb904a/5adef741d126a319%2 ...Show All

  • Software Development for Windows Vista Markup with ComposityActivities

    Hi, I have the following scenario: I have a custom activity named BaseActivity. This acivity has a DependencyProperty string name. I have a custom activity named ComposityActivity. This activity is a sequential activity which has two child activities: BaseActivity and CodeActivity. I create an instance of ComposityActivity and I set the property name to "Test", then I create an instance of SequentialWorkflowActivity and I add the instance of ComposityActivity. When I use WorkflowMarkupSerialize to write a XOML representation of the instance I lost que value of my string because it write something like: <SequenceActivity x:Name="SequenceActivity" etc...> <ns0:ComposityActivity:Name="composityActivi ...Show All

  • Visual J# JDK version

    Hi, I want to know which version of jdk that J# support. It seems to me that it only support JDK1.1. If it's the case, does somebody know if it will support newest JDK soon Hi, As of now J# supports some of java 1.1.4 functionality and some of 2.0 functionality. We will keep community updated as we increase JDK support. However, if you are looking for some specific functionality, you can use .NET class libraries. Let us know if you have any questions around using .NET class libraries. Thanks, Varun ...Show All

  • Visual Studio Team System Question on merging through the API

    Hi, I have a small application that merges files between two folders. To do that I'm using the merge method of Workspace class This is the way I'm using the method: workspace.Merge(sourceFile,targetFile, VersionSpec.ParseSingleSpec( CSNumber, null), VersionSpec.Latest , LockLevel.None, RecursionType.Full, MergeOptions.ForceMerge); My problem is in cases that I'm trying to merge between two files That the change on them (ChangeType) is: Rename or Delete On these cases the application fails. There is a way to merge this kind of changes through this method – workspace.Merge Thanks in advance, Shmulik. Hi, My application takes a bunch of CS and sort ...Show All

  • .NET Development access permission probelms. HELP ME!!!

    I have two computers, a desktop and a laptop, both running win xp home. Both are wirlessly enabled and connect wirelessly to the internet through a belkin router. The desktop will happily see the laptop and share files, and everything seems to work just fine. The laptop, however, refuses to see the desktop. I have shared all folders properly, both are part of the same workgroup, and I have run the network set up wizard, and tried to connect using RUN and the IP address. Whenever I try to connect the laptop to the desktop I get the same message; \\... is not accessible. You might not have permission to use this network resource. Contact the administrator of the server to find out if you have access permissions. Access is denied. ...Show All

  • Visual C# Understanding best use of config files for Web Applications

    Hi, Web Applications use the web.config file however they do not seem to allow me to add extra parameters that I need. (Note: The extra parameters do not always relate to the normal items stored in this config file) For example, I would like to add something similar to the following: <myUniqueConfigSettings> <add name="MyUniqueSettings" myUniqueSettingString="blah; blah;"> </myUniqueConfigSettings> Is this possible Or do I have to create my own separate config file for such items and read from that Thanks in advance Andrew The web.config file works just like a normal application configuration file. In order to add ...Show All

  • SQL Server disappearing data

    I am not sure where to put this but correct me if i'm in the wrong forum. I've been working on this database for some time now. It's an Access 2003 database with a SQL backend. Everything was going well until one of the users noticed her data was disappearing after she send an email. The database has a memo field that gets pasted in the body of an email when it is created. Sometimes, when the user sends an email and goes back into the record, the memo field is blank. I know the field has data in it at the time of the email because it will give you an error if the field is null and you won't be able to send it. And, it goes into a history table with everything the user does with each record. I've checked this history table an ...Show All

  • Visual C++ Open up a VC++6 project in VC++8 express edition?

    MS supportforum 22.02.07 Hi. I'm gonna develop a winform application to visualize some datapackets from the microcontroller Atmel AT90USB1287. Atmel has provided me with an example code written in MS VC++. I'm new to developing winform application and new to VC++. I have downloaded the VC++2005 express edition, I've installed the servicepack 1 for VC++ 2005, installed the SDK sp1, and followed the instruction in "how do I" in VC++ for the SDK integration. I opened the example code projectfile in VC++2005 and tried to compile it (F7). I got the following errormessage: 1>Creating browse information file...1>Microsoft Browse Information Maintenance Utility Version 8.00.50727 1>Copyright (C) ...Show All

  • SQL Server Migration Problem of Sql 2000 to SQL 2005

    Hi all, We migrated our database from SQL 2000 to SQL 2005. But we faced some problems, according to the requirements of our project we dont want to apply some constraints on some fields of some tables. But when we run the database script of our old database on SQL 2005, it applied many constraints which causing some serious problems in our project. There are about 100+ tables in our database and some one told me that we have to false every constraint manually. Now, my question is that is there any solution of our this problem. Best Regards hi, can you please expand on it applied many constraints which can you post some SQL2000 DDL and how you like it to be in SQL ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Debugging Content Pipeline

    I'm trying to debug the content pipeline. I don't have VS Professional, only the express edition. I searched the forum an found a link to a blog that tell to try this: System.Diagnostics.Debugger.Launch(); I put this line in my content processor code, but when I compile VS output an error saying: "No JIT debugger registered on the current machine" Surfing the web i noticed that VS Express does not support JIT debugging. So, am I wrong or I can't debug the content pipeline Also... i found in some source code of a custom processor this line of code: context.Logger.LogImportantMessage("Message"); What's the need of this declaration How could I use it waruwaru, he's talking about content pipeline stuff. I' ...Show All

  • Software Development for Windows Vista Conexant Audio On 64bit Vista

    Why you are here...Because you have a problem getting your Conexant Audio device to work in your Gateway, HP, Compaq, Emachine, Etc in Windows Vista in the 64 Bit version. The purpose of this post is to simplify everything that I have taken in over the last 2 days in hopes of keeping everyone else from wasting their time. Summary: There are currently no drivers to remedy the situation. Several people have talked to HP, Gateway, And Compaq support; however, either the dont understand that we need a driver or they say there is going to be one in the future, but it has yet to show up. Now there are drivers out there that will work to get sound out of your machine; however, they are not signed drivers. Therefore, you are forced to hit F8 ev ...Show All

  • Windows Forms Datetimepicker

    How can I set datetimepicker's default date to today date Hi, you can just set the Value property to DateTime.Now. Also if this value is not set anywhere the DateTimePicker will use DateTime.Now as the default time it uses. Mark. ...Show All

  • .NET Development Unable to consume Web Service with DictionaryEntry

    I have a Web Service that returns a List<MyClass> and MyClass contains a public DictionaryEntry property. I am trying to write a Unit Test to consume this web service. I am able to call the web service from Atlas (JSON serialization), but it does not work through SOAP. The following is the exception generated when running the Unit Test: Test method WebService1_WebMethod1 threw exception: System.Web.Services.Protocols.SoapException: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.NotSupportedException: Cannot serialize System.Collections.DictionaryEntry. References in structs are not supported with encoded SOAP. at System.Xml.Serialization.SoapReflectionImporter.ImportStructLike ...Show All

  • Visual Basic dll problem in .net setup

    Hi, I'm GRK I'm using a VB6.0 dll in two .net applications and made setup for those applications and i installed both the applications in a system.upto here everything is fine. But when i uninstall one application then it is unregistering the dll from the registry,so the second application is unable to work,and giving an error.So how to solve this problem,i tried with the property changes of the setup for the dll. Any help is appreciated.thank you regards GRK That is the problem with the dll's and microsoft named it as dll hell. I'm solving this problem by going to control panel>> add remove programs and select that application setup-one which got problem and clicking on the repair will repair and re inst ...Show All

©2008 Software Development Network