C# - Can Use Window Application Vb Dll In Webapplication
Sep 28, 2010i am trying to use vb 6.0 dll which is for window application in .net webapplication so tell me can i use it if yes then
View 1 Repliesi am trying to use vb 6.0 dll which is for window application in .net webapplication so tell me can i use it if yes then
View 1 Repliesi have registered a domain and in IIS 7.5 created a new Website for this domain. It works great the ASP.NET website (BlogEngine), now i wanted to add another ASP.NET webapplication to call it something like this:[URL]I tried to add to my existing website, a virtaul path to the ASP.NET webapplication und converted to an application. after calling the URL i get an exception, that i could not load an assembly of the website (mydomain) : Could not load file or assembly 'BlogEngine.Core' or one of its dependencies. The system cannot find the file specified.
View 1 RepliesI have an ASP.NET Web Forms Application in migration process to ASP.NET MVC 1. Urls are as follows:
[URL]
(hxxp because stackoverflow thinks they are links and prevents me from posting so many)
"mvc" is another application inside my Web Site in IIS7.
I now need to be able to do this:
[URL]
Where 'subsiteName' can be anything and must be checked in runtime. I can't create directories for each subsiteName.
I thought of UrlRewriting, so /subsiteName/* rewrites to /*, but then I'd have to rewrite from WebForms to MVC.
I can't imagine a way to make a request to [URL]ever be taken by the MVC application in this scenario.
i have an aspx page in which a link in the grid view opens a popup page . the data in the grid view would be dynamic and i need to send the id of the row of grid while calling the child window. i get the id using sender.id, but how would i send this using window .open()?
View 2 RepliesIs it possible to build a windows application to send articles to a blog I have developed?
View 1 RepliesI have one web application in which I am calling one window application. When I call that win app, it runs in background means it shows only in task manager but does not show any window of that application. I have searched for this on MSDN support and do as directed, but nothing result.
View 3 RepliesI am trying to develop ASP.NET window based application and am struggling with it. I am using ASP.NET 2008 version.
this HTML command lang, I inserted lang=VBNET.
What does lang means and what is the purprose of it ?
Here are the HTML coding:
<form id="form1" runat="server" lang="VBNET" title="ONLINE ORDER REQUEST Screen">
I am using crystal reports 2008 with asp.net 3.5 to generate .pdf reports. When I use the code below it exports the pdf file in the same application window. I hate this. I have to go back for getting another report. I want this to be opened in a separate window so that users can still work on input parameter page.
RecDetrpt.ExportToHttpResponse(CrystalDecisions.Shared.ExportFormatType.PortableDocFormat, Context.Response, false, string.Empty);
I want to create a popup application that will run against my sql database and Fire a popup everymorning at the user machine to ask a question. the response will be send back to the Database. Prety easy with Windows service BUT not with a POpup or Interface.
View 3 RepliesOn a list page, clicking on one of the items brings up the details in a modal popup window which will have its own functionality (like validation, updating etc). What's the best practice to implement this (not looking for a hack). I see two options here:
Hide the details markup until a list item is clicked at which time, do a ajax request to get the details and populate and show the details section. Have the details section as a separate page by itself. On a list item click, show this page in a modal window (is this even possible?)
in my project i have a gridview,and i provide a print option for every row...if i print the selected row it will be printed in the crystal reports..its working fine..what i need is ,when i click the print option it will opens in pdf format....i tried but when i click the print option a pop up box will displayed like open with and save us..i dont need like that.if i click the print option it will open directly in pdf format..how?
Here is my code
Dim CrystalReport As New ReportDocument CrystalReport.Load(Server.MapPath("CrystalReport.rpt")) CrystalReport.SetParameterValue("fname", fname) CrystalReport.SetParameterValue("lname", lname) CrystalReport.SetParameterValue("company", company) CrystalReport.SetParameterValue("desig", desig) CrystalReport.SetParameterValue("dept", dept) CrystalReport.SetParameterValue("tsalary", tsalary) CrystalReport.SetParameterValue("gsalary", gsalary) CrystalReport.SetParameterValue("npayable", npayable) CrystalReportViewer1.ReportSource = CrystalReport Response.Buffer = False Response.ClearContent() Response.ClearHeaders() CrystalReport.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, True, "Employee")
how to make exe file of window application in Visual web developer 2008
View 1 RepliesI have problem regarding my IIS (Window server 2008 R2 Enterprise x64). I make my web application using Win. 7 with 32bit and using Vs 2010. After finish and publish i go to server and start setting IIS. But i get this error --> The requested content appears to be script and will not be served by the static file handler. So many method i read from internet but still cannot solved my problem. For your information, my Application Pool is ASP.NET 4.0 (Classic). and under Application Pool i started more than 1 Application Pool.
View 1 RepliesI want to add a button to my user control in SilverLight 4.0 application which will open a new browser window with an aspx in it when it is clicked.
Additionaly, can I lock the SL application until this new window is closed (Alike a modal dialog)?
An ASP.NET application (actually with Silverlight but it doesn't matter) is hosted in Outlook as folder home page. In this application there's a link to open popup window, which opens a separate IE window, not in Outlook.
The problem is that in this case it seems that ASP.NET session is lost. A call to ASP.NET service has nothing in Session and Session._id is different. I suspect that Outlook has different cookies than IE.
How do I preserve session when opening IE popup from Outlook? Maybe pass session id via URL somehow, or configure this in web.config?
We have created an Intranet Web Application with Windows Authentication.
That asking a prompt to get Username and Password each time when we access the application.
How can we restrict that prompt other than IE --> Security --> Custom Level --> User Authentication.
(Because, with this option we need to set these settings in each and every user's system)
I am trying to clean up some application work. I have this query application that creates a report that is displayed in a gridview in a new window. If the records have further information the gridview displays a field containing a URL (which is generated in SQL) to open an edit form allowing the user to view and edit the selected record. The URL looks something like this:
Code:
<a href="SanMhInspReport.aspx?MHID=92Edit" target="_blank"><u>Report</u></a>
All is well untill I go to close the edit form, which is when I get this:I know this has something to do with opening and closing windows server/client side.
I can't use RegisterStartupScript('window.open...), because Chrome blocks the popup without even informing the userI can't use "onclientclick=window.open(..." in the markup, because I have to invoke code in the button click event handler before opening the popup window.I can't expect every user of the website to add the site as an exception in Google Chrome's popup blocker, since they'll assume it's an error on the website and not with the popup blocker
View 5 RepliesCan We check te checkbox to remember the password in window based application using c#.
If Yes, how to check the checkbox to remember password in login Form.?
Im running a web application in visual studio 2008...
while running, my first web page url is [URL] while i run this in another system, it is [URL] Really eager to know what is this all about...
because the images in root folder are displaying in my system but not in another system...
Question: I have a web setup project.
It installs the webapp and puts it into the appropriate virtual directory.
So far so good.
My question now is: how do I set folder write permission?
My problem is, I can set the permissions programmatically, but I need to know the IIS user the application runs under, since it's that user that need the permissions.
I need to put the TabControl in the WebApplication... but i dont know how i do that?
View 4 RepliesI installed Visual Studio 2010 (ultimate). When I click on New Project-> Visual Basic (or C#)-> Web, the only options i get is AjaxControlExtender, AjaxServerControl and ASP.Net Server Control. How do i get the ASP.Net WebApplication option to show up?
I am using Visual Studio 2010, Windows 7 and IIS. I have written a small WebApplication and I want to publish the WebApplication in the localhost. So I click on the project in Visual Studio => Publish => choose File Sytem => Local IIS. After that, I get an error:
To access local IIS Web sites, you must install the following IIS
components:
IIS 6 Metabase and IIS 6 Configuration Compatibility ASP.NET
In addition, you must run Visual Studio in the context of an administrator account. For more information, Press F1.
This topic is new for me, so I am a beginner. What exactly must I do to solve this error?
I wonder if there are some differences between creating a WCF service and an MVC web-application. If you know of good links on how to create such a service for an MVC application that returns a JSON object please do post them.
View 1 Replies