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

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

master_rigel2

Member List

Joe.M
ftts
Nathan
Tr1na
DPowers0
Joy2u
Sebastien LEIX
CCOLDUDE
DrewR
mxale
MiCR0
Holyping
Madman
Elliott_Ward
ChrisNickel
Suhas H Deshmukh
Ejan
DrorNahmias
aburri
FL_David
Only Title

master_rigel2's Q&A profile

  • Visual Basic ADO.net DataAccess time SLOW

    Unless I am doing something very wrong, it seems that the ADO.net dataaccess time,IE retrieving a record is extremly slow compared to Classic ADO. Now it takes between 1 and 2 seconds to retrieve the data from the Remote database (Access). Because of needing update data when I select a serial number, I presume and currently use direct access to the remote database. I load a combobox with all my serial Numbers, Currently 15,000 . Then when I click on a SN, the program does a query on the ADO.net dataadapter, retrieves the current record. this take almost 2 seconds. Classic was almost instantly. Am I doing something wrong. Here a part of ...Show All

  • Visual C++ please help me, why my .net 2003 is so slow to start and response?

    Hi there, I installed the .net 2003, specifically the part of VC+++, on my Presario R4125CA Notebook (cpu:AMD 64 3500; momery:512M; HDD: 100G; OS: home-version XP with SP2 ). When I start my .net, it is extremely slow, it takes almost 3 minutes. When try to add a new class to my project, it takes almost 5 minutes to response and my mouse is even been disfunctioned during this period. Please help me out. Thanks! Roboert This is tracked at http://forums.microsoft.com/msdn/ShowPost.aspx PostID=90717 Thanks,   Ayman Shoukry   VC++ Team ...Show All

  • Visual C# Question on Localization

    i have another few questions about localization is there any walkthroughs for building a application to be multilingual for .net 2005 beta2. And also what is the best way to update resources from outside the project. I know winres will work to update each form, but how do you compile to a dll from outside the project, because i would like to just ship the exe and reference a dll for resources can this be done . I hope you dont mind me asking these questions. thanks in advance i would not ask but i am pulling my hair out to get around this kered hi vikram, i need to help to imp ...Show All

  • Software Development for Windows Vista WF failed to work, if i add a service

    Hi, I am using WF Beta 2.0 and i have developed sequence activity, which is called from web app. In my web app, the WF worked properly and i have decided to extend the workflow. So i have added an in house service (Note that, this service is not a service, which implements ExternalDataExchange and also not a part of WF implementation, but provides input to WF) and tried to access the service from ASP .Net app. As soon as i have created a reference to the service, my workflow stops to respond, when i try to execute the workflow. I have tried adding this service to workflow runtime object in the page, Global.ascx and in <Serv ...Show All

  • Windows Forms Programming windows form in .NET

    Could you tell me some titles of books for programming windows form. I would like to design a typical of windows form. Thanks to kind people. i'm reading "programming microsoft visual basic .net" by Francesco Balena. isbn 0-7356-1375-3 it covers dot.net 2002; i know it's old but he writes well and the content is very deep, that way you really know what you're doing; ...Show All

  • Smart Device Development Activesync 4.1 will sync all options but hangs on calendar sync.

    I'm sync-ing my device to the desk top. Desk top is connected to an Outlook server. Everything syncs except the calendar, which is what I really need. It hangs after a couple of minutes. I'm running Outlook 2003 (11.8002 6568 SP2). Initially it says "syncing xx of 337 items." Then it just dies with no inidication of the problem on either the device or the desktop. Tried uninstalling and re-installing 4.0, 4.1 and running the "fix errors" installation. Also read all the threads on the rapi.dll for other problems. Love the device, but really need my calendar. Worked for about two weeks after the initial installation. ...Show All

  • SQL Server Should this be an error rather than a warning?

    If you have a package that uses an environment variable for an indirect configuration and the environment variable is not present when the package runs you get the following warning: The configuration environment variable was not found.  The environment variable was: "Seer.ConnectionManager.CUECommonReference". This occurs when a package specifies an environment variable for a configuration setting but it cannot be found. Check the configurations collection in the package and verify that the specified environment variable is available and valid.   IMO, if the package is expecting to find something and cannot find it then ...Show All

  • SQL Server Upsizing Access 2003 database to SQL Server Express

    Is it possible to upsize an Access 2003 database to SQL Server Express without actually installing Access 2003 on my server....I would prefer to not have to do that. Currently, I only have the Access mdb file on the server...it is the backend to my ASP application. Can I download and run the Upsizing Wizard on it's own Thanks in advance, Kris. Sorry....initially had the wrong forum I thought....for those wanting the answer, here it is: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=440588&SiteID=1 ...Show All

  • Windows Forms Getting a Strange Click-Once error at Install time - please help

    I am able to successfully publish my files to install.inventorymanager2005.com but when I click on the Install button it gives me a bland error message that the program was not formatted correctly. Click on Details and you get this: PLATFORM VERSION INFO  Windows    : 5.1.2600.131072 (Win32NT)  Common Language Runtime  : 2.0.50215.44  System.Deployment.dll   : 2.0.50215.44 (beta2.050215-4400)  mscorwks.dll    : 2.0.50215.44 (beta2.050215-4400)  dfdll.dll    : 8.0.50215.44 (beta2.050215-4400)  dfshim.dll    : 2.0.50215.44 (beta2.050215-440 ...Show All

  • Visual Studio Team System TF30170: The plugin Microsoft.ProjectCreationWizard.WorkItemTracking failed

    Im trying to create a project and i got this error any ideas. Error TF30170: The plugin Microsoft.ProjectCreationWizard.WorkItemTracking failed during task WITs from group WorkItemTracking. Explanation Plugin error text: “Value cannot be null. ---> Value cannot be null.” User Action Contact your Team Foundation Server administrator. Warning TF30144: The New Team Project Wizard attempted to roll back all of the steps taken to this point but was unsuccessful. Contact your Team Foundation Server administrator for further instructions. 1/16/2006 1:54:37 PM | Module: Engine | ...Show All

  • Windows Forms Keeping Track of Time?

    Can anyone help me out with this I am in the process of jumping from VB6 to VB.Net 2005 B2. I can't seem to be able to get this coded properly. I want to have a simple label that will increment time from the moment I press a "Start" button until the moment I press a "Stop" button. The time would be in the following format hh:mm:ss I'm not completely sure of what your intent is here. The totalPauseSpan variable keeps track of the total paused time span - i.e. the part of the measured time that should not be included. However, if you want to start the timer at a certain value when clicking "Start", you could ...Show All

  • .NET Development Loading external assemblies that are not strongly named

    Hi,   I have a project which references an assembly that is external to the application (it is not in the bin directory of the project or in a path relative to the application).     At runtime I use reflection to load the assembly from a supplied path.   The exception ‘System.IO.FileNotFoundException’ gets thrown.     The external assembly is not strongly named and so I cannot use the ‘codebase’ tag in the configuration file to specify the path.     Is what I am trying to do impossible   Any help will be greatly appreciated. Rakesh ...Show All

  • Visual Basic Printing!!!!!

    Hi, please help my, im going crazy, i haven't found any info, im using vb 2005 and i need to print to ticket printer that doesn't support graphics, so crystal reports or print document doesn’t work for me, i need a method to print directly to lpt1 without using a printdialog just send a string like vb6: printer.print "Some text" dont know why MS has to eliminate this useful methods :( Hello Oscar. I've been there myself...take a look at the following link and see if it doesn't help remedy the situation... http://www.vbdotnetheaven.com/Code/Jun2003/2094.asp ...Show All

  • SQL Server How to connect SQL Server From Pocket PC Device

    Dear members I want to connect SQL Server database from pocket pc device but it gives an error than "Either the sql database does not exist or access denied My Code is SqlConnection conn=new SqlConnection("Data Source=OurServer;initial catalog=Resident;user id = sa;password = sa); conn.Open(); If anybody knows the problem please send some information Regards Bijaya This blog is a great source for connection troubleshooting tips: http://blogs.msdn.com/sql_protocols In this case if SQL Server 2005 is running on Windows XP SP2 then you may need to add an exception to the Windows firewall for the service. The blo ...Show All

  • Smart Device Development VS2005 Embedded Compact Framework 2 Deployment

    Typically when developing for an Windows CE device such as a PDA you can use activesync  to deploy the app and the version of .NET CF if its not available. Situation: Using Platform Builder CE5 have created an image (with .NET CF 1 as in the catalog).  Given connectivity problems I often just build my  CF apps to the FlatRelease directory and can then run on the device (OS running in debug mode) from there, or create a cab file on a memory stick which I then use to install to device.  I assume that if I had activesync running on the device then when I run the app from VS the .NETCF2 files will be copie ...Show All

©2008 Software Development Network