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

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

Vayse_Dev

Member List

Edward1
BobP - BIM
tornin2
Atul Bahl
Rohit Tela
Manoj Kumar Goud
boran_blok_edan
Philipp Lamp
kirchu
James Rea
Kolja
Francis Shum
walter_verhoeven
AnAmigo
Instinctual
Bulldog.NET
JIM.H.
pavel989
Honza N
rravech
Only Title

Vayse_Dev's Q&A profile

  • Visual C# having problem with implementing Ajax in asp.net

    I have implemented Ajax for my country and state dropdownlist in asp.net with c#. I can able to get the state values according to the country selection over the intranet. whereas implementing the same in internet, it's giving 500(Internal Server Error). can anyone help me to resolve the problem. ASP.NET related questions should be asked on http://forums.asp.net/ Thank you for understanding. ...Show All

  • Visual Basic Software Publish Question

    Alright, I have a program that I'm working on and i have noticed that whenever I run the Publish in the Programs Properties, that it makes a .exe . Now whenever I run the .exe , I noticed that it puts it under Start - All Programs but I don't see it anywhere in the C:\Program Files\ . Why is that Also, I have a .mdf in the application. Will it create the .mdf upon install for me or do i have to encode that into the program I'm actually using the Publish Now that is in VB.NET under Preferences . I'm new to the who making an install. What other way is there to do. Remember that I need something pretty EASY to start off with. ...Show All

  • SQL Server Aggregation problem in Report Designer

    Hi!!! Please help me. I have the following table structure. -A (name) --B (name) --C (name, total) For example. A { Tom, Sam John } B {Mazda, Audi, Ford } C: { (Monitor, 100), (Telephone, 230), (Mouse, 370)} The corresponding sql select: select * from A left join B left join C Retrive obvios result: And now I have desing report with the following structure: 1) Create list element (A_List) and use detail group to grouping data by A.name in it. 2) Then I use 2 another lists and placed it in A. Now I want get the textbox = Sum(C.total) in the A_List area. It is obvious that ealier represented sql select make cartesian product (AxBxC) of A,B,C tables. And now I have multiple record for single row fo ...Show All

  • Visual Studio Express Editions VS Express and .NET Framework 3.0, WPF, WCF, WWF

    Does VS Express 2005 will be compatible with .NET Framework 3.0, WPF, WCF, Windows Workflow Foundation and their extensions Always for free For example here (WWF Candidate 5) http://www.microsoft.com/downloads/details.aspx FamilyID=e8232f93-48f0-4e74-b09d-b51f1d4231a4&DisplayLang=en I read: "The Express Edition of Visual Studio 2005 is not compatible with this download." Thank you Toni Of course, but these are not final release . I wanna know if in final release (or future release) we will can use these tecnolgies and their Visual Studio extensions in VS Express or not. Thank you Toni ...Show All

  • SQL Server The best Data Transformation tool to Update/Insert

    Hello, I have some data coming up from an SQL Server source, I have to add it to another SQL Table on the basis of what destination table already have. For instance, if there is already an entry there for particular record (based on matching primary key value), then I just need to updated 3 columns, otherwise need to insert. The problem is, I know how to do it by using script component, but I am wondering if there is a better tool that saves me writing code Any idea Thanks, Fahad I guess I don't see the difference. In my method I write the keys to a work table, in yours you output the rows that need updating to a staging table. You still need another batch update to get the rows into the target. Also, my method is set-based and ...Show All

  • Visual Studio 2008 (Pre-release) Cant' get past Connection Limit of 10 on Windows Server 2003

    We're having trouble getting past the 10 connection limit. A simple NetTcpBinding service will accept exactly 10 client connections but no more. This is using WCF RC1 on Windows Server 2003 Standard. We've set the binding's MaxConnections property to 1000. What else is needed to enable more than 10 clients to simultaneously connect to a service David Pallmann Architectural Consultant Neudesic ServiceThrottlingBehavior, which has a MaxConcurrentSessions property. You can set this behavior in config settings, or in code. http://windowssdk.msdn.microsoft.com/en-us/library/system.servicemodel.description.servicethrottlingbehavior.aspx ...Show All

  • SQL Server SOLUTION - Logon failu unknown user name or bad password. (Exception from HRESULT: 0x8007052E)

    I've been pulling my hair out with this problem. I can create reports in BI Studio and see them return data. After I deploy them to the Report Server I get this error message when I try to execute the report: Logon failure: unknown user name or bad password. (Exception from HRESULT: 0x8007052E) I played with the data source and tried every conceivable credential option. Here's the fix (which I picked up on another forum): Goto Reporting Services Configuration (in Start Menu->Programs->Sql Server->Config Tools. Click on Execution Account Uncheck "Specify an execution account" That's it. Thanks a lot Jeff. Could you please let me know what makes the difference, when ...Show All

  • SQL Server error while generating ad hoc model for Analysis Services Cube

    hi, I try to generate ad hoc reporting model for analysis services cube in reporting services. in Management Studio I connected to reporting services, defined a data source to the analysis services database. But If i try to generate model i get the error: "While connection with a data source a mistake has appeared, or the query is invalid for the data source. (rsCannotPrepareQuery)(Report Services SOAP Proxy Source)" Any ideas as to what may be the problem Thanks! karaman ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. Is there a way to define default values for properties in a GameComponent?

    Hello. I was wondering if there's a way to define which default values appear in the designer view of a component's properties. You know, the values that are not bolded, and appear as a default when you first add a component Thank you in advance. :) Edit: Ok, shortly after posting this, I found out how to define the default values (you just have to initialize the correspondent private variable with the value you want), but how do you make the default values "unbolded" joaomgcd wrote: Edit: Ok, shortly after posting this, I found out how to define the default values (you just have to initialize the correspondent private variable with the value you want), but how do you make the default valu ...Show All

  • Software Development for Windows Vista Designer failed to deserialize the data during drag drop. Reason: Deserialization returned an object, which is not an activity.

    Hi, Custom Activities on beta1 used to work fine during drag drop onto a self-hosted ASP.NET Workflow Designer till beta2 was installed (and project migrated over). "Designer failed to deserialize the data during drag drop. Reason: Deserialization returned an object, which is not an activity." This happens as well for a boilerplate activity1 generated by VS2005. The standalone winforms Workflow Designer works fine, so I'm guessing there's something extra that has to be done, and its not the security stuff Thanks! J Jeremy, Does dragging and dropping this custom activity over the out of box VS WF designer work If not, could you share out the code for the activity so we can debug into it a ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. 3DS MAX Create HLSL Effect

    Hi all, 3DS MAX whether can create HLSL effect files(.fx) Best Regards, have you considered looking at the product documentation for your version of 3DSMax Presumably the manual and/or support forums for the software will tell you what you can do with it (and how). I can't personally afford 3DSMax so I don't use it, but I have heard that later versions do (or will) integrate with D3D's Effects framework via DXSAS. hth Jack ...Show All

  • Windows Live Developer Forums map.Find() without adding pushpins

    Is it possible to do a map.Find() and not have the pushpins automatically added I would like to have a callback on the Find() but I would like to add my own pushpins. Do I have to manually go through and remove all the pushpins it automatically entered then re-add them Or is there a parameter or property I am missing Thanks, Jason I'm looking for this same idea as well. I current;y have to do it with the whole remove then add idea. If someone knows of someway to do this it would be awsome. ...Show All

  • Visual C# Visual Studio 2005 TS crashes under Windows Vista Ultimate

    Dear sir or madam, I am in urge of assistance regarding my VS2005 TS / VS2005 SP1 TS on Vista. I started by sumiting my problem to MS Connect, but they totally ignored me, and that why I hope to get help here. For the original request, please visit this URL: https://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=243085 My problem is severe - if i open any file in the VS IDE (except for CSS files) VS2005 crashes - and I mean crashes! I am left with the option to send a error repor to MS, which i usually do (and the crash must be big, as the processing time making the report takes close to 10 min. and the transfer as well take 10-15 min (upstream: 1024KB)). I have never had a problem like this under X ...Show All

  • SQL Server Rename SQL 2005 Instance

    Hi, I have a SQL Server 2005 installation, running under the instance of MyServer\SQL2005. So I have 1 instance called 'SQL 2005'. I would like to rename the instance back to the default instance. So afterwards, the server instance should just be called 'MyServer'. Does anyone know if this is possible without loosing any data Thank you Jeremy Jeremy, You can rename a default instance of the database engine just by renaming the computer. See the topic "How to: Rename a Computer that Hosts a Stand-Alone Instance of SQL Server 2005" in BOL. You cannot rename the instance part of a named instance. Ron ...Show All

  • Visual Studio Express Editions Adding a reference to a project

    I'm trying to access Active Directory using the Active DS Type Library. I add the component through Project menu > Add Reference > Active DS Type Library. I click OK, but when I declare a variable, the pop up list does not include the types that I require (e.g. IADsComputer). It works OK in VB 6, but not in VB 2005 Express. Any ideas anyone Thanks, Iain Hmm, it is there for sure. Try prefixing the namespace that was generated for the wrapper, write it like this: ActiveDs.IAdsComputer ...Show All

©2008 Software Development Network