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

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

ReneeC

Member List

jxl98c
Blader
Hemant Hindlekar
S.T.A.R.S.
PsychUK
David Kreps
Jaime Stuardo
adman666
NoEgo
JeffJohnsonMVPVB
MikeHNatti
Wanderermy
hrubesh
Peregrin
rajendra patel
VladR
gulaes
Raoul_BennetH
mike.cann
Unjedai
Only Title

ReneeC's Q&A profile

  • Windows Forms How to use dropdowns in a Dataset/Datagrid

    I am fairly new to Visual Studio/C#. I am trying to create a datagrid based on a Dataset. The dataset contains columns from a table where I want to use a dropdown for certain columns (status values, reference listboxes). Can someone give me some tips on how this is done Once the data adapter is created with the approprate table/columns, and I create the dataset, I then associate it with the grid. I am using Oracle for a database server if that makes any difference. THanks Here is a link to an msdn magazine article on how to create a datagrid combobox column. ...Show All

  • .NET Development SOA Service and Deployment

    Hi, We have developed a Service using SOA. We plan to host it as Web Service to be cosumed by clients.However we want our internal .NET clients to use .NET Remoting (by hosting in the same web server as web service) to access the service and some other internal .NET clients to run the service as "InProcess" (by copying the Service binaries to the client folder). Will this model work Are we violating the concept of SOA Thanks, Suresh. Suresh, you model will work fine.... actually you are creating different "Service Interfaces" for your code..... you have a "web service interface", ".net remoting service interface" and "in-process". I reco ...Show All

  • Visual Studio Building multiple solution

    Hello, I am new to msbuild and I have to automate a project. Here is the structure c:\mydir component1 Solution1 Solution1.sln ProjectA ProjectA.proj ProjectB ProjectB.proj component2 Solution2 Project C Solution3 ProjectD .... I would like to have a .proj file for each component and then a master .proj file that just call this sub .proj files. However, i need to know if a solution fail and need to do some action like send mail ,. Is this possible with msbuild . Also, I would need to copy the output for the indiviidual project to a common location . some sample code or some hints would be very helpful Thanks in advance ...Show All

  • Software Development for Windows Vista Facing problem in STS sample

    as I am trying to run the STS sample I already created selfissued card now when i am trying to use this card after importing it to cardspace with the same sample.htm(fabricam site) it didn't work even Securetokenserver is running. I got message that "Unable to retrieve the information from ur managed card provider or you provide some wrong credentials." did cardspace prompt you to enter credentials If yes, cardspace was able to contact the STS, but correct credentials might not be configured in the code of the STS. ...Show All

  • SQL Server Installing Developer Edition Management Studio

    I'm attempting to upgrade from SQL Express to SQL Developer. I uninstalled completely before loading Dev edition, but I can't seem to install the Management Studio now. Any ideas Actually, I just had to clean up the Windows Installer. Once I removed any references to Express Editions of visual studio and mssql, it worked just fine. Thanks anyhow. ...Show All

  • Visual C++ Sending CB_GETCOMBOBOXINFO Message in a Winform Application

    Hi, Trying to send the message by use of SendMessage function to a ComboBox control, first the compiler does not see the defined value of the CB_GETCOMBOBOXINFO, although the windows.h header file is added to the project. Still, have added the actual 0x0164 value of the message-constant to the code, the compiler generates errors regarding the four arguments required by the SendMessage routine. Any links to proper documentation for this task, or comments Best Regards, Reza Bemanian The DllImport is used base on some of the articles regarding the use of win32.dll with the net framework. Unfortunately this is a rather large project and I would not be able to send it to you. I appreciate your offer. ...Show All

  • SQL Server building an .asdatabase file from the command line

    Hi, I was wondering if anyone knew how to 'build' an 'analysis services' project (i.e - generate the .asdatabase file) from the command line, so that I could have it done automatically during a build process. Thanks, Kobi Reiter hello, i would expect something like the following to work devenv.exe <your_solution_name>.sln /build Development /Out out.log Note that you might need an SP1 build for this. hope this helps, ...Show All

  • Community Chat Windows Code Named Vienna

    Can Anyone tell me how compatible it is going to be with previous versions of Windows. Ok perhaps I was too vague, Windows Vienna is the s uccessor of Windows Vista which Microsoft has already begun planning for. It is said to be a "new generation of operating systems". And that Microsoft will "start from scratch" because of the clutter Microsoft Windows currently has. ...Show All

  • SQL Server Puzzle: NULL in Conditional Split Error

    A little puzzle with this Error - Status and PropertyType fields do not allow nulls while other columns do ( there are about 20 columns in original expression but left out for simplicity - these are created the same way ). Any ideas how to solve it [Conditional Split Filter Changes [813]] Error: The expression "LOOK_Status != Status || LOOK_PropertyType != PropertyType || (LOOK_OfficeName != OfficeName || ISNULL(LOOK_OfficeName) != ISNULL(OfficeName)) || (LOOK_OfficeID != OfficeID || ISNULL(LOOK_OfficeID) != ISNULL(OfficeID)) " on "output "Listing Changed" (885)" evaluated to NULL, but the "component "Conditional Split Filter Changes" (813)" requires a Boolean results. (My wish for nex ...Show All

  • .NET Development IIS is is only showing dotnet 2. How to get it to show 1.1?

    Windows 2003 Server I just setup a new server and all is looking good except 1.1 is not showing up in iis. I only see 2.0. I am sure I am missing a simple method of getting it to show up, as if I install it again, the installer says that it is already there. Any help is very much appreciated. Salar You need to open a Visual Studio .NET 2003 Command Prompt. Run the following command to show the installed ASP.NET versions: aspnet_regiis -lv The output should be something like this: C:\Program Files\Microsoft Visual Studio 8\VC>aspnet_regiis -lv 1.1.4322.0 Valid C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll 2.0.50727.0 Valid (Root) C:\WINDOWS\Microsoft.NET\Framework\v2.0.50 ...Show All

  • SQL Server Cannot start SQL Server Browser

    Hello, I use SQL Server 2005 for multi-user access. In the Surface Area Configuration, I changed the protocol from TCP/IP to Named Pipes and restarted the service. Then I went to SQL Server Browser, stopped it and clicked on Start to restart. I am getting a message "An error occurred while performing this operation". I am not able to get the Browser started. Any help would be greatly appreciated. I checked the error log and found a few messages for SQL Browser. Here they are: 1. SQL Browser Service was unable to establish SQL instance and connectivity discovery 2. The SQL Browser service port was unavailable for listening, invalid 3. The configuration of the AdminConnection\TCP protoco ...Show All

  • Visual Studio 2008 (Pre-release) There was no endpoint listening at net.pipe://localhost/...

    Hi I have following 2 interfaces in my service: [Servicecontract] IInterface1 { [operationcontract()] void method1(); } [Servicecontract] IInterface2 { [operationcontract()] void method2(); } a class implements these methods class MyService: IInterface1, IInterface2 { void method1() {...} void method2() {...} }   I am hosting my service in a windows service with following configuration file: <service name="MyService">     <endpoint address="NetNamedPipeBinding1" binding="netNamedPipeBinding" contract="IInterface1" />     <endpoint address="NetNamedPipeBinding1" binding="netNamedPipeBinding" contract="IInterface2" /& ...Show All

  • SQL Server System.IO.StreamReader: The Report element was not found.

    Hi, I just installed few reports on our test environment w/ SQL Server 2005. I can run the pre-made reports (.rdl) files from our developers. But when I try to create a new reports, I'm getting the following error. System.IO.StreamReader: The Report element was not found. does anyone has any ideas Thanks, ...Show All

  • Visual Studio List ReportItem much wider than the data

    Hello, I am using a list report item to display a couple of matrices, where the list allows me to display the same matrix reports filtered on a table field. The matrices alone are plenty narrow to fit inside the page, but I gave the list a colored background and find that it spills very far to the right side of the page. The list object (by looking at the colored background) is larger to the right than the data it contains. Thus I get a blank page between each printed page. I've read the blog pointed to by Robert and have verified the actual data itself is well within the page. I am truly lost here. Any help on this would be so much appreciated. Greasy (bump) Can any MSie confirm that this is a bu ...Show All

  • Audio and Video Development BPL Workshop day 1...

    Very very very cool. Great to see alot of familiar faces and chat...unfortunately I had a client come in for a demo at noon!!! I raced back and we got the project!!! woohoo I also like my new murse (man purse) Look forward to getting some animation from script info tommorow...and I hope to discuss the benefits of MNG vs PNG ... Glad you liked the fashionable carry-all (and the discussion of MNGs... which don't really buy you much except slightly simpler XML). Marking this as the "answer"... please remember to post "comments" rather than "questions" if you don't actually need an answer. ...Show All

©2008 Software Development Network