Questions tagged [aspnet-merge]
20 questions
0
votes
0 answers
.NET webservice pdb deployed still no line numbers
If anyone can help this one I would appreciate it, I have searched and built for a while.
website project
build using CCNET
Built using msbuild and config DebugType=pdbonly
Merge all files into single assembly using aspnet_merge and -a -debug
pdb…

cjburkha
- 111
- 3
0
votes
1 answer
User Controls (asp.net, ascx-files) inside a C# class library, build error (aspnet_compiler.exe)
Having trouble "passing" this error from ASPNET_Compiler.exe:
error CS0103: The name 'TestMath' does not exist in the current context.
The function called within TestMath from a user control (.cs) file, is outside of the context…

Øyvind Berg
- 66
- 2
- 7
0
votes
1 answer
Where do pages and user controls end up when you precompile but not merge?
When publishing a website you have several precompile options. For this example, let's assume it's a .ascx user control (though page behavior is similar) and "Allow precompiled site to be updatable" is not checked. These are some of the options…

Nelson Rothermel
- 9,436
- 8
- 62
- 81
0
votes
1 answer
ASP_Merge resulting dll Default Namespace
I'm trying to merge all my aspx and ascx in a single dll with ASP_Merge.exe... it is working, and i did create the dll. My problem is, this merger creates a default namespace with the name "ASP" and inside are all the compiled ascx and aspx.
What i…

Juanda
- 49
- 1
- 9
0
votes
1 answer
aspnet_merge causing dll not found error
I use aspnet_compiler to precompile an asp.net website.
Then, I run aspnet_merge to merge the precompiled assemblies into one.
Unfortunately, aspnet_merge does not include one of the assemblies in its merge process. Therefore, this assembly…

Ben Schwehn
- 4,505
- 1
- 27
- 45