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

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

Ngangom

Member List

FreddyHalim
SniperXss
SquareDanceSteve
dabagaalle
Mr Fluffy
Bo Jangeborg
Roni Schuetz
Dennis Cheng _ MSFT
Edward Zhou - MSFT
GarthK
amal02
bchadraa
superfly679
Deutschland vor!
m.singh
Aviva Goldenberg
mungorabbit
BJPHODGE
Ryan F
arstacey
Only Title

Ngangom's Q&A profile

  • Smart Device Development SQL Mobile development

    Hello, I want to add a SQL database to to stand alone mobile application.  Do I need a copy of SQL server to build this database or are the necessary tools available on Visual Studio 5.0   Thanks in advance. Drum Red Hi Friends i added a . sdf file in VS2005 project,i got unpexted error exception,i want to know that: 1)what Libs(.dll) needs to be referenced and where are they located 2)how can I bind ...Show All

  • .NET Development Problem with xpath and namespacemanager

    This is really bugging me.. I have an xml file were I want to retrieve info by doing a xpath query with SelectSingleNode and SelectNodes. .Net requires you to use namespacemanager, but I cant get it work. The query just gives me null. When I take my namespace xmlns=".." from the root element away then it works. Here is the code and xml file...could someone help me please c#: try { XmlDocument doc = new XmlDocument(); doc.Load("sampleXML.x ...Show All

  • SQL Server SqlCePeplication.Synchronize

    I am attempting to follow the example from VB.NET 2005 on synchronizing and SQL Database and an SQL Mobile 2005 db. I have verified that the PALM device (Treo running WM 5) when the device is connected to my desk top by using IE on the Palm to browse to the shared Folder I set up with IIS and the Configuration Web Synchronization Wizard. The error I get is "An incorrect or unsupported HTTP function call was made." and I have not ...Show All

  • Visual Studio Adding folders to project items

    I have a web application project that is in a folder called webapp. This folder has a sub-folder called sub1 that has been included as a part of the web application project. I am able to create another sub folder under the webapp folder using the following code: projItem = proj.ProjectItems.AddFolder("sub2", Constants.vsProjectItemKindPhysicalFolder); This work fine. I now have the ...Show All

  • Visual Basic Launch URL from Windows Service

    Hi all, Anyone knows how I can launch the browser from a Windows service I tried with S ystem.Diagnostics.Process.Start(URL), but it is not working. The code first. Please see my comments below. Public Structure psec Dim sFileSpec As String Dim sCommandModifier As String Dim sRunDirectory As String End Structure Protected Sub CreateProcess( ByRef packet As clsIO.psec) ...Show All

  • Windows Forms Thanks!!!!! But you are wrong...

    Hi! Since TaskVision doesn't follow any of the Microsoft Patterns (as a matter of fact it doesn't follow any pattern at all, it doesn't even follow the  ADO.NET  API or WindowsForms.NET API) and so many people is downloading it, using it, and&n ...Show All

  • Visual C# Playing a resource sound on form load?

    have imported a .wav audio resource into my Visual C# 2005 Beta IDE and want the sound to play on form load. The documentation I've read gives a sample: private void playSoundFromResource() { SoundPlayer sndPing = new SoundPlayer(SoundRes.GetType(), "Ping.wav"); sndPing.Play(); } SoundRes = A sound resource name. How do I get my sound to have a name Add the audio file to your resources (Project -> myNames ...Show All

  • .NET Development Unhandled error soap:server unble to progress request file or assembly name some.dll, or one of its dependencies, was not found

    Hi, I am developing web application with OWC10 and Web serice and OLAP AS. I had developed the reports and working in my local pc fine. but when I installed in the server I am getting below error as a popup. Unhandled error soap:server unble to progress request file or assembly name <some>.dll, or one of its dependencies, was not found dll name is always changing. I developed using microsoft samples as like this http://msdn.mic ...Show All

  • Visual Studio 2008 (Pre-release) ProxyClient

    Hi, I'm having some problems using a proxy-client. I have an object "Bracket" with some specifications (x,y,time,name) In that object-class, I also have a override string ToString- method. Now, the problem is when I'm trying to use that ToString-method in my Proxy-client. In a normal client using ChannelFactory, the client uses the correct ToString-method, but the proxy-client doesn't. The Proxy-client uses a self-generated assembly- ...Show All

  • Smart Device Development VS 2005B2 remote app running problems

    Hi, I used to be able to run/debug applications on my AudioVox smt5600 using Visual Studio 2005 Beta 2, but now it has stopped working, and I'm stumped about how to fix it. VS reports that the deployment has succeeded. I get the little multicolored pie thingee, but it just goes on and on, and never runs the application. If I navigate to the app via file manager on the device, I can run my app without any problems. If I switch to the release c ...Show All

  • .NET Development variable in SQL, is what in Microsoft Access?

    I've used nothing but SQL Server 2000, and to use variable in a stored procedure you use @variable to declare them. I'm having Access thrown at me unwillingly...so I need to know what the equivelant is in Access. So let's say the sql sp is the following, how would it look in Access : @var1 smallint, @var2 char(5) AS Select * From SomeOddTable Where col1 = @var1 and col2 = @var2 I had posted this, but it somehow got delete ...Show All

  • Smart Device Development What components create a 'complete' eVC++ SDK?

    I have downloaded eVC 4.0 early December and SP4 a couple of weeks ago. Now I see all eVC downloads are updated to 1/20/2006. I need to build GUI applications for CE.NET 4.1 and CE.NET 4.2 immediately and if possible support CE.NET 5.0 as customers migrate. These GUI app's will use simple serial I/O. I see SP3 supports different devices than SP4, WTL packages, PPC, WindowsMobile and CE Emulator SDK's (standard_sdk.msi), etc. What com ...Show All

  • Visual C# Create Dataset Object from Schema (xsd)

    In VS 2003 we could save the dataset schema and it would create our typed Datset object automatically.  I cant see where to do this in VS 2005.  Can someone please explain how to handle this now. Thanks -j hello... show all files. it is now named like this. datasetName.Designer.cs (or, .vb) many of the souce file and location named differently i also little bit confused ...Show All

  • Visual Studio The definition of Triangle and Rectangle shape in Domain Model.

    When I look at the "Relationship" in the Domain Model, I see two sorts of shape, "Triangle" and "Rectangle". What do these two shape mean And why do we use "Triangle" and "Rectangle" to denote these meanings Thanks alot. Each shape represents a role of the relationship. The choice of symbols was orginally to show the direction of the relationship from source to target, but it is re ...Show All

  • Software Development for Windows Vista Error while Loading Workflow Dynamically using XOML File

    I have created a State Machine workflow project (with code separation) and added some states and set InterfaceType and Eventname. Interface DLL is : "LocalServices.dll" Closed the project and opened new console windows application and i copied workflow1.xoml , LocalServices.dll into debug folder. and typed the follwoing code in Main function File.WriteAllText("TmpWorkflow.xoml", File.ReadAllText("Workflow1 ...Show All

©2008 Software Development Network

powered by phorum