Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
67% Quality Score
Upvotes Received
5
Posts with Upvotes
5
Upvoting Members
3
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
~24.6K People Reached
About Me

Programmer

Interests
Lots of Hobbies and Lots of interests. Science, Art, History...
Member Avatar for complete

Using the Microsoft.SharePoint.Client namespace in a C# code, I am trying to access a SharePoint List but I am getting a 403.  Is it because the Microsft List I am trying to access is on a different computer on the internet and the program has to be on the same …

Member Avatar for rproffitt
0
17
Member Avatar for complete

How do I get my Hyper-V set up back? I set up a couple of vitrual machines using Hyper-V. There seemed to be some memory and resource issues. So I closed down the virtual machines and Hyper-V and then I ran malwarebytes, ccleaner, and avg to clean up my system. …

Member Avatar for rproffitt
0
79
Member Avatar for complete

How do I set up IIS to debug classic ASP? Help Needed Setting up Classic ASP Debugging According to what I have seen on social media, in order for me to set up my computer for writing and debugging Classic ASP, I need to set up IIS a certain way …

Member Avatar for aemma7886
0
41
Member Avatar for complete

This is using C# coded using Microsoft Visual Studio 2019 Professional I have an XML file used as a configuration in my program that I am coding. The executable reads and writes to the XML file. So I would naturally like to have an automatic process where the XML file …

Member Avatar for pritaeas
0
48
Member Avatar for complete

How do I set a system-wide _ifdef? This is using Microsoft Visual Stuedio version 2019 with C#. If I want to add specialized code to a project shared by multiple software developers that is designed for my selfish tests and evaluation, how do I manage a # definition inside the …

Member Avatar for rproffitt
0
47
Member Avatar for complete

In a C# solution, how do I add an .EXE project to a solution of DLL project's? This is using Microsoft Visual Studio Professional. I have been handed a solution file which contains three projects. But all three projects generate DLL files. It is kind of unique because I have …

Member Avatar for tinstaafl
0
161
Member Avatar for complete

I am starting a new coding job with a new client. The problem I am having is that a lot of issues with namespaces that can not be found or maybe missing directives or an assembly reference. This, I think, is a common thing. So I am wondering where I …

Member Avatar for rproffitt
0
57
Member Avatar for complete

I do not know from the online tutorial if I am properly establishing a connection with a git repository that is on a network. All I have learned from a tutorial is how to set up a local repository, but getting data off of a network repository is knowledge I …

0
38
Member Avatar for complete

Where is the SQL Server Database Trigger Wizard or Dialog Box? This question is about SQL Server In the past, I have created a stored procedure that was run on a timely basis by (if I remember correctly) a database trigger. As I recall, there was a wizard (dialog box …

Member Avatar for rproffitt
0
31
Member Avatar for complete

This is on a Windows 10 computer. I have successfully completed setting up IIS and system settings for running a web page written in Classic ASP. I can launch it from my IIS manager and it comes up in my default browser. iis: Enable Client-side debugging: true Enable Server-side debugging: …

Member Avatar for rproffitt
0
19
Member Avatar for complete

How do I set the default “index” landing page (also known as the default content page) on a Classic ASP file? While setting up a simple first “Hello World” style classic ASP program locally, I remember how things are set up on the server where I will eventually migrate my …

Member Avatar for rproffitt
1
115
Member Avatar for complete

How do I pull ascii files or folders off a server I am remoted into? For the first time in my life as a software developer I am tasked to remote in by VPN (sort of) to a server where ASP code resides. I want to copy and paste the …

Member Avatar for rproffitt
0
25
Member Avatar for complete

What are the pros and cons of plain PHP or Classic ASP? PHP and Classic ASP are server-side scripting languages. What is wrong with having a website written in this instead of the trendy JavaScript Frameworks like React, Angular etc.? If memory serves me correctly, there is an issue with …

Member Avatar for Dani
1
111
Member Avatar for complete

In Microsoft c# Visual Studio I am using XPathNavigator to read and manipulate an XML data set.  The exception that is thrown is very descriptive in pinpointing the problem with the XML file that is read.  There is one text field that exceeds the limit of what is allowed for …

Member Avatar for tinstaafl
0
610
Member Avatar for complete

I was installing some modules in Drupal 7.  Suddenly, the helpful buttons across the top for admin mode disappeared.  Can anyone tell me what happened and what I have to do? I am able to go to {website}/admin and essentially see the same buttons on the page that, I guess, …

Member Avatar for diafol
0
227
Member Avatar for complete

I have my fresh Drupal 7 web site up and running. I am currently testing it. My first test is to try the functionality of creating a new user. I tested added myself (no, not my admin account -- a different one with a different email address). The new user's …

Member Avatar for complete
0
229
Member Avatar for complete

How do I write a SQL query involving a time stamp? QUOTE_ID is a character string CREATE_DTG is a date time type RETENTION_LEAD_TRACK is a table This sql statement cmf.CommandText = "SELECT QUOTE_ID FROM RETENTION_LEAD_TRACK where CREATE_DTG > '2016 - 04 - 25 18:18:15.2891'" throws this error {"Conversion failed when …

Member Avatar for hericles
0
84
Member Avatar for complete

How do I make the TextBlock in Expresion Blend look better? I want the Text Blook to have that 3D embedded look where it appears pushed in deeper than the surrounding area. What I mean by that is that the top of the box is a darker and more refined …

Member Avatar for Vijay_18
0
250
Member Avatar for complete

I am working with Expression Blend 3. I want to do something and I do not know if it is possible but common sense tells me it should be. The whole idea is to break apart a XAML content into three XAML pages. One page is the master that contains …

Member Avatar for Vijay_18
0
133
Member Avatar for complete

I have a silverlight app that uses TextBox XAML controls. In the c++ code-behind, IXRTextBoxPtr types are associated with these textboxes using "FindName" like this: FindName(L"ColNum3", &m_pColNum3); (where ColNum3 corresponds with the XAML CODE like this: ) Then, the code assigns the pointer like this: std::wstring wsTransfer; // gets the …

Member Avatar for complete
0
865
Member Avatar for complete

How do I solve issues with adding Tabbed Control with Expression Blend 3 for Silverlight App? I am using Microsoft Expression Blend 3 + SketchFlow Version 3.0.1927.0 for a Visual Studio 2008 Windows Embedded CE program. I am trying to add a tabbed control and Expression Blend does not seem …

0
97
Member Avatar for complete

How do I edit a project template used in Visual Studio? I am using Visual Studio 2008 with C# and C++ I am doing some development on some code. The project uses an SDK that was put together by a 3rd party company that, when run, adds content to the …

Member Avatar for gusano79
0
217
Member Avatar for complete

I want to make a MVC program. I understand the logic of this sort of structure. I just want to know what is a good way to represent a Model-View-Controller program in the Visual Studio. Should each be its own workspace in the solution, or should the solution file be …

Member Avatar for djjeavons
0
98
Member Avatar for complete

Hello Forum, Why would Flash work in IE 9 but not in IE 11? That is, why would Adobe Flash work with Microsoft Internet Explorer Version 9 and not work with Microsoft Internet Explorer Version 11? I am using a small flash object in the index page of www.gelsana.com. It …

Member Avatar for ryantroop
0
374
Member Avatar for complete

Is Silverlight gone or dying? I noticed that I did not find a Silverlight discussion group under Software Development here.

Member Avatar for geniusvishal
0
86
Member Avatar for complete

Why would loading a XAML file fail on a brand new, unaltered Silverlight project? This is the first time I have started a silverlight project on the current machine I am on with Visual Studio 2010. Until now, I have been programing ni ASP.NET. When I first tried to start …

0
66
Member Avatar for complete

What is the Congiguration manager class in the code and how do you set it in the Project or IDE? How do I set AppSettings in an ASPX project's Configuration manager? This is an ASPX/CS Project with Visual Studio 2010. It is a Configuration Manager question. I am successfully debugging …

Member Avatar for pitic
0
196
Member Avatar for complete

How do I get search engine results programatically? Some search engines use AJAX to display content and so the URL does not change. This makes it difficult to get result content from a search engine programatically. Most search engines do not use AJAX. But two popular ones that I am …

Member Avatar for pritaeas
0
337
Member Avatar for complete

How does Yandex do its trick? I want to programatically get the contents of a Yandex.com search result. The proglem is that a search page url does not change when you do a search on yandex.com and advance to see more pages. It must be done somehow by javascript. Any …

Member Avatar for lamiv007
0
130
Member Avatar for complete

WebRequest and WebResponse has issues I wrote a C# program that uses WebRequest and WebResponse to perform a simple web crawler. I discovered something about web sites. Web browsers such as IE and FireFox offer the capacity to view the HTML source code. But it seems that html code that …

Member Avatar for pritaeas
0
102