I have an asp.net app in visual studio and it's starting to contain quite a few files. I remenber seeing a .sln file format that converts the entire files into one file. How does this work?
installing visual studio 2010 pro RC in windows Xp SP3 and getting a message prompt : invalid windows installer package contact vendorlog file says
Error Message:
[02/22/10,17:09:07] Microsoft Application Error Reporting: [2] CMsiComponent::Install() expects the setup file for Microsoft Application Error Reporting, but the file failed verification. [02/22/10,17:09:07] setup.exe: [2] ISetupComponent::Pre/Post/Install() failed in ISetupManager::InternalInstallManager() with HRESULT -2147467259. [02/22/10,17:09:08] VS70pgui: [2] DepCheck indicates Microsoft Application Error Reporting is not installed.
When I first installed VS in german several "package errors" popped up. They had the option to ignore the message or disable the package. Ever since I'm trying to fix that by kinda "reallowing" the package, or reinstalling it. I even deinstalled and installed VS completely, without success. I discovered a solution for when someone would have clicked to "ignore" the message, but not for when the packages were disallowed. Disallowing these packages results in a VS not recognizing Markup / CSS language.
Ive created an SSIS package (vs2005, so vb.net only) One of the tasks has to unzip a zip file. To do this ive used java.util.zip library and written some code to unzip the file. Ive just been asked if its possible to use something other than a java library as our network engineers dont want to put the this on our server. Is there anything similar to java.util.zip that I can use in a vs2005 package ?
Im working on a website project with Visual Studio 2010 from 2 different computers (home & work). In Dreamweaver Im used to FTP to upload/download files to/from a webserver to syncronice my files on the current computer Im working on.What is best option in Visual Studio 2010 to sync project files between home & work computers? I have seen there is a built in FTP, but seems only it can upload files, limited functionality?
when i opened my Visual Studio 2010 i noticed that my ajax tab was missing from my toolbox and ajax control kit too.Then i noticed even that when i create new website, there is no web.config in it and it should be.WHAT IS GOIN ON???? :/
i install url rewrite iis module to my computer i want when i press f5 in visual studio my project work with url rewrite how can i this?my web sites is not seeming in iis.
I got VS2010 and SQL Server 2008 R2 64bit installed on a Windows Server 2008 R2, I need to execute a SSIS package from ASP.NET. From the research most people uses DTS, but it seems DTS does not support for 64bit, does anyone have a way make it working without using DTS?
I am trying to update NuGet Package Manager from ver.1.0.11220.104 to version 1.1.229.160 using the VS extension manager, but the install fails on VS2010 Ultimate Version 10.0.31118.1 SP1Rel because of a signiture mismatch; see error below.
I have been trying to install VS 2008 profesional in my computer, I am getting this error "Package Visual Web Developer HTML source editor package has failed to loas properly GUID = BFCC0C3C-6F87-4285-A6C8-BB1606180OD Please contact package vendor for assistance, application restart is recomended , due to possible environment corruption.
Just as the subject says, my VS'05 installation hangs when trying to create a new website. I even installed a fresh version of VS08 along side '05 and '08 is doing the same.
I have downloaded a project from the internet called the SMS Source example. I wanted to open this project in VS2010, so a conversion wizard has popped up prompting for the conversion. But it has errors in converting.
When i was building my project in my local machine it was giving me the below error...."Error 1706:An installation package for the product Microsoft Visual Studio 2008 Shell(integrated mode)ENU cannot be found!!!Try the installation again using a valid copy of the installation package 'vs_shell.msi'"
I recently updated my VS2010 website project from .NET 3.5 to 4.0. Everything was working fine in the website project. Today I decided to migrate the website to a web application project as I have learned this is the best way to work in .NET. I split out all my class files into a separate class library and copied all my other content into my new project. Then I updated all the references and web.config.
When I build the class library, everything works great. The problem is happening when I try to build/debug the web application project. It is acting like all the controls are missing and it is also throwing a bunch of compile errors about the public properties I have in my master pages.
Control errors: "The name 'INSERT CONTROL NAME HERE' does not exist in the current context"
Master page errors:'System.Web.UI.MasterPage' does not contain a definition....
It is giving these errors for every single control and master page property in my entire solution.I notice when I add a new web.form to this project, it also adds a filename.aspx.designer.cs file in addition to the .aspx and .aspx.cs file. My existing files do not have these extra files since they were created in a different .NET version.
UPDATE: It seems I was missing the step where I need to right click on the new application folder and select "Convert to web application". I just did that and it seems to be a little bit better...
Now it is choking on Literals that are inside single quotes:
Can I create an incremental deployment package using either Visual Studio 2010 Web Deployment Projects or Web Deploy (Web Deployment Tool) .
I need to automatically select changed files from a source and destination or a change set on TFS and build a deployment package only with the changed files.
I don't understand how to use this feature called "Build deployment package" in VS 2010. I go to my properties and go to package/publish web and setup it up. I click "Create deployment package as zip"
I then build the deployment package and get a zip file.
When I look into and start drilling down in the folders I find I get a path like this
[Code]....
I don't understand why it makes all these folders and on top of it why is it my path to where my soultion sits. I don't like the fact that now everyone can look in the zip and see my accoutn name, where the file was sitting, that I am using subversion.
Then it makes it so confusing to when a error happens. I deployed it on my IIS windows 2008 server and ran it and I had a error show up. It pointed to the file where the error occured and the path was point to my desktop.For the longest time I could not understand why it was pointing to my windows 7 machine desktop when it was running on a windows 2008 server located in a different country.
It was not until I found out with the zip path it made sense. But that is confusing when it is pointing to paths that don't exist on that computer.
I'm trying to create a MVC project inside of VS 2010 using Asp.Net MVC 2 RC2, using all the default settings and the default "Visual Studio Unit Test" framework and am getting 6 Namespace errors upon compile (without touching ANYTHING). Pretty standard setup. I removed the prior MVC versions before installing RC2 for VS2010 etc. These are the errors:
[Code]....
The namespace "AWWOAMVC" is empty (or so says Intellisense). Both of these reside in the same solution explorer, as it is brand new project.
I'll start off by pointing out I am on VS 2010 with a Web Application running against .NET 3.5 SP1 I have a Web Application that I've been working on for almost 2 years now, and suddenly I cannot add a new page to the project without it whining that 'Could not load type 'AA.Service.Pages.Folder_PageName'.' for any page I create 'AA' is the Root namespace defined in my project's Application tab in the settings... Since I started I have been namespacing my pages to avoid any possible conflicts with this pattern
[Code]....
and the aspx page would be like so:
[Code]....
That is the way every single page on the site is coded Now suddenly out of no where any new page I create throws 'Could not load type "AA.Service.Pages.Folder_PageName"' Every single previous page created in the project before today is exactly in the same pattern as above, refers to the same MasterPage, and works perfectly fine. I have done no window updates, VS updates or anything that could have caused this I don't even know where to begin. Trying to create a new blank, stand-alone, MasterPage-less page doesn't work either, same could not load type error I've tried doing stupid usual Microsoft tips like "reboot your computer" too.