KurtD's Q&A profile
Smart Device Development Unable to connect to live Web Service with Smartphone Emulator in RC
I'm still struggling with Emulator connectivity in the SmartPhone Emulator. Here's the setup: VS.NET 2005 RC SmartPhone 1.0 Framework App Connecting to a Web Service both on local machine and on the Web Emulator set up running and cradled Network Configuration has the Enable NE2000 PCMCIA Network Adapter set No other options are explicitly set from default The emulator seems to have good connections to both the local machine and the Web using I ...Show All
.NET Development track downloading from website
hi my website contains some pdf files to be downloaded. is there any way that detects whether the downloading is completed or not. details: i have to make a website which sells ebooks. ebooks are downloadable. now wat i want is when a user pays for a book, the downloading starts automatically. a temporary path(folder) for every user is created after paying. and after the downloading is completed that path(folder) gets deleted. now ho ...Show All
.NET Development Interview Question in Web SErvices
Hi, Can any one give me few interview question on web services. Regards, Srinivasa D Parupalli. I have Answered your question here: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=81931 Regards, Vikram ...Show All
SQL Server sql server 2005 error handler
At present There is a stored procedure with several sql statements. Each one has a standard sql 2000 error handler. i.e. after each statement there is a if @@error > 0 ... does this mean that I have to place a begin catch instead of each present (if @@error > 0) Or, how can I use the begin try...begin catch... which replaces what I have at present (i.e. several if @@error > 0) Thanks TRY..CATCH pr ...Show All
Smart Device Development Disabling or deleting system programs
I have the pocket pc os vs (I think) 4.20. I want to disable or delete the system programs like the games and and calculator. I tried to delete but there seems that there are backup instalation files that restore all of the programs that I delete when it reboots. Does any one no a way to do this. Thanks This thread was moved to this forum from the Mobile and Tablet development on Windows Vista forum. I think tha ...Show All
Visual C# Error during reflection - dependancy not found
Hi guys, When attempting to create an instance of a type, in an assembly I am getting an error saying that a referenced assembly, or one of it's dependencies cannot be found. I decompiled the assembly using the ildasm tool and copied all the referenced assemblies into the same folder but it doesn't seem to have fixed the issue. Any thoughts I'm getting pretty desperate, as if I can get this to work I'll have finished a major project. Th ...Show All
Smart Device Development Can I install CF2.0 on a Windows Mobile Smartphone 2003 SE?
Hello, I noticed that CF2.0 is supported on Windows Mobile 2003 Pocket PC, but not Smartphone. Is this a documentation error, or is the Smartphone 2003 SE OS really not supported Thanks, ravi It's not supported . It runs on WinMobile 2005-smartphone only. ...Show All
Visual Studio Gatteing a Service from within an Addin
Is there a way to access the GetService method on a service provider from within an AddIn. ----------------------------- Jack Stephenson Hi, Yes, see for example my article: HOWTO: Getting IDesignerHost and IHTMLDocument of WebForms from a Visual Studio .NET add-in http://www.mztools.com/articles/2005/MZ004.htm ...Show All
SQL Server There is a way to use an arbitrary parameter in OLAP Report (not associated with a dimension)?
I'm using a lot of parametrized reports. But yesterday I want to make a report which takes a boolean parameter to do something like this: WITH MEMBER [Measures].[ShowU$SMeasure] AS ''+@show+'' MEMBER [Measures].[ShowingData] AS 'IIF([Measures].[ShowU$SMeasure], [Measures].[Amount], [Measures].[Tons])' ... ... ... If I pass true then show U$S else Tons. But the report want to associate a parameter with a dimension. Finnaly I solved th ...Show All
Visual Basic Can I run the java programme using VB
Hey, I know that in java, we can use runtime class to run a programme written in another language. But I'm not sure if it is possible in VB6. If yes, how to implement it Besides, how to read in a text file in VB6 Thanks in advance! Process.Start will run a program, no matter what it was written in. There is a file system object you can create to read text files. Google will answer this for you, in seconds. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. Animating a leg
hi all, I'm trying to create a simple animation of a leg. The leg would be made out of two parts and each part would be a mesh (could be just Mesh.Cylinder). I know how this should work in principle but when I have to calculate the matrices all goes wrong... Here's my idea: Given the angles of rotation for both parts rotate and position the upper part (which will maybe be someday connected to a torso) then rotate the lower part and c ...Show All
Visual Basic TreeView web control
I have looked everywhere I can think of for the means to control the height of the menu items, root,parent and leaf nodes, in this control. Also. The NodeIndent property only affects the root node and the parent nodes - I can't find a way to control the indent on the leaf nodes. What am I missing Jack, I assumer you are working with .Net 2005. If I am correct, with the l ...Show All
Smart Device Development How I Can return datatable Or dataset to ppc by socket
I working to program PPC. Now I can send string (Query) To Pc Execute Query With Socket buy I don't know How pc to return Datatable or dataset to PPC.Can Advice Me I think.I'll send xml to solve this problem but I don't know How to coding. You have a couple of options if you want to transfer data between the desktop and the device - web services - Sql Mobile Do read up on MSDN about both. However, I'm concerned about the security ...Show All
Architecture SQL 2005 and Visio for Enterprise Architects Database
I reverse engeneered a SQL2005 database into Visio for EA where I had utilized the new schema feature (like what was done in the sample Adventure Works database). After the db schema was generated I was happy to see the the schema name appeared in the owner attribute of the table definition. However, I was unable to change the owner to a different schema name. Additionally, if I create a new database design, it appears I cannot associate an owne ...Show All
.NET Development deserialize dataset
Hi mates, I have a problem when i try deserialize a dataset what has a element (type string) with char ascii like this: blade A! A! A!. It throws a exception, because it find invalid char. But i don’t know why the char 0x1B is invalid. Thx and Regards, Notice that 0x1B is illegal according to the W3C XML Specification -- see http://www.w3.org/TR/REC-xml/#charsets . ...Show All
