.net - Error Viewing ASP.NET Applications After Installing IIS7.5?
Jun 5, 2009
I get the following error when I try to access a asp.net application on my local machine.HTTP Error 500.19 - Internal Server Error The requested page cannot be accessed because the related configuration data for the page is invalid.
Module IIS Web Core
Notification BeginRequest
Handler Not yet determined
Error Code 0x80070021
[code]....
View 4 Replies
ADVERTISEMENT
Apr 27, 2010
I need to automate the installation of 3 different applications and I need a good starting point.
From what I've been reading, APIs seem like the way to go. But, if I can, I'd like to keep it to managed code.
I've checked with the manufacturers to see if they had any available APIs that could allow me to do the automation, but they have none
What do you all think is the best approach? Is there any .NET methods to assist me? Or do I have to go with APIs and unmanaged code?
View 6 Replies
Jun 17, 2011
Background: I have an application that loads marketing companies into a drop down list if the currently logged in user is a member of that marketing group in active directory. The Group ACOMP_USER_BIG is compared to MarketingCompanyShortName Big in the database records via a web service. Problem: I have 3 Newly added AD Groups that won't load in production but load fine in the drop down on my local dev server. The deployment guy already tried doing an IISReset and that didnt fix the issue. All the AD groups have read access only and no write access. We need to find out more information on why the marketing company AD groups are not loading. How do I get the groups to load correctly or prove that the problem is not a programming issue and a deployment or AD issue? H*ere's the VB.NET Code behind that populates the marketing company drop down list.
[code]...
View 1 Replies
Jan 25, 2011
I have opened a VB project which was created using a previous version of VB. So, it popped up the conversion wizard and it completed the conversion to 2010.
But when I tried to view the forms (using "View Designer"), it shows the following message[code]...
View 6 Replies
Jun 24, 2009
I though I had solved this problem, but it is back:Code generation for property 'SelectedPeople' failed. Error was: 'Type 'ECS.Entities.Persistency.Person' in Assembly 'ECS, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' is not marked as serializable.'The property on the error message is a List(Of Person) and for some reason it trigger this error, for almost anything I do, and its getting really anoying.Okanswering to the answers here is a little more information about the problem.
Yes it is during design time, it happens bascially anytime a open a form that has a UserControl that contains the Selected property in it, sometimes it happens even if I don't have focus on the form, also if I try to compile/run it happens and the message come in the form of a Message Box with just a OK, ECS.Entities.Persistency.Person is just a LINQ to SQL Generated Class, this should not matter at all to the problem, although I have added the attribute before the posting.he reason that this happens is because the Designer attempts to put the property on the Property Panel, and for that to happen, serialization happens.tryed to hide the property from the designer by using this attributes.
<DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)> _
<Browsable(False)> _
Public Property SelectedPeople() As List(Of Person)
[code].....
View 3 Replies
Jan 7, 2012
While installing the application that i build on Visual Basic VS 2010, the following error occurs.
"Unable to install or run the application. The application requires that assembly stdole Version 7.0.3300.0 be installed in the Global Assembly Cache (GAC) first. "
View 1 Replies
Sep 9, 2009
I created a program and published it using the wizard through the "Property" in menu.
When I used the Published program to Install it in my same computer it got installed in "StartMenu".
I didn't get the option to select the Drive for Installing it like what we get when installing other program.
how to make that option to appear on installing the program?
View 8 Replies
Mar 15, 2009
The message is "System Update Required"Unable to install or run the application. The application requires that assembly Microsoft.VisualBasic.PowerPacks.Vs Version 9.0.0.0 be installed in the Global Assembly Cache(GAC) First. It is not completely clear to me if this is something that I have to 'include' in my application, or something I have to direct my friend to install in his computer. (Or how he can get it?)
View 13 Replies
Apr 13, 2010
i am installing a VB application and the installer will install the app just fine for the first install. But if the program is uninstalled, then re-installed, i get an error from the installer that has a code of 2908 or something close to it. (It means that it cannot register a component). I cannot figure out why this is only occurring during a re-install.
[Code]...
View 6 Replies
Jun 14, 2012
I am not an expert in using vb.net, but I am trying to make my vb.net project accessible to others. I've done it before (about 5 years ago) with another program. This program is basically the same just for a different product line for us. I have all the files on a server. I published everything to a directory on the server...the directory is in the same spot as the other directory. I checked all of my project properties and have now made sure they are the same as my other project. The publishing works fine. But, when I try to run the setup.exe or the .application file, I an error message that pulls up a log file. I've looked all over and found similar log files, but no solution that seemed to work. Here is what the log file is telling me. Any help would be great. I am thinking it is something simple...remember I am not an expert. And, I know I got the other one to work a few years ago when I moved it from visual basic 6.0 to vb.net. I am using Visual Basic 2008 Express Edition to work with my project.
[Code]...
View 2 Replies
Dec 29, 2011
i running into an error when installing a windows service that i have created in vb .net. i followed the tutorial but i am getting an error. bellow is the log for the whole process until we get to the error. can someone please assist.
[Code]...
View 1 Replies
Aug 3, 2010
I created a simple windows service on my local PC and added the following code to it [code]...
Next I added a Setup project to this solution and added a custom action (By double clicking application folder then clicking add output folder then selecting primary output from the dialog). The solution builds fine but I have 2 problems.
1) Everytime I install the service, it asks me for the username, password and confirm password; I was wondering if there was anyway to get rid of it atleast while running locally. I tried setting the account type to user, local service, local system etc but it keeps popping up.
2) Once I enter the credentials (random ones), I get an error "No mapping between account names and security ids was done".
View 1 Replies
Jul 2, 2009
sometimes when we install our soiftware developed in VB6 under XP the error deletefile failed code 5 an error occured while trying to replace this file access denied c:windowssystem32shdocw.dll it does not happen all the time about 755 but if you click ignore the program installs perfectly and runs fine.
View 1 Replies
Sep 24, 2011
Error in installing Windows service using instllutil.exe in vb.net
View 10 Replies
Feb 12, 2007
I new to .net My project involves developing a windows service application using VB .NET. I have installed the service successfuly on the first attempt using the installutil provided by the frame work.When i uninstalled the application the it gave me the following result.
System.ComponentModel.Win32Exception: The specified service does not exist as an installed serviceAn exception occurred while uninstalling. This exception will be ignored and the uninstall will continue. However, the application might not be fully uninstalled after the uninstall is complete.
The uninstall has completed.
When i tried to install the app again it gave me the following error
An exception occurred during the Install phase.System.ComponentModel.Win32Exception: The specified service already exists
I removed the application from the list of application event log entries in the registry(HKEYLOCAL_MACHINESYSTEMCurrentControlSetServicesEventLogApplication) ant tried installing the app agin it installed successfully. Why is uninstalling the service not removing the entry from the registry.
View 12 Replies
Mar 11, 2011
I installed VS2010 SP1/TFS2010 SP1. Now VB solutions that built successfully now fail Rebuild with massive lists of errors, eg:
Error 14 'IsNothing' is not declared. It may be inaccessible due to its protection level. C:ProjectsNewDoxDOXLinkDocType.vb 142 12 DOXLink
Error 12 'ChrW' is not a member of 'VisualBasic'. C:ProjectsNewDoxDOXLinkDOXDBDataSet.Designer.vb 14947 120 DOXLink
Error 44 'Computer' is not a member of 'My'. C:ProjectsNewDoxDOXLinkLanFolder.vb 110 20 DOXLink
Error 15 'vbCrLf' is not declared. It may be inaccessible due to its protection
[code]....
View 1 Replies
Nov 18, 2009
I have a problem here I did make database program for a friend the database is online Mysql I use Visual Studio and put this into setup.exe when he install the program and try to log on he get this error This is my connection to the database
[Code]...
View 1 Replies
Mar 16, 2010
Visual basic setup stops half way on windows 7 - also get fatal error on installing .net framework 4
View 1 Replies
May 10, 2009
I'm developing an ASP.NET web site with VB. My web site is work perfectly with Firefox. But, with IE, it's redirect automatically to null.
When I try http:[url]....
IE6/IE7 automatically redirect to
http://localhost/mysite/null
But, there is no problem with pages inside sub folders. When I try with http:[url]....It's work perfect. I just can't browse pages in root folder. What should I do? I'm using IIS7 and .net framework 2.0.
View 2 Replies
May 31, 2011
How can I set an application pool to 32bit in IIS7 when creating it?I'm creating the app pool with the below function
[Code]...
View 1 Replies
Feb 19, 2010
I need blog software for IIS7 and a SQL Server 2008 backend. I don't know if this is required, but the application (website) I'm hosting is in asp.net (vb.net). I checked out das blog, and graffiticms and they're very old.
View 2 Replies
Oct 16, 2010
I have written a generic file serving handler in asp.net/vb.net..I recently moved to a windows 7 box and am now debugging under IIS7, and this is where the problems occure.Whenever I serve a file to either FireFox or Chrome (IE8 works fine) from IIS 7, the download will fail.
- In FireFox the error is "[some file name and path].part could not be saved, because the source file could not be read."
- In Chrome the error is "Error 330 (net::ERR_CONTENT_DECODING_FAILED): Unknown error."
- In IE8 it works fine
If I run the same code in IIS6, it works fine.If I run the same code in the Visual Studio virtual web server, it works fine (on windows 7 or XP).I am rather concerned about this as our production web server will soon be IIS7; which I'm starting to really love, and would hate to revert to IIS6 just because this won't work in IIS7.I've tried a number of different patterns.It seems to always fail on the Flush() line with the error "System. Web.HttpException = {"The remote host closed the connection. The error code is 0x8007 0040."}"One thing I have noticed, if I move the flush statment to the finally clause or remove it all together; firefox will attempt to read the entire file - it appears to be looping through the entire block of code just fine, until it hits the flush statement.If I remove the flush statment I still get an error and it still tries to read the entire file before asking me to save it.[code]
View 2 Replies
May 20, 2011
Every time I start a new session of Internet Explorer, the web application prompts me for my Active Directory Username and Password instead of automatically retrieving that information from the currently logged in Active Directory profile.
How do I setup Single Sign On in the web config or default.aspx.vb file code-behind so that it doesn't prompt me for my active directory credentials? [code]....
View 1 Replies
Jul 18, 2010
It may be a weird question but it's there a possibility to send an e-mail after an pplication has crashed?
View 3 Replies
Mar 29, 2012
I'm trying to write a simple load tester for one of our web services, which is served through IIS7. I'm launching a load of threads (as Tasks) that call the web service as a Web Reference.Despite the threads all starting, only 2 concurrent connections from the app can be handled by the web service. I'm aware that by specification simultaneous connections are limited to 2 per user. For the sake of this load tester, which I guess is one user, I would like to open many simultaneous connections.I have tried to add the following to the web.config of the web service.
<system.net>
<connectionManagement>
<add address="*" maxconnection="40"/>
</connectionManagement>
</system.net>
My setup is as follows:
The web service is located at [URL], where MyWebServiceApp is configured as an application.The webmethod can be viewed as something trivial that simply waits for, say, 20 seconds before returning a response (making it easy to see that only 2 connections are open at any one time).The simplest form of the load tester code is ass follows:
Imports System.Threading.Tasks
Module SuperBasicLoadTester
Sub Main()
[code]....
I've tried pointing other load testing software (e.g. soapUI) at the web service and have observed the same issue.
Edits: I should add that the web service box is running Windows 2008 R2.Also I have run SoapUI and my loadtester simultaneously and each is only able to request 2 connections each (i.e. 4 in total).
View 2 Replies
Apr 17, 2011
i get this error when i try to publish my application.I downloaded CAPICOM 2.1.0.2 and copied the CAPICOM.dll but nothing happened
View 1 Replies
Mar 8, 2012
I have created a vb application connected to MS Database. I have used try..catch statements to trap exceptions and display messages on the error found, but the problem is that these messages are too technical for the end users to understand. Is there a way of retrieving the error number or code of that exceptions thrown so that i can customize the message for the users?
View 3 Replies
Jul 10, 2010
I have made a smtp client in c# and I use this code to split a string that contains multiple recipients.
foreach (var n in txtSendTo.Text.Split(';'))
{
mail.To.Add(n);
[code].....
View 3 Replies
Oct 27, 2009
im building an application i started it in VB 2008 and i upgraded to VB 2010
then i made some mods and tryed to run the application and then
i get this error
Error2Reference required to assembly 'System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the type 'System.Windows.Forms.Form'. Add one to your project.C:UsersAdminDesktop
[Code].....
View 1 Replies
Jan 9, 2012
I realize this post is rather long, but I wanted to give all the information up front instead of people having to ask me for more information.At the end of the re-installation of Visual Studio 2008, there is this message:
"Microsoft SQL Publishing Wizard: [2] Error: Installation failed for component Microsoft SQL Publishing Wizard. MSI returned error code 1638" in the log file dd_error_vs_procore_90.txt.
I have searched on Google for this whole message and found some references to this error, but I have done what they said worked for them and it did not fix the problem for me.When I searched for just "MSI returned error code 1638", I got that it cannot install something because it is already installed:"Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel".In Add/Remove Programs I see these two programs:
Microsoft SQL Server Database Publishing Wizard 1.3
Microsoft SQL Server Database Publishing Wizard 1.4
Are these programs/versions what the error is refering to? Am I safe to remove them and depend on the similarly-named item which would be newly installed with Visual Studio 2008 - "Microsoft SQL Publishing Wizard"? I still use SQL Server 2000 and 2005 on my computer, as well as 2008. I had installed VS 2008 on my computer before without this problem and also have VS 2005 and 2010.
View 1 Replies