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

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

aka_Big_Wurm

Member List

ASMerlin
Sachin Kalse
Brahim H
R Thompson
Scott Swigart - MVP
PadmaKiran
larkinyoung
Johnny
internettalk
bkavanaugh
Daniel Holt
José Valim
Maurice Maglalang
Julio De Leon
ErikLidman
chjl.cn
Hazem elrefai
Wangen
barchamb
Kobe_London
Only Title

aka_Big_Wurm's Q&A profile

  • SQL Server SQL Mobile Get Started Tutorial

    hi. i was following the SQL Mobile Get Started Tutorial and when i got to the section of creating a device application i encountered this step of the process: 16.) Start Notepad and open the file C:\Program Files\Windows Mobile Developer Samples\HOLs\MED302 SQL Mobile\Source\Exercises\VS_SQLMobile\Form1.cs . when i opened it the tutorial said i was supposed to copy the functions for the insert, delete, sync,etc buttons but i didnt see any functions in the form1.cs. could anyone pls post the functions reffered to the file thanks Hi I am assuming that you are working through the HOL available at the follow ...Show All

  • Windows Forms open with in vb2005

    Hi, i got the following question: how can i set my application to work like this: if i doubleclick on a file (for example an mp3) to open with my app cuz the program is opening up (starts to run) but don't start to play the mp3 file. how can i solve this thnx I assume your program is already associated with the file type, because the program starts running. Windows passes the filename(s) that were clicked as arguments to your app. You can get them with Environment.GetCommandLineArgs and act accordingly. ...Show All

  • Visual Studio Express Editions web.config AppSettings

    In Web.Config i'm giving the connection string as below: < appSettings > < add key = " connect " value = " server = COMP10\\SQLEXPRESS;uid = user6;pwd = 123;database = Transactionn " /> </ appSettings > I'm referring the ConnectionString as : string connString = ConfigurationSettings .AppSettings[ "connect" ]; But it shows an error: 'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: This method is obsolete it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings When i use System.Configuration.Configur ...Show All

  • SQL Server How to use YTD on a mirror period

      Hi friends   I have a funny situation. I have a period dimension which contains Year, Qtr, Month. I also have another Time dimension which contains Mth1 .. Mth25.   The 2nd Time dimension matches that of the 1st Time dimension ie. Mth25 is 2005.April. and Mth24 is 2005.March and so on...   However I need to calculate YTD when MTH25 is selected from the dimension.   I can't exactly do YTD (Mth25) as Mth25 is not a time dimension. Is there a way to Retrieve the equivalent time dimension in the form of 2005.April from Mth25 so that I can use in YTD Calculation   Thanks Tom ...Show All

  • SQL Server Designing Aggregations

    I have a fairly large partition (100M rows, 30 measures) and am attempting to create aggregations through the Aggregation Design Wizard.  Regardless of the option I select, either percent or file size, the wizard always completes after designing only about 50 aggregtions for 0% and only 200kb.  I cannot believe that to be right.  On a much smaller partition I created about 600 aggregations to 30% for 2GB. I've double checked to ensure I have all of my dimension attribute relationships defined.  Any ideas why I cannot get the large partition to build the aggregations or why it completes after building about 50 & ...Show All

  • .NET Development new IE Patch - DEVELOPMENT[user] issue

    Hi. I really had no where else to post this so I apologize if this is the wrong forum to post it in, and if you could give me the correct forum to post this question it would be appreciated. I understand about security and so on in Windows, I love Windows - really I do. I am developing an application, actually it is almost finished and was going to be released next week, which allows you to do various things, and one of the options in this program is to launch a url stream (audio/video) This all works fine. The thing is, because of our April security patches for IE I believe, whenever there is a control, such as a ...Show All

  • Windows Forms Any problem with installing .NET application on a shared network drive?

    Hello. Does anyone understand the mechanism of running a .NET winapp from a shared network drive I've tried with a few clients and it seems to be OK. However, how about if 100 clients running the same application at the same time I'm curious that the real mechanism of doing this is when I run the shared application from my local machine, the OS will copy the whole exe file to a temp folder in my machine first or what it does is like Just-In-Time code reading from the network source My app does not need any special call to non-partially trusted assembly as it just reads data from web services and perform some presentation. Thanks for all of ...Show All

  • SQL Server Virtual Labs - No Connection message

    A couple of us are trying to use the SQL Server 2005 Virtual labs at http://msdn.microsoft.com/sql/  .  We complete all the prelim steps successfully but when we click on "Start the Lab" we get a blank page with "No Connection" in the middle.  The clock ticks and the system thinks we are doing the lab.  How can we get a connection   or is the server down   or are there no available resources left Can you please send an email to me at majewett@online.microsoft.com so I can connect you with the right people to address this   Thanks< MJ ...Show All

  • .NET Development Drag&Drop from Treeview into Textbox

    Hallo everybody, I have a form with one Treeview an some Textboxes. Waht I need is, to drag a Treenode into one of these Textboxes. After that the text of the node shluld be in the textbox. Thats all I need but still dind't find any answers ... can someone here help me Thanks Hi, look here for treeviews with drag drop functionality: http://www.codeproject.com/cs/miscctrl/DragDropTreeview.asp http://www.codeproject.com/cs/miscctrl/treedragndropdemo.asp ...Show All

  • .NET Development System.Math.Round(Double, Integer) bug?

    I'm not sure if I'm missing something here but there seems to be a bug in the System.Math.Round function from the .NET 2.0 For example, this code: Math.Round(4175 /1000, 1) Returns: 4.1999998092651367 The exact same code compiled in VB2003 (.NET 1.1) returns: 4.2 Does anyone knows why is this Thank you SO much for such a great explanation! I tried the FpuPreserve flag and it worked. ...Show All

  • Visual Studio 2008 (Pre-release) How can I release the XPS package?

    I cannot release the XPS package that developed with Parser::LoadXml(). I want to use the same XPS package continuously. How can I release the XPS package ------------ mPackage = Package::Open(FileName, mode, FileAccess::Read, FileShare::Read); PackageRelationshipCollection^ relationshipCollection = mPackage->GetRelationships(); mRelationshipEnmerator = relationshipCollection->GetEnumerator(); mRelationshipEnmerator->MoveNext(); PackageRelationship^ relationship = (PackageRelationship^)mRelationshipEnmerator->Current; mRelationshipEnmerator->MoveNext(); Uri^ uriDocumentTarget = PackUriHelper::ResolvePartUri(  gcnew Ur ...Show All

  • Visual Studio Team System Error message: "Incorrect DIA installation."

    Hello, I use Visual Studio 2005 Team Suite. I have created project and unit tests for it. When I was trying to start test (Debug Checked Test), a test was marked with "Aborted" icon and I saw the following error: "Failed to Queue Test Run 'MyLoginName@MyComputerName 2006-05-23 17:08:28' with id {13d23098-0f5b-41e3-a13d-2f8ec279e67c}: Microsoft.VisualStudio.TestTools.Exceptions.EqtException: Incorrect DIA installation. DIA initialization threw: Retrieving the COM class factory for component with CLSID {BCE36434-2C24-499E-BF49-8BD99B0EEB68} failed due to the following error: 80040154." How to fix this error ...Show All

  • Windows Forms IToolboxService and the DesignSurface class

    I am trying to use the DesignSurface in VS 2k5 Beta2 and I'm a bit confused when it comes to the interaction between it and the IToolboxService. I have an implementation of the IToolboxService and I have added it to the DesignerHost. My toolbox service uses a treeview to show the controls available and in each category (root nodes) I have a selection pointer node and various other windows forms control nodes. When I drag say a button ToolboxItem on to the surface I get a button. I then react to the SelectedToolboxItemUsed method on IToolboxService to change the selected node in the tree to the selection pointer. If I then click on the desig ...Show All

  • SQL Server How versatile are Object variables?

    I want to store a recordset in an Object variable. I will be constantly appending records to and deleting records from this recordset during runtime. More specifically, I want to append a record each time a container (including TaskHost container) starts to execute. When each container finishes executing I want to remove that record. Basically its a stack isn't it Fundamentally I just need to know if this is possible before I waste time trying to do it. I realise I'll need a script task. Thanks Jamie I can't think of any reason why this would not be possible since any task can access any variable that is in scope and locked ...Show All

  • Windows Forms multiple tables in datagrid - update statement

    I have multiple datatables in a dataset and I want to allow the user to update from a datagrid.  How would I go about doing that. I've got the dataset and the datagrid populated, but when they make a change I'd like the changes to get to the database. I can't used a command builder because I've got multiple tables. Any ideas Thanks in a ...Show All

©2008 Software Development Network