Search results for query: *

  1. complete

    How do I create a "Card" column type in a Microsoft List?

    I think I have figured this out. There is no such thing as a "Card" type. This column is just for an image. The intricate and detailed data I see in a tabbed dialog box is for the entire row of data, not for a particular column of a complex type.
  2. complete

    How do I create a "Card" column type in a Microsoft List?

    I really can use your help on this. I have decided as part of my efforts to solve a different problem to make a copy of a Microsoft List to a work platform that is not shared as a dashboard and shared area for my company. I am creating a duplicate List from another List that is the production...
  3. complete

    Trying to access a Microsoft List programmatically using C#

    I am sorry I deleted this post by mistake. It seemed to also delete your reply. This is the nuget package I installed. Is it all I need to do?
  4. complete

    Trying to access a Microsoft List programmatically using C#

    In response to this post: I had a look at what I had available to me in my nuget packages in my Visual Studio Community Edition and this is what I found what looks like a match with the first item you have listed: I am not having much luck finding the second suggestion: Please advise.
  5. complete

    Trying to access a Microsoft List programmatically using C#

    I tried your suggestion and I got a 404 error. System.Net.WebException HResult=0x80131509 Message=The remote server returned an error: (400) Bad Request. Source=System.Net.Requests Please advise.
  6. complete

    Trying to access a Microsoft List programmatically using C#

    OK. Thank you. I will give it a try.
  7. complete

    Trying to access a Microsoft List programmatically using C#

    Can I use Nuget with Visual Studio Community version or should I pack up this IDE and use Visual Studio Code. I just now returned here to see if I can edit the Original Post but it does not look like this web forum allows for that. Anyway, to cut to the chase and get back to my project, I will...
  8. complete

    Trying to access a Microsoft List programmatically using C#

    I am trying to access a Microsoft List programmatically using C#. It is not going very well just yet. I am using .Net Foundation instead of .Net Core because I read that the Microsoft.Sharepoint.Client namespace is not available with .Net Core. I should say at the beginning that I am trying...
  9. complete

    Why do some C# applications have an app.config file and others do not?

    Why do some C# applications have an app.config file and others do not? Both of these solutions were initialized as Visual C# Windows Form Applications.
  10. complete

    Question Process VS Program -- which is best for this task?

    At the moment, I am thinking about having a separately running application without a UI just grabbing email messages when they come. This, I think, will be a shorter development cycle than learning how to interface with Microsoft Outlook. My question now is this. If my program "intercepts" an...
  11. complete

    Question Process VS Program -- which is best for this task?

    I am looking to start a new project and I am wondering if it can be some sort of C# program or if it has to be something else. I want the program to be kicked off when Outlook receives a new email. Can it be a program or does it have to be some sort of process. Please advise.
  12. complete

    Question Web.Config issues.

    ...loaded in Visual Studio to the running project. This brings me to the error I am stumped on. when I open IIS and click on the option to "Browse *.80 (http)" for the website that is listed and has been validated, it launches the website in a browser but it has an error: HTTP Error 500.19 -...
  13. complete

    Question What are the settings I need to have in order to run debug in Visual Studio for a program set up in the IIS?

    What are the settings I need to have in order to run debug in Visual Studio for a program set up in the IIS? I have a solution in Microsoft Visual Studio which successfully builds a web solution. This is project is in use and has had other developers work on it. So I can safely conclude that...
  14. complete

    How do I use a outlook email group name as determining who someone is?

    How do I use a outlook email group name in C# as determining who someone is? I have been tasked at using a username / email address in a C# program. Here are the steps that are involved. A user uses the program that is part of a web based system somehow the code (html, I suppose) determines who...
  15. complete

    What is the format of a SQLConnection connection string?

    What is the format of a SQLConnection connection string that is passed in the constructor method? I have run a search engine search online and all I could find so far is examples like: "Data Source=(local);Initial Catalog=AdventureWorks; Integrated Security=SSPI;"; or "User...
  16. complete

    What is the proper way to add a DLL project to a solution?

    Perfect. Very good, sir. It worked perfectly as you suggest here!
  17. complete

    What is the proper way to add a DLL project to a solution?

    What is the proper way to add a DLL project to a solution? I have a solution with a project (ASP.NET with C#) that uses a DLL. The app crashes inside the DLL. Fortunately, the DLL was written in-house and I have the source code for the DLL. My question is this. What are the steps...
  18. complete

    How does one define IOleServiceProvider in a WPF application?

    How does one define IOleServiceProvider in a C# WPF application? I was told that it was automatically recogized if I downloaded and installed the visual studio SDK. Is there some extra step I am missing? http://i67.photobucket.com/albums/h292/Athono/programming/12-9-2012.png IOleServiceProvider...
  19. complete

    How do you programmatically expand a url link to its true location?

    I have not gotten to the point in my code where I need to address this. I am debugging other and bigger fish. But there is no real way to decode the id value since it is on the baidu servers.
  20. complete

    How do you programmatically expand a url link to its true location?

    How do you programmatically expand a url link to its true location? Do you know about tinyurl.com and baidu.com? Baidu.com is a search engine that tries to discourage people from using their web site to make metasearch engines by hiding their links in a way that is a lot like how tinyurl.com...
Back
Top Bottom