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

Software Development Network >> BALA SINGAM - My's Q&A profile

BALA SINGAM - My

Member List

Meteor73
hgamauf
James CACN
ble0t
Laurent P.
Samant B Jain
Daniel Segerdahl
GazCoder
mhawb
ChrisHeritage
Jarodtweiss
JamesE
stephenl
Smealum
Spangltk
Ollie Riches
J. Aldrin
Ultrawhack
Sweeps78
nattylife
Only Title

BALA SINGAM - My's Q&A profile

  • SQL Server SQL 2005 Management Studio

    Is it possible to install the management studio on a workstation I am running SQL Server 2005 on a server and would like to be able to access management studio without having to log onto the server--just like I can do with Exchange System Manager. I haven't been able to find anything out there on this. I'm probably just looking in the wrong places. Thanks. Hard to tell what is going wrong without knowing the error message you are getting. Jens K . Suessmeyer . --- http :// www . sqlserver2005 . de --- ...Show All

  • Visual Studio Team System we are adding unit scrits into load test but it is giving erros like object varible or with block variable not set?

    we are adding unit scrits into load test but it is giving erros like object varible or with block variable not set what could be the problem and weather we need to add any load test plugings into unit test because i don't know what could be the problem .....................pls let me know........... because its very urgent................ yes..... the unit test runs fine outside of a load test.... when we are adding into load test its giving error like "object variable or with block variable not set"............what could be the problem .....................are we need to add any load test plug-ins into the unit test...... pls let me know......... ...Show All

  • Visual Studio Express Editions How to determine when IE page is fully loaded

    In a web page with frames the check wb.ReadyState < SHDocVw.tagREADYSTATE.READYSTATE_COMPLETE is not sufficient, because any frame can trigger it before the page been fully loaded. The following Microsoft article explains how to do it in pages with frames: http://support.microsoft.com/kb/q180366/ In particular, it seems to say that for Visual Basic the code required is simply: Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant) If (pDisp Is WebBrowser1.Object) Then Debug.Print "Web document is finished downloading" End If End Sub I have tried it and it does not seem to work. I do not understand the code: pDisp Is WebBrowser1.Object WebBros ...Show All

  • Visual Studio Deploying Crystal Reports

    Thank you in advance!!! I wrote a web application that uses Crystal Reports to display the report. It works fine when run locally on my machine. However, I cannot get Crystal Reports to run on our Web Server. I have create a deployment package and included the MSM file. I registered my version of Crystal Reports for visual Studio 2005 and recreated the deployment package. What I did find was that CR 9 was installed on the server (as it is on my machine). When I placed the DLL files in the application's Bin folder I get the error that the files are the wrong format. Do you have any ideas Sounds like you are probably using the wrong msm files. You need to use the ones specific to the version you are usi ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Supported Video Cards

    hi, ok so i can't do this with my sucky video card. assuming i could go out and get the best video card on the market today or even buy the meanest alienware gaming pc, would it support DX9.0 and Shader 2.0 i think many of us smell enough opportunity coming that we'd upgrade, but *what* should we be upgrading to peace, dave If you *are* a cutting edge consumer don't forget that buying a card now will mean you need another cutting edge DX10 card in less than 6 months. Another reason to buy something more middle of the road. ...Show All

  • Visual Studio Team System Cannot run Team Edition for Database Professionals if not local admin?

    Hi there, It's very annoying at our work, but we are not local admins on our machine while logged into the domain. We do have Administrator rights only when we log in as local Administrator to the machine. So when I install the CTP, I execute the setup under the local Admin account, and it installs fine, and runs fine when logged in locally. But, when logged into the domain, it does not show up as an installed product under Help -> About. I do not have this problem with any other product ie I have the BI studio, team edition developer, team edition tester, etc running fine. Any thoughts on how to get the ctp to install and run properly for me Will this work in the future Because if it doesn't we have to go buy a few licenses of ...Show All

  • Windows Forms Hum..

    i'm using the Visual studio express 2005 I made a navigator... now i need to publish it to run in another machines and never works.. what i need to do and the others machines need to have the .NET Framework 2.0 if needs... have another way i'm starting now to work with the Visual studio... you can't you NEED the .NET Framework to run .NET developed applications. If you dont, it will not run - its as simple as that to develop applications without .NET, you need to develop in the older languages such as VB6 or C++ .NET is the future, and has been for a while and is pretty much standard these days. ...Show All

  • Visual Studio problem

    i want to print a report in web application in custom paper size as A3 used asp.net we application ...Show All

  • SQL Server Design Question re images

    Hi I have a table of people, and for some of them I want to store photo's, is it better to store the phots in a separate table or just add a column to the people table I'm think about 60% will have photo's. What is the best way to add a photo to a table I know lot of people misunderstand with the name. Image is one of the Binary datatype and you can store any binary data like Word Docs, Excel and other binary files (image too). In Sql Server VarBinary(Max) is introduced. ...Show All

  • Visual C# Difference between struct value or reference

    What is the difference between myStruct aStruct; and myStruct aStruct = new myStruct(); I would have thought that the latter was a reference type and if I put aStruct = bStruct; then aStruct would point to bStruct but in fact it just seems to copy the contents. Chardiot wrote: When you say "the latter creates two instances" are you saying myStruct aStruct = new myStruct(); creates two instances With Visual C# 2005, w hen I say "two instances" I mean a value is initialized twice (we're talking about value types, not reference types). The "myStruct aStruct" creates a local variable on the stack, implicitly initializing it. Value types initi ...Show All

  • Windows Live Developer Forums Reverse Geocoding

    We've just added a feature to Atlas ( http://atlas.freshlogicstudios.com/ ) that provides reverse geocoding. Simply right click on the map, and select the "about this location" link. This will give you the latitude/longitude for the location you clicked along with the nearest address. ...Show All

  • Visual Basic how to change a button's behavior

    hi all i have a program A with a button on it when i click on this button, it will open a dialog now i dont want this dialog, instead, i want it to start the program B, with program B's dialog program A is testtrack, a defect tracker program B is powerdocs, a file manager so you see i can not change these programs' native behaviors my subject is perhapes off the vb topic, please point to me the right forum hi thanks for the reply but i can not change the source code let me use another example: start the notebook program in windows click File-> Open notebook will open a dialog what i want to do is not to open this dialog but open another program's dialog, ...Show All

  • Software Development for Windows Vista [MDX1.1 / C# / DirectShow] Fast native memcopy from SampleBufferCB to Offscreen Surface

    Hello, I'm doing the following thing and I'm wondering, whether there is a faster way doing it in .Net: I have a DirectShow Graph with a SampleGrabber Callback installed, for getting the uncompressed image data of a arbitrary compressed videostream. I have a ringbuffer containing previsously created Offscreen Surfaces, to which the grabbed image data is first copied to and later (in a separated thread) is displayed on a DirectX Surface. I've chosen to do it this way: public int SampleBufferCB(double SampleTime, IntPtr cbBuffer, int Len) { try { GraphicsStream gs = sfc.LockRectangle(LockFlags.Discard); if (gs.Length > Len) MoveMemory(gs.InternalData, cbBuffer, Len); / ...Show All

  • SQL Server Error on Attaching Database

    When attaching a database that was detached from another SQL Server instance. I got the error message below: Error 602: Could not find row in sysindexes for database ID 25, object ID 1, index ID 1. Run DBCC CHECKTABLE on sysindexes.  i am using SQL Server 2000 Thanks and Regards I also get this error when detaching a database from SQL Server 2005 and attaching to SQL Server 2000. Not sure what Microsoft's recommendation is or how to determine what might have changed in the schema to make it no longer compatible with SQL Server 2000. ...Show All

  • Software Development for Windows Vista Using the default XML namespace for custom activity types

    I am using WorkflowMarkupSerializer.Serialize(...) to write out a xoml file. After adding the XmlnsDefinition attribute to my assembly, I get a file that resembles: <ns0:Sequence x:Name="sequence1" xmlns:ns0="http://EssentialWF/Activities" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/workflow">   <ns0:ReadLine x:Name="r1" />   <ns0:WriteLine x:Name="w1" Text="{ActivityBind r1,Path=Text}" /> </ns0:Sequence>   In Dharma's book, Essential WF, he states: "In this book, we favor the use of the "wf" prefix [for the "http://schemas.microsoft.com/winfx/2006/xaml/workflow" namespace] because it allows us to use the default XML ...Show All

©2008 Software Development Network