Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
2answers
443 views

Are there size limitations to the .NET Assembly format?

We ran into an interesting issue that I've not experienced before. We have a large scale production ASP.NET 3.5 SP1 Web App Project in Visual Studio 2008 SP1 which gets compiled and deployed using a ...
1
vote
1answer
50 views

ASP.Net Web Deployment Project Merge Errors

I get this error: Duplicate type 'powerstats_Admin_control' found in assembly 'App_Web_ssek9ymk'. aspnet_merge 1 1 Release3 I know that its unique to my system but how do I fix it? What does ...
0
votes
0answers
70 views

Add version to resource\satellite DLL created by aspnet_merge.exe

We are using aspnet_merge to merge our webapps to create a single code DLL, using the -o parameter. The core DLL is picking up the versions properly, but the problem we see is that the satellite DLLs ...
0
votes
1answer
363 views

Can you precompile and merge part of an ASP.NET website and then continue development?

A big part of the web site is precompiled and merged, since it's almost never going to change. The precompiled bits can be replaced in case of updates to the original. I want to continue development ...
0
votes
1answer
591 views

Tricky problem with ASP.NET web forms resources and localization

I've got the following nonstandard setup (VS2008, .NET 3.5 SP1): There is a main web project called MainSite and There are several "plugin" web projects with different names. When building these ...