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

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

Prabagarane

Member List

Mats Aubell
robinjam
Howard Pinsley
Nickeay
David Turner
Trond Jostein Pettersen
ZardoS42
rene schrieken
Purusothaman A
Acco1953
mGautam
Tryin2Bgood
zu35926
VidyaSagarCh
mathoc
m1sterb0b
uy777
Andrea N.
Michael Wittenburg
overthetop
Only Title

Prabagarane's Q&A profile

  • Visual C++ hiding LNK warnings

    Basically, I want to get rid off all the LNK warning For ex, LNK4099, or LNK4204, or any other one. I am linking my debug lib with a third party release lib. That's why I am getting those. Is there some kind of "pragma" for the linking step to hide warnings There was the undocumented #pragma comment(linker, "/ignore:4099") but it does not work anymore on Visual Studio 7.1. I is annoying to look at hundreds of these warnings rolling down on my screen. Thank you. Well, good news and bad news. The good news is that you have the correct syntax. The bad news is that is no longer supported as of VS 2003. Sorry. :( http://www.thescripts.com/forum/thread264543.html ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 2D Code slow on 360 but fine on Pc

    Hey I'm fairly new to programming and have created a basic 2D vertical shooter for a university project. Now the code is very dirty and needs alot of optimizing but I am new to all this so not entirely sure how to do it properely. As it stands everything is done in the game1.cs code file. I know this is not how its suppose to be done. The problem is its slow and jerky on my 360 and not on my pc. Just wondered if there was a quick way to speed up to code, or as the way I've writte the code its just going to be slow on the 360. If I post my source up somewhere, could some of you guys take alook at it and give me some advice Whats the best place to host a file Regards David Yeah, I'm sure people would be hap ...Show All

  • SQL Server Report Model Generating Out of Memory Error

    I am creating a report model of a large database with a few hundred tables, the idea being that the users can report on any part of the database and create perspectives for the areas they want users to have access to (In the past the users have moaned about report models in a CA product called Eureka as the models are too small, perspectives seemed a way of allowing one large model but limiting each perspective to a set of users ). Unfortunately presumably due to the size of the model visual studio is giving me an out of memory error when adding new tables. I have a two dual core xeons with 4Gig of ram and I'm running XP Pro 64bit with the developer edition of 2005 with service pack 1 and VS2005 is using around 1/2 a Gb. Is this a known i ...Show All

  • Visual Studio 2008 (Pre-release) svcUtil / WSDL exposing private variables instead of public methods??

    Hello all, I've been experimenting with WCF service exposing my a facade & common layer (that sit ahead of business / dal) but am having a strange issue with WSDL metadata generated by svcUtil that I hope you can point me in the right direction with.: For testing, my simple service is comprised of a 'common' layer that has all of my standard structures by which I will communicate data with across the layers (simple objects that expose public properties like [ID] and [CustomerName] which are mapped with get / set methods to private variables). For simplicity, all of the private variable names are prefixed with "_" and all public properties are generally the same name as the variable without the leading underscore. Th ...Show All

  • .NET Development Deny access to all my .mdb in a directory

    how can I deny access to download to a .mdb file in a directory and If I deny access my application can open it to read data Thanks I'm not sure if I completely understand your question, but you can make the folder where the database resides read-only for all users (except for an administrator). This will prevent any files from being copied to the folder. The Access database must then be opened for read-only access by your application. ...Show All

  • Windows Forms Heavy operation and Windows.Forms.Timer

    Hello. I have a form that display time in seconds resolution in the status bar. The time is used for some calculations during GUI operations. I have "Load Run Data" action which does several communications and then setup and load received XMLs into DataSet object. I do it in the UI thread in order to block menu and mouse input. Sometimes the loading operation takes more than 1 second so the displayed time becomes invalid. I need to find a valid solution to do the loading without hurting timer. I tried to use Threading.Timer without effect. It continues working but hurted by the higher priority thread (UI thread), so the time is still incorrect. Any suggestions. I am interested to know what Microsoft's default approach for this ki ...Show All

  • .NET Development the fusion technology and make the aciveX control as Windows control and display it

    Dear Sir, I have a web application using DSO Framer control, but when my client wants to view the page. He has to make his security settings low. I know that when I use the fusion technology and make the aciveX control as Windows control and display it by using <OBJECT> tag, then it will act as a normal .net control, can any one help me to do this. Youn can even mail me to : aleem_abdul@akebonosoft.com . Please help me if possible. Thank you. Regards, Aleem. The community at http://forums.asp.net will be better able to answer this question. Thanks. ...Show All

  • Visual Studio Express Editions Update isn't working

    I'm trying to make a program with several textboxes. I finally found out how to add a new row, however I can't seem to make the database update any rows I change. (I know about the second database in the debug folder and I have set the copy to output at copy if newer) I'm currently using the following code: Me .DagverkoopTableAdapter.Update(VerkoopDataSet.dagverkoop) I hope someone can help me with this problem ok, what is the UpdateCommand you are using Also is your database included in your project solution explorer if so, set that file to "copy if newer" or "never copy" in the "output to folder" properties of that file in the solution explorer. You may well b ...Show All

  • SQL Server URGENT PLEASE HELP

    Hello i’ve a problem in sql but i cant fix it some on can help I’m runnig SQL Server 2000 SP4 with Windows 2003 Server with the hiper threding tecnology. The error is this: 2007-02-27 07:31:12.30 spid59 WARNING: Failed to reserve contiguous memory of Size= 65536. 2007-02-27 07:31:12.31 spid59 Buffer Distribution: Stolen=609 Free=911 Procedures=523 Inram=0 Dirty=63344 Kept=0 I/O=0, Latched=32, Other=47333 2007-02-27 07:31:12.31 spid59 Buffer Counts: Commited=112752 Target=113711 Hashed=110709 InternalReservation=122 ExternalReservation=2216 Min Free=128 Visible= 113711 2007-02-27 07:31:12.31 spid59 Procedure Cache: TotalProcs=251 TotalPages=523 InUsePages=291 2007-02-27 07:31:12.31 spid59 Dynamic Memory Mana ...Show All

  • Software Development for Windows Vista Package Load Failure after installing VS Extensions for Workflow

    I saw this problem during the WF betas, but now I have a new machine with a clean install of VS2005. I installed the ".NET Framework 3", "Windows SDK for Vista", and then the "Visual Studio 2005 Extensions for Windows Workflow Foundation" (in that order). After installing these components, I receive the following error when I open Visual Studio: Microsoft Visual Studio Package Load Failure Package 'Microsoft.Workflow.VSDesigner.DesignerPackage, Microsoft.Wirkflow.VSDesigner, Version=3.0.0.0 Culture=neutral, PublicKeyToken=31bf3856ad364e35' has failed to load property. ... Would you like to disable loading this package in the future You may use 'devenv /resetskippkgs' to re-enable package loading. ...Show All

  • Visual Studio 2008 (Pre-release) How to handle creation/destruction of PerSession server objects?

    Hello! Could you please tell me, how to handle the creation and destruction service contracts handling object working on PerSession basis For example, when client connects for the first time, handling object on server is created and I need to put this object to internal list and to notify server internal objects, that client has been just connected. When for example, client connection is aborted forcefully (for example, connection problems from client side), I guess WCF should finalize object, that was handling client requests. But I need to notify some server objects about client has disconnected and remove the client from internal list before finalizing. Can here standard procedure (constructor(), Finalize()) be used Finalize is not ver ...Show All

  • .NET Development Trouble catching exception

    Hi, I am having this problem catching a exception in a try catch block as shown below try { DialogResult result; result = wizard.ShowDialog(); } catch (PackageCreationException e) { MessageBox.Show(e.Message, "Failed", MessageBoxButtons.OK, MessageBoxIcon.Warning); } now the wizard is a form which throws a PackageCreationException if it fails this works fine if it is run in the Visual Studio environment but when run as a standalone application this exception is not caught. I have been cracking my head over this. I can catch and handle exceptions fine every where else but here. Does anyone know why this happens ...Show All

  • Software Development for Windows Vista Windows SDK January missing Graphedit components?

    Previously when in DXSDK the graphedit has used proppage.dll that is used then viewing pin property pages etc for example. The latest Windows SDK does not have this and GraphEdit in it is giving "requested property page could not be displayed" in every turn... So should that proppage.dll still be included in the SDK or is this something that is being changed Can you, or someone else, please upload proppage.dll from the Windows Server 2003 R2 Platform SDK to an accessible location It feels like overkill to download the whole SDK just for this one missing file. ...Show All

  • Visual Studio Express Editions popuplist

    Hi everybody. How do I retrieve all the data from a popuplist (I know the handle of the popuplist) and write it to a file. I don't have access to the program that owns the popuplist. Thanks it is a pouplist that has around 300 entries (street names). i need to get those and write them to a file... don't ask why i just need to do that. I got the handle but I am not sure what message I should send to the popup list in order to get its contents.. thanks ...Show All

  • SQL Server Got BIDS working, was there another way?

    i re-installed the SQLEXPR_TOOLKIT.EXE several times(4) trying to get the BIDS part to work. Each time i had the issue of it looking for the devenev.exe as others have mentioned. I gave up on a 5th install and went for the unsupported option of running vs_setup , after the toolkit.exe dumped all the install files to its temporary directory i went in there and ran it sperately... but essentially i did it the same way as this method... http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=368549&SiteID=1 while this did work, it seems to be the unsupported way. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=665067&SiteID=1 Im not opposed to going back and doing it right, but was there ever a conclusion as to why the BIDS prog ...Show All

©2008 Software Development Network