How To Figure Out App Runs At 32-bit On A 64-bit Machine

Apr 15, 2010

I have a .NET app (webforms - .NET 3.5) that is running on a 64-bit server as 32-bit (I checked the IntPtr.Size result). The compilation is set to AnyCPU so I would expect that on a 64-bit machine, the app would be run at 64-bit. There are many Third-party programs incorporated into the app, could they be causing a problem? How do I figure out why 64-bit compilation is not being done?

View 1 Replies


Similar Messages:

Web Forms :: Figure Out Though C# Whether The OS Is 32 Bit Or 64 Bit?

Jan 4, 2010

I need to figure out though c# whether the OS is 32 bit or 64 bit.

Does IntPtr.size is the right way to figure out the version? 4 => 32 and 8=> 64


Does Environment.OSversion.version.major is right way? 5 => 32 and 6=> 64

OR should have to check both of them?

View 2 Replies

MVC :: Trying To Figure Out How To Use SSL For Only Certain Pages On Website?

Oct 13, 2010

I'm trying to figure out how to use SSL for only certain pages on my website. It's an ecommerce site, and I don't want the whole site to use SSL, only the checkout areas. I'm not sure what's needed to set this up, is it all IIS, web.config file, etc. I'm hosting with Discount ASP.Net, and will purcase an SSL cert through them for my site.

View 5 Replies

Web Forms :: Trying To Figure Out A Menu Presentation?

Jul 29, 2010

I'm looking at a site with horizontal menu and sub-items for each item. When an item is clicked, a second horizonal menu is presented under the first, with all the sub menu items for that particular main item. I can do this with the asp.net menu? Almost seems like it would require a second menu control under the first.

View 3 Replies

Unable To Figure Out Exact Time

Apr 5, 2010

I have sesssion time out issue. Mine is a very big application and 10 yrs old application, so I m unable to figure it out. I have these timeouts in my web.config file. Session is getting expired in 2-3 min or sometimes I m unable to figure the exact time. Here is my timeout sessions in web.config file

<httpRuntime maxRequestLength="102400" executionTimeout="360"/>
<sessionState mode="StateServer" stateConnectionString=" something" cookieless="false" stateNetworkTimeout="30" timeout="30"/>

View 7 Replies

Request Querystring - Can't Figure Out Syntax

Dec 19, 2010

I'm passing a variable between pages and want to print the value of the variable on my page and don't particularly want to try to get into figuring out the codebehind stuff. I can't figure out the syntax. I'm trying:

Page Title="" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="WebForm2.aspx.cs" Inherits="WebApplication2.WebForm2" %>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<script runat="server">
Request.Querystring("letter")
</script>

I know I'm passing the variable correctly because it works in a query further down the page, so I suspect I'm just not using Querystring right.

View 1 Replies

Web Forms :: How TO Figure Out From Within A Server Control

Sep 30, 2010

how can I figure out from within a server control wheather it is being used in design mode or in runtime ?

View 5 Replies

AJAX :: Trying To Figure Out What Is The Best Way To Go About Creating Functionality?

Jul 13, 2010

I am trying to figure out what is the best way to go about creating functionality like this[URL]with ajax. I am just looking for the clock countdown functionality and the constant seamless update of the price.

View 5 Replies

Web Forms :: Can't Figure Out How To Close This Tab When It's Finished

Aug 10, 2010

I have a page that has a note to the user about the file they're about to download and a button to click to start the download. When they click the button, it does a Response.Redirect to another page with the following code in its Page_Load:

Response.Clear()
Response.Buffer = True
Response.AppendHeader("Content-disposition", "attachment; filename=" & FileName)
Response.AppendHeader("Content-length", FileSize.ToString)
Response.ContentType = "application/download"
Response.WriteFile(Page.ResolveUrl(FilePath))
Response.Flush()
Response.End()

I want the download to start and then I want this page (which is a tab in the browser) to close.

The code to download the file works fine. I just can't figure out how to close this tab when it's finished. I understand that Response.End means that I can't put any more code this page; it will be ignored. But how do I get this tab to close?

View 5 Replies

Web Forms :: Copy File From Local Machine To Device Connected To This Machine

Mar 24, 2010

1. ASP.Net WEB server.

2. I have PC, on which file to copy to device is located, with Active Sync installed and IE running which has a page in that IE has rendered by server #1.

3. I have a DEVICE connected to desktop #2 via AS.

I would like to copy file from a local machine to the device which is connected to this machine. My application is located in a webserver.

View 5 Replies

Date And Time Format Different On Local Machine Compared To Production Machine?

Sep 22, 2010

On one of my pages I display a datetime (from a database) and it is formatted correctly as a UK date time (dd-mm-yyyy) on my local machine. However when I deploy it to a server it reverts to American format (mm-dd-yyyy). Does anyone have any idea of when this might be happening?This might be outside the scope of stackoverflow

View 3 Replies

Web Forms :: Trying To Figure Out If There Is A New Solution To Getting An Asp:dropdownlist Vertical Scrollbar?

Mar 23, 2011

I've been researching an issue for quiet some time, but most of the posts I'm reading are older. I'm trying to figure out if there is a new solution to getting an asp:dropdownlist vertical scrollbar. I have several dropdownlists with fixed widths, but the data that populates these dropdownlist do not fit inside the width. Is there a recent - acceptable workaround or solution? I'm using Visual Studion 2010.

View 4 Replies

Visual Studio :: How To Increase Height Of Figure Of Class Diagram

Jul 9, 2010

while viewing Class diagram its images are not clear since they are of small size.Its width are increasing but not height. How to increase its height ?

View 1 Replies

Web Forms :: Create A Simple Contact Form For A Website And Cannot Figure?

Jul 26, 2010

I'm trying to create a simple contact form for a website and cannot figure out how to properly configure it. I have a simple code I got off a tutorial (VB), that I pasted inside my Contact.aspx code-behind-page:

[Code]....

It brings up errors everywhere (declarations expected, etc) in the code-behind-page. I'm new to VB so I don't know what I'm missing. The above code is exactly the content in my code-behind. Does anyone know what I'm missing?

View 4 Replies

Web Forms :: Displaying Date & Time Which Displays A Figure Between Brackets?

Jul 13, 2010

Working with VB code - I have code which displays a figure between brackets. The figure displayed is a count of the amount of entries made to my textbox and outputs to my placeholder- I hope I make sense here...???Anyways, I'd like to output the correct data and time (at time of textbox entry) instead of the count.

[Code]....

[Code]....

View 5 Replies

Custom Server Controls :: Figure Out The Absolute Path To App_data Folder On Project?

Mar 31, 2011

I have an user control that reads the data from app_data folder and does some processing.In design time I'd like to show the row data in control placeholder (using GetDesignTimeHtml).To do that I need to figure out the absolute path to app_data folder on my project.The HttpContext is not available and HostingEnvironment.MapPath returns null.

View 3 Replies

C# - Can Transfer File From Local Machine To Another Machine

Mar 17, 2010

I basically want to transfer a file from the client to the file storage server without actual login to the server so that the client cannot access the storage location on the server directly. I can do this only if i manually login to the storage server through windows login. I dont want to do that. This is a Web-Based Application.

protected void Button1_Click(object sender, EventArgs e)
{
filePath = FileUpload1.FileName;
try
{
WebClient client = new WebClient();
NetworkCredential nc = new NetworkCredential(uName, password);
Uri addy = new Uri("\\192.168.1.3\upload\");
[code]...

View 2 Replies

MVC :: Action Runs Twice In IE8 Only?

Jun 25, 2010

We hit the problem in our asp.net mvc application where our controller action method would be hit twice in
IE8.

This issue does not occur in both FF and Safari.

We have also disabled javascript during our test and it still hits it twice. The first time it passes model properly whereas the second time the model is null.

It does it across all pages.

Has anyone hit this problem before? Bear in mind it's only in IE8 and it's not javascript related.

View 3 Replies

Initialization Area In .NET That Only Runs Once?

Dec 6, 2010

I've got a piece of code that I want to run one time when my website is first loaded.It is basically a static initialization of another module.Is there some event I can hook into that runs when the site is first served to a client?It doesn't even need to be per session, just on first load to any client.

I'm using vs2010, .net 4.0, asp.net 4.0

View 2 Replies

C# Pdf Generator That Runs On Medium Trust

Jan 17, 2011

I need to generate PDF reports on a server where full trust apps cannot run.(i cannot use PdfSharp and MigraDoc because of security exceptions when i say

PdfDocumentRenderer renderer = new PdfDocumentRenderer(true, PdfSharp.Pdf.PdfFontEmbedding.Always);
renderer.Document = doc;
renderer.RenderDocument(); // <<< ex here
renderer.PdfDocument.Save(filePath);

Message: Request for the permission of type 'System.Security.Permissions.SecurityPermission, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' failed.so i need to
have asp.net c# pdf generator that runs on Medium Trust or Low trust OR be able to pass values from asp.net c# to any php pdf generator.I am trying itextsharp-5.0.5,

View 2 Replies

Timer In C# Runs For 20 Minutes Then Stops?

Feb 25, 2010

I'm building a website in ASP.NET with C# code behind files, I'll be using the site on shared hosting due to price, and one of my aims was to have a stored procedure scheduled to run every 1 hour in MySQL and update my database.

Unforunately security arrangements on shared hosting means that users cannot schedule stored procedures, so I decided to tackle the problem another way.

I created a timer in my website inside its own class file in the App_Code folder, it basically starts a timer and then the time elapsed event connects to my database and calls the stored procedure. I then built an admin page that allows me to see the status of this thread (started/stopped) and allows me to start/stop and restart it.

It's installed on my test site that I run from my home PC using Win7 and IIS, and it works beautifully, I can stop start the service and watch the database tick up when it's running...

HOWEVER...it only seems to run for 20 minutes before it stops, I thought maybe it was the garbage collection killing it since that's mentioned in some timer examples but I've added a GC.KeepAlive(Timer) and that's not . I'm really stumped as to what is stopping the timer, it's functionality is dead on the money and how I want it, but it just stops, always after almost exactly 20 minutes.

[Code]....

View 8 Replies

Security :: How To Find A Function That Runs Once

Feb 17, 2010

I want to have a function that runs once when a user logs into my system. It should run once everytime a user logs in. I don't handle my logins with Membership, just with Authentication. How do I accomplish this?

View 1 Replies

AJAX :: PopupControlExtender Animation Only Runs Once?

Feb 20, 2010

I use the PopupControlExtender to show a Panel after clicking a ImageButton. The Panel can be closed by clicking the page outside the panel. This is working fine.

I added an Animation Fading Out the Panel when the Panel is clicked (I have no button on the panel). This is working fine to.

The problem comes when I click the Imagebutton (The Panel appears) followed by clicking the Panel itself (The Panel disappears). If I now click the Imagebutton again, nothing happens as if the animation was not considered finished. The Panel should have appeared again.

If I change the focus on the page, then the animation is in some way reactivated and the popup works again. I already tried the following :

- <EnableAction AnimationTarget="ImageButton1" Enabled="true" />

- Setting the focus to a random control on the page using <ScriptAction />

Is there a way to reset the animation using Javascript ? Using "setValue(value);" ?

<asp:ImageButton ID="ImageButton1" runat="server" ImageUrl="~/App_Themes/Images/Vraagteken.gif" OnClientClick="return false;" UseSubmitBehavior="false" ToolTip="Kies de bedrijfs sector waarvoor de tekst is bedoeld" />

View 1 Replies

C# - Application Runs When Debugging But Not When Published

May 10, 2010

When publishing my web application and then running it will return the error

"Could not load file or assembly 'BaseApplicationName' or one of its dependencies. An attempt was made to load a program with an incorrect format."

However if I run the application through debugging (f5) it runs correctly.

I guess what it comes down to is

what differences are there when running an application through debugging vs publishing it that would cause a problem like this?

When publising I have it set to delete all existing.

History of how it started... I added the 32 bit Oracle.DataAccess dll to my 64 bit system. It would not work and crash giving the same error as above but with the Oracle.DataAccess name instead of the baseApplicationName. I have since removed all references to it and removed the dll to try and get it to run without it once again.

View 3 Replies

Change The Identity An Assembly Runs Under?

Nov 26, 2010

I have an assembly which I call from within my asp.net web site.

I want the assembly to run under a different user than the -windows authenticated - main site runs under.

The reason is, the assembly needs admin permissions - but I don't want the whole website/IIS to be running as an administrator.

Is this possible?

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved