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

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

ulu

Member List

Saurabh G
R W
mortalfunk
omerkaan
Erich Franz
PEng1
Heath Stewart
mlissaw
Matthew McHugh
RIHARD D ROBERTS
ScottLogic
Alan_98
cathalconnolly
Gil Shalit
Mark Vickers
Frank Potter
TimSE
Paul Raj
Checkup From the Neck Up
sl0140
Only Title

ulu's Q&A profile

  • Software Development for Windows Vista SqlPersistance, WWF Beta 2.2, and ASP.NET

    Does anyone have a sample of using SqlPersistance with WWF Beta 2.2 I tried using the Lab 03 from the workflow labs to try to integrate it into ASP.NET but I'm not having very much luck. I have looked at other forum posts but again I am not being very successful in implementing the ideas. So does someone have a sample Ideally what I am trying to do is allow users to start to fill out a form, come back to it later to finish if needed, then when they submit the form, it would go to their superior. Does this sound like a good useage of WWF or should I try to implement this in another way Thanks, Nichole ...Show All

  • Visual Studio Date format

    I have a view which is getting updated via procedure . That view shows the header information in my report made in crystal . my client machine date format is dd/mm/yyyy in the procedure where I am updating this view I have not converted to any format. but in the report it is showing mm/dd/yyyy why is so for e.g. if entered 12/05/2006 in the report it is showing 05 Dec 2006. can anybody help me on this Urgent Su Hi, there are two things you can try. The first is to format the field in Crystal. Right click on the date field and select "Format Field". You can change the format there. The second is ...Show All

  • Smart Device Development gwes.exe errors - how to analyze?

    I am developing and testing a Windows Mobile 5 application. Occasionally, I get the screen "A problem has occurred with gwes.exe". How can I determine if the gwes.exe problem is related to my application, and if related, the nature of the problem (so I can correct) Thanks, Frank   Do you see a fairly consistent failure The gwes.exe error is likely an issue with the application you are writing, passing in invalid pointers to system api's will occasionally manifest itself as a gwes.exe error. Do you see this while running in the emulator   You may want to attach to your application to s ...Show All

  • Visual Studio 2008 (Pre-release) How can I determine the remote IP in WCF Service? (1)

    (Repost from 2 months ago http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=335969&SiteID=1 ) -- maybe someone has some info now :) I understand that the title is fundamentally flawed -- the binding used might not have the concept of an IP. But, assuming I'm using HTTP or TCP bindings, how can I access the remote IP and similar data I looked into OperationContext, and it seemed to have a lot of interesting things, but I couldn't figure out what exactly to look for. It seems that the message headers aren't exactly useful (like OutgoingMessageHeaders.To) -- they always return an http://...Anonymous Uri. The scenario I'm trying to e ...Show All

  • Visual C# Refrencing Assemblies

    I am trying a simple program which refrences another assembly , I open the "AppDomainTest" (Consumer of the assembly) go right click on the References and browse and add a reference to the assembly I want to use (This is also a sample assemblu I wrote), lets say this is "AssemblyA" But i get the folowing compilation error on the "AppDomainTest" ....... Error 1 The name 'AssemblyA' does not exist in the current context C:\VSProg\AppDomainTest\AppDomainTest\Program.cs 15 42 AppDomainTest Why is compiler not able to recognize "AssemblyA" even though I see "AssemblyA" in the list refe ...Show All

  • .NET Development Initialising a .NET COM dll

    Hi, I am writing a .NET assembly that will be used by some VB6 app, using COM. I need to perform one time initialisation of the .NET assembly and I cannot reply on the user to call an Init method or similar. Ideally I want to respond to the AssemblyLoad event but I'm not sure if this is possible as the runtime actually loads this assembly. Is there an assembly level attribute I could use perhaps Failing this I'm going to be forced to check the Initialized status of the assembly in each accessible COM object and initialize it if it hasn't already been done. Thanks for your help Graham Thanks Shawn. You ta ...Show All

  • .NET Development What happens underneath the BulkCopy Object of ADO.NET 2.0

    Hi , Does someknow how does new Bulkcopy work in ADO.NET 2.0 What happens underneath because of which the performance gets better with BulkCopy Regards, Anjana There are a number of reasons why bulk-copy is faster. Here is a summary: No per-row statement execution. When you do multiple inserts without bulk-copy, each insert is a statement in itself (regardless of whether it's batched together with other statements). With bulk-copy, we don't incur the cost of executing a statement for each row, the whole copy operation is a single thing. No multiple network round-trips. Once the bulk-insert operation is setup, w ...Show All

  • Software Development for Windows Vista SampleGrabber not working with NullRenderer

    Hi DirectShow forum, I am using RenderFile -> SampleGrabber with good success, but I wish to get frames without showing the file being played, so I have tried FileSourceFilter -> SampleGrabber -> NullRenderer, but when I add the NullRenderer the SampleGrabber can not detect any connected media type! Is there any suggestion Thank you! wtrn Hi LGS, I read that the samplegrabber must be connected to a renderer (which is why i connected the null renderer). But I discovered yesterday that this problem is caused because I am not using RenderFile (because I am using nullrender ...Show All

  • Visual Studio Express Editions How do I remove items with certain characteristics from a ListBox?

    Hello all, I have a ListBox setup to pull the usernames of all of our users from our Novell eDirectory. It works perfectly. One thing I'd like to do though, is have a CheckBox that I could check and it would remove all of the users that are not logged in from the list. I already know how to check if I user is logged in, but I don't know how I can loop through each Item in the ListBox, check if the user is logged in, and then delete that list entry if they're not Here is my basic structure... Dim oNovell As New clsNovellAPINET 'A class that uses the Novell API.... For Each str As String In lstUsers.Items oNovell.BoundObject ...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 connect it to the first one... Could someone give me a simple example of how to correctly multiply the matrices in order to achieve the desired result thank you, sa o ...Show All

  • SQL Server Problem installing Advanced Services on Domain Controller

    I try to install SQL Express Edition with Advanced Services on Small Business Server 2003 Standard Edition. Actually I install it without any problems. I set database service (SQL SERVER (SQLEXPRESS)) to use domain account (administrator of domain). I configure report server windows identity to domain account (administrator of domain). When I try to access page Reports I have following problem . Error is Unable to connect to the remote server. Please, can somebody help me this is I found in log file w3wp!ui!1!25.4.2006-08:00:35:: e ERROR: Unable to connect to the remote server w3wp!ui!1!25.4.2006-08:00:37:: e ERROR: HTTP statu ...Show All

  • SQL Server SQL Server 2000 Enterprise Edition won't load on Windows XP Pro with SP2

    Each time I attempt to load SQL 2000 Ent on my Laptop with XP SP2 I recveive the following error. "Microsoft SQL Server 2000 Enterprise Edition server component is not supported on this opperating system. ....." Developer version installed fine. I had it installed before SP2 but now I reveive this error. Am I missing something here SQL Server 2000 Enterprise Edition cannot be installed on Windows XP. http://www.microsoft.com/sql/prodinfo/previousversions/system-requirements.mspx ...Show All

  • Smart Device Development Calculation Problem in TabControl - Autoscroll

    Hi, I tried to use the tabcontrol with the Autoscroll featur on a tabpage. It does "strange things". To reproduce: New PPC 2003 App Add a panel with height 1 and dock bottom. Add a tab control with dock fill Add a label to the first tab page very colse to the bottom. Set Autoscroll to true on the first tabpage. Fill this label with text so that it almost fills the width of the tabpage. Run the program to ensure no scrolling occures. Next add a handler to the tabcontrol: private void tabControl1_SelectedIndexChanged( object sender, EventArgs e) { if (tabControl1.SelectedIndex == 0) { panel1.Height = 1; } else { panel1.Height = 30 ...Show All

  • SQL Server Globalization Support for MSAS 2000

    Hi Currentely i am using analysis Services with SQL SERVER 2000 OS:- Windows 2000 Server Datasource:-Oracle We need to show the data in the cubes for multiple countries. But we are not able to show the data for diferent languges at the same time becoz in windows 2000 default language on the server can be set to only one language and the data in the cube can be shown in same language Ex Let say we wud liket see the data in the cube for Russia and turkey on the same server.If we set the default language of the server as "Rusia" or "Cyrlic" Then we are able to see data for Special Ru ...Show All

  • Visual C++ Error Application failed to initialize properly 0xc0150002

    I'm traying to compile a solution with VS 2005 RC1 but I get the following error Application failed to initialize properly 0xc0150002, the projects inside my solution all are configure to generate an EMBEDED MANIFEST. I used NTSD and I get the following error LdrpWalkImportDescriptor( ) failed to probe xx.dll for its manifest I review the Event Viewer and I found the following error Dependent Assembly Microsoft.VC80.DebugCRT could not be found and Last Error was The referenced assembly is not installed on your system. Source SideBySide Please help me Thanks in advance You get this error on the machin ...Show All

©2008 Software Development Network