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

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

Sharma

Member List

Imanol
XNAConfused
tsith
dima_ua
smarr
Ashish Sh
Andrew Todd
Carl Daniel
Godspeed 2.0
RookieDBA
ripern
Gianluca Hotz
Sqnyy
SP_Tom
ChiuHwa
allison_h
GN
Will Merydith
chicagoclone
Sculptor
Only Title

Sharma's Q&A profile

  • SQL Server Using Parameterised Filters

    Dear ppl, I am using Merge Replication between SQL Server 2005 (Publisher) and Pocket PC (Subscriber). I have a .NET compact framework appliction on the Pocket PC that replicates data from the server. I am using SqlCeReplication class on the Pocket PC application to synchronise the data. By default, when i call the Syncrhonise() method, it pulls all the data from the server. What I want is to pass a parameter from the Pocket PC and filter the data based on that paramter. E.g. from the Employee table, I want only those Employee that belongs to a CompanyID that I pass as a parameter. Is there a way to do this, so that i can pass parameters from my PDA application (Windows Mobile), and make the Filters specified in the Publicatio ...Show All

  • .NET Development .Net 2.0 send email with multiple “To” recipients

    Hi, I know how to send emails in .Net 2.0, but I can not send one with multiple email recipients in the “to” field. If possible I would like to specify display names for all recipients in the “to” field but this is not required. Why can't you send to multiple TOs What is the problem you are having We definitely support this feature. Use code something like MailMessage msg = new MailMessage(); msg.To.Add(new MailAddress("blah1")); msg.To.Add(new MailAddress("blah2")); msg.To.Add(new MailAddress("blah3")); etc. ...Show All

  • Windows Forms how to make the form expand dynamicaly when it maximize???

    I want my form to expand regularly with the window when the window maximizes .... nahguam wrote: If you mean you want your control to resize with the window, look at the control's Dock and Anchor properties. Or do you mean MDI child form inside the main form yes to resize with the window ... i will try dock and anchor thanks ...Show All

  • Visual Studio Team System Symbolic Links in TFS?

    Hi, is there something like symbolic links in ClearCase in TFVC A symbolic link is a directory entry whose contents is a character string that specifies a full or relative pathname. The link acts as a pointer to a file or directory (or another symbolic link ). Many UNIX functions and commands “chase” this pointer: a reference to a symbolic link becomes a reference to the object at the full or partial pathname specified by the link. (Taken from CASEVision /ClearCase ) In the CC database I want to migrat they are used to aviod redundency of common sources. Does anybody know Tom There is no facility within TFVC to "share" files between projects or Team Projects, either through the mechanism in used in VSS or throu ...Show All

  • Smart Device Development Comm ports

    Hello I need a bit of help. I am trying to use the emulator to send data onto a port which I am monitoring on my pc. I can open the port in the emulator but it freezes when I send data. I am a bit confused over mapping the pocket pc 2003 emulator ports. Do I have to do this I have added a port that connects to COM1 in the device appication. I am then simply executing the code: if (serialPort1.IsOpen == true) { serialPort1.WriteLine("blah"); } I am wanting to see the text blah in a port monitoring program on my pc. thanks I think I have a similar problem. I am using the Device Emulator to connect to 2 Virtual COM ports (created with VSPD from Eltima - www.eltima.com/products/ ...Show All

  • SQL Server Chart in Report Builder

    hi there I am just designing a simple chart in Report Builder - but when trying to drag any field into the value field of the chart (it doesn't change colour and won't accept any field). If I drag a field into the category or series the curser changes and on approaching the chart properties they seem to change colour. Can someone help to what can be wrong thanks Dianne still needing this information Is someone using the Report Builder and have the same Or is someone using it and no problems - so I can check thanks ...Show All

  • SQL Server Forwarding ?

    Hi There Anyone have a good resource for a forwarding example I have a distributed service broker application working but i would like to add a forwarder in the mix, all i can find in BOL is that you must create an endpoint for forwarding and create the correct routes on a frowarder but thats it. Is that all you require AN instance with a forwarding endpoint correct routes I am looking for an actual example, cannot find anything in BOL on how to actually implement it I downloaded forwarder1.1 example from getdotnet.com, but that example sucks, it does even create routes Thanx HI Rushi Thanx for the feedback, ok thats cool, so where do i find a good simple solid exmple of built in ...Show All

  • .NET Development Hotfix for NET 1.1 SP1 1.1.4322.2365 (URGENT)

    How can I get this hotfix Urgent Please Related Article : http://support.microsoft.com/kb/915808 NO Correction and Excuse Me. IT is my own design problem. In the COM there is a wrong implemantation of Threads. I force to Terminate some threads that are using Critical Sections and that leads to a deadlock. of the Deleted Thread. Please ignore this thread. Sorry ...Show All

  • Visual Studio Team System Restrict access to DataBases other than through TFS

    Hi, I am faced with a critical problem. We want to ensure that all the changes made to databases by developers are source controlled. Source control can be achieved by using TFS with VS DBPro. But users can use the same authentication (as they would know the userid and passwords) to make modifications in an offline DBPro project or through enterprise manager as well. Is there any way by which we can ensure that all database changes are only through TFS, so that they can be tracked and source controlled We cannot totally restrict access of developers. They need to have ddl_admin rights on database objects in Development servers. Kindly give some suggestions as to how to solve this problem. Thanks, I'm not sure I follow ...Show All

  • Visual Studio Team System Whether actions inside the tabs on popups be recorded?

    Hi, I have set of actions that needs to be performed in the popups. I am currently using the Fiddler tool, that captures the popups, but on exporting to webtest, I can see no actions were recorded that performed during the recording. Is it so Kindly suggest what needs to be done for capturing the actions. I have 5-6 tabs with lots of actions to be performed. My application main functionality relies on this Does Fiddler do that or what needs to be done Thanks in advance - Vijay. ...Show All

  • Visual Studio Team System Get files listed for a specific Changeset

    How do you get just the files which are listed in the details dialog for a particular Changeset From my root project, I need to get all the files which were merged in under one changeset. I did a get Specific version and in Version type I, I specified the Changeset a wanted. I thought this would get me just the files that were checked in for that changeset but instead I got all the file for that project. What do I need to do The changeset tells me there are 5 files which were merged in, all from a different location. I don't want to go and get each file separatly and click on get specific version with the changeset number, i want to get all 5 files in one hit by specifying that changeset. ...Show All

  • Smart Device Development PictureBox BackColor looks purple

    Hi All, I'm wondering on the issues that I had with my application. All of my picturebox back color is not similar to the one in form eventhough I have set both color to be White. It results in a way that user can see exactly each square boundaries of the picture box. Inside the picture box, the backcolor is actually looks a little bit like purple color. I check the backcolor though, and it is 255, 255, 255 (White). But, I don't understand why it looks like light-purple. I'm using Compact Framework 2.0. I discover this issue only in older device like O2 XDA IIs (Windows 2003 SE). NOT in Dell X51v (WM 5.0). Essentially, the images should be transparent, and use the backcolor only from the form. But, I found it's a little bit com ...Show All

  • SQL Server Why can't I use data-driven subscriptions?

    I am using Reporting Services 2005 locally for testing purposes and also on a production server. Locally, I can create data-driven subscriptions, but not on the server. The only difference I can think of between my local test environment and the production server is the versions of SQL server database. Locally, I am using SQL server 2005 but on the server I am using SQL server 2000 (but with Reporting Services 2005). Can the version difference be the reason for not being able to use data-driven subscriptions Note: I have followed various guidelines and walkthroughs that describe how a data-driven subscription is created, i.e. stored credentials on the report server and such should not be the problem. Operating systems: locally; Windo ...Show All

  • Visual Studio 2008 (Pre-release) What does Nullable facet mean for multivalued properties?

    Hello. I read Entity Data Model overview and found that Nullable facet is type-agnostic and applicable for multivalued properties. Quot: 2.7.1.1 of "ADO.NET Tech Preview - Entity Data Model (June 2006).doc" "Note also that Nullable is allowed on complex-typed and multivalued properties" A question is: what does "Null" concept mean for multivalued properties What does it mean for generated CLR object What does it mean for inderlying database schema Hi Sergei; A couple of points: Complex types weren't supported in the May CTP (or any of released ADO.Net CTP releases). We are introducing support for Complex Types in the Beta2 timeframe. When we do formally support Complex Types ...Show All

  • Visual C# security error

    i am developing an application with c#. i want to put exe file to a server that clients can run i. installed instance in server work properly when run in server but when i run it from one of clients, this error raise : request for the permission of type system.security.permission.securitypermission, mscorlib, version=1.0.5000.0,culture=neutral,publickeytoken=b77a5c561034e089 failed. my database is sql server. you probably are trying to execute application from network share. Everything that are not on local machine is evaluated with limited permissions take a look at http://content1.skillsoft.com/contentLIB4/cm/230981_ENG/summary.htm hope this helps ...Show All

©2008 Software Development Network