Software Development Network Logo
  • Windows Forms
  • Visual Basic
  • Visual FoxPro
  • .NET Development
  • IE Development
  • Visual C++
  • Visual Studio
  • SQL Server
  • Game Technologies
  • SharePoint Products
  • Windows Vista
  • Visual C#
  • Microsoft ISV
  • Audio and Video
  • Smart Devicet

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

sudheer_316

Member List

AlucardHellSing
STorne
Eric Liprandi
icewill
HarveyC123
c_shah
DTHMTLGOD
dakota367
Fiddel
NickUk
eldiener
AvengerDr
Aaron Smith
dlgrasse
Sransom_au
&#169&#59; Ţĩмό Şąļσмāĸ
WizMan
Bollwerk
Nathan Franklin
Pitchec0934
Only Title

sudheer_316's Q&A profile

  • Windows Forms Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

    Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information. I get this error now every time I try to view a designer for a form. I delete the Bin and Obj folders and recompile and then after trying again I get the message: The path is not of a legal form. What is causing this There is a hot-fix (kb912019) for this: http://support.microsoft.com/kb/912019/en-us Trausti ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Spritebatch.Draw() with an origin

    When you use SpriteBatch.Draw() with an origin specified, this moves where the sprite is drawn on-screen depending on the value of the origin vector. Is this supposed to happen from the helpit appears that the origin is only used in calculating a rotation, is this a bug (in which case I'll nip over to the bugs page) or is there something I'm missing here It's not being stupid, it's just another one of those things that seems overly complicated and could have been made more straight forward. Try this project... http://www.digital-essence.co.uk/misc/TextureExample.zip See if this makes things any clearer... I have tried to comment it as clearly as possible, I will try and help more if you need it, just shout. ...Show All

  • Microsoft ISV Community Center Forums Task Scheduler

    I want to open a certain Excel document at the same time every day. I thought about using the 'Programs->Accessories->System Tools->Scheduled Tasks'. But when I choose this it is empty i.e. there are no icons for e.g. 'Add new task'. Is this perhaps due to the fact that I am working on a network and I may not have access to adding new tasks Are there any other explanations I know it is a bit vague but if you know anything then please help me! Thanks! This q is answered here: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=555039&SiteID=1 With proper permissions (I don't what that is, but probably local admin) you will see a "Add Scheduled Task" icon. This tool is a GUI for t ...Show All

  • SQL Server HELP - SQLSERVERAGENT reporting lots of errors in event log - HELP

    My event log is going crazy.... i am getting the following error every 5 seconds or so. Event Type: Error Event Source: Perflib Event Category: None Event ID: 1008 Date: 9/29/2006 Time: 1:12:58 PM User: N/A Computer: MAIL Description: The Open Procedure for service "SQLSERVERAGENT" in DLL "C:\WINNT\system32\SQLAGENTCTR90.DLL" failed. Performance data for this service will not be available. Status code returned is data DWORD 0. Data: 0000: f3 03 00 00 o... My server is: Windows 2000 / Service pack 4 SLQ 2005 / Service Pack 1 I have already installed and re-install it.. but nothing. Any suggestion is welcome please kelloggsx@hotmail. ...Show All

  • Software Development for Windows Vista Designer And debugger Issues.

    Hi, I was wondering whether anyone is suffering problems with WF in VS2005. I've been really frustrated by the designer, it constantly moves around the shapes in a workflow design to really awkward positions which means i'm having to move them back again to view it properly and a major problem i'm haing now is that states just become invisible!!! the connectors are still going to them but its just an empty space. i have to restart studio sometimes 3 or four times. today i'm at breaking point as a workflow i've been working on has now 2 states that are invisible but i cant get them back..... deadlines everywhere i'm really thinking of packing WF in now and waiting until a service pack or something. i mean how hard is it to write a des ...Show All

  • Visual C# How do I create and use C# DLLs?

    Hello all, I am trying to create my first C# DLL and I am having some difficulty. This DLL will house some common authentication functions. I will need to use the DLL functions on the front of many different C#.NET web applications. I do understand the basic concept of DLLs and thought I could just jump in and create one. So I created my DLL, added my functions, and referenced the DLL in a test web page. But when I tried to access the functions in the test app there were no functions available in the namespace. So I clearly did not create the DLL correctly. I am looking for a tutorial or a step-by-step example that I can follow. Thank you in advance for any help/references you can supply, Chris ...Show All

  • Visual Studio Express Editions 'IndexOutOfRangeException was unhandled' ??

    Database1DataSet myInstance = new Database1DataSet (); object Timo = myInstance.Tables[ "Table1" ].Rows[0].ItemArray[0]; so this is my code (still :p) but it says 'IndexOutOfRangeException was unhandled' but why does it say that error its not under 0, the number is 0 so is the first row (cant be too high), and what do they mean with: 'Make sure data column names are correct' where do I need to type data column names pls help me :< thx in advance RubenPieters wrote: ...but was is ment then by rows(I thought rows where your rows in your table, but I have rows in my table) ... Sorry, didn't quite understand this one... About adding rows... you can add rows m ...Show All

  • Visual Studio 2008 (Pre-release) Centering WPF Window over a Win32 owner

    Hello all, I'm attempting to center a WPF window over an HWND. I figure this would be fairly straight forward. Using XAML I set WindowStartupLocation="CenterOwner". Then using WindowInteropHelper I set the WPF window owner to my hwnd (obtained by AfxGetMainWnd()->m_hWnd) then launch the window using ShowDialog. This does not achieve the desired result. The window is not centered over my main app window, however it is displayed on the correct screen (dual display environment) where prior it was not. Any ideas why this behavior If I cannot get this method to work then I'll simply pass in the center of my main app window in screen coordinates and work from there. Thanks, Jamie The solution I ...Show All

  • Visual Basic Check/Compare datetime

    Hi All, I need help here. I have 2 fields in database table named Start Date and Expiry Date. How to compare both dates with current date so when I press a button, it will show the record that match the dates. For example No. | Start Date | Expiry Date | 1. | 1/03/2007 | 5/03/2007 | 2. | 9/03/2007 | 15/03/2007 | If the current date is 4/03/2007 it will show record no 1. If the current date is 10/03/2007 it will show record no 2. Thank you for the help... ...Show All

  • Microsoft ISV Community Center Forums worksheet_change and data validation

    Hi there I have an Excel spreadsheet in which one column has data validation set. So the cells in this column have drop-down lists with the pre-set allowed values. Now I want the cell in the neighboring column to be set to some default value when the user selects an item from the drop-down list. This seemed like it would be easy, using the Worksheet_Change event handler. When a cell in the first column is changed, it initiates a function which sets the value in the neighboring column to some default value: Target.Offset(0,1).Value = "default". The problem is that it doesn't work when using the drop-down list. If the user types in the value manually, or if a cell in the first column is deleted, it DOES fil ...Show All

  • Software Development for Windows Vista Scaling out Windows Workflow

    Looking for a point in the right direction for scaling out an windows service hosted workflow to multiple application machines. In the MSDN article "Performance Characteristics of Windows Workflow Foundation" http://msdn2.microsoft.com/en-us/library/Aa973808.aspx they show workflows running on multiple machines. Are these machines sharing the durable queue thank you adam I think the question is do all the steps of the workflow have to execute on one physical machine or can it scale out horizontally where as each step completes, the engine can spread out the load so that the next step may execute on a completely different physical machine To be more specific, I am not asking about load ba ...Show All

  • SQL Server Copy annotations out of xml/ dtsx package

    Is there a way to strip out the annotations from a dtsx package. I'm looking at quite a few and would like to automaticly pull those out and store them somewhere in either a table or a text file. Is this possible or am I going to have to hand copy them out Thanks for the help Saitham8 Everytime you save a modified package in designer, at least two properties are changed: VersionGuid (new GUID is generated) and VersionBuild (build is incremented), so the dtsx files should differ. I would check if you've saved the modified package. Once you added an annotation, click away from the annotation on some other place in control flow. The title of the document should get asterisk at the end (like "Package 1.dtsx ...Show All

  • SQL Server Sample Report Deployment

    Hi all, I tried to deploy sample report to http://myserver/reportserver and I got the following error, can someone provide some tips TITLE: Microsoft Report Designer ------------------------------ A connection could not be made to the report server http://lasc06/reportserver . ------------------------------ ADDITIONAL INFORMATION: Client found response content type of 'text/html; charset=utf-8', but expected 'text/xml'. The request failed with the error message: -- <html> <head> <title> SQL Server Reporting Services </title><meta name="Generator" content="Microsoft SQL Server Reporting Services 9.00.1399.00" /> <meta name="HTTP Status" content="50 ...Show All

  • .NET Development Cannot Update...

    I have an access database and I am using ADO.NET. I have created code to add a new record and it works fine.  However, I cannot get this UPDATE code to work! it is bugging me so much! Heres my code: void btnSubmit_Click(object sender, ImageClickEventArgs e) {     //string UpdateCommand = "UPDATE Meeting SET Name = '"+txtName.Text+"', Topic = '"+txtTopic.Text+"', Host = '"+txtHost.Text+"', Contact = '"+txtContact.Text+"', Location = '"+txtLocation.Text+"', From_Date = '"+txtFromDate.Text+"', To_Date = '"+txtToDate.Text+"', Start_Time = '"+txtStartTime.Text+"', End_Time = '"+txtEndTime.Text+"' WHERE ID = " + idIndex;     string Name = txtName.Text;     string Topic = txtTopic.Text; & ...Show All

  • Software Development for Windows Vista Control panel "Windows Cardspace" doesnt work

    Every time i start the "Windows Cardspace" from the control panel, i get this eventlog error: Running on german XP Pro SP2 Ereignistyp: Fehler Ereignisquelle: CardSpace 3.0.0.0 Ereigniskategorie: General Ereigniskennung: 269 Datum: 07.11.2006 Zeit: 19:38:32 Benutzer: NT-AUTORITAT\SYSTEM Computer: ATHLON64 Beschreibung: The Windows CardSpace service is too busy to process this request. User has too many outstanding requests. Additional Information: bei System.Environment.GetStackTrace(Exception e, Boolean needFileInfo) bei System.Environment.get_StackTrace() bei Microsoft.InfoCards.Diagnostics.InfoCardTrace.BuildMessage(InfoCardBaseException ie) bei Microsoft.InfoCards.Diagnostics.InfoCardTrace.TraceAndLogExceptio ...Show All

©2008 Software Development Network