Hi, I\'m receiving 2908 (0x80131047: The given assembly name or code-base is invalid) error when running my MSI package.
We have a .NET application for Windows which is installed locally by Microsoft Installer. Now we have the need to use additional assemblies which are located online at our Web Servers. We\'d like to r
I\'m maintaining the build process for our application which consist of an ASP.Net application, two different Win32 services and other sysadmin related applications.
I deployed an ASP.NET web application last night and I when I woke up this morning it was very slow and would occasionally just throw a \'Service Unavailable\' error.
The purpose of my application is to pick some开发者_StackOverflow中文版 localized strings from an assembly. Part of the specification is:
I\'ve testing some new CLR 4.0 behavior in method inlining (cross-assembly inlining) and found some strage results:
I have a .NET COM assembly I am attempting to deploy to a web server (IIS 6 Win 2003). We have successfully deployed this assembly to our test environment, but the production environment is not workin
I\'ve modified a couple of different applications\' .config file like this: <startup useLegacyV2RuntimeActivationPolicy=\"true\">
I\'m having trouble moving a website from one server to another. It seems to be a problem loading multiple versions of System.Web.Extensions. The code uses version 3.5 in most places but a third party
I\'m writing a wide component infrastructure, to be used in my projects. Since not all projects will require every component created, I\'ve been thinking of splitting the component into discrete assem