vote up 0 vote down star

I am doing a Web Deployment of my website and I have the merge assemblies property set to true.

For some reason I get the following error.

aspnet_merge : error occurred: An error occurred when merging assemblies: The relative virtual path 'obal.asax' is not allowed here.

It seems to have something to do with the Global.asax, but I'm not really sure why its getting truncated. My code compiles locally fine, but its only the merge that is messing up.

Any ideas?

flag

1 Answer

vote up 1 vote down

As a shot in the dark:

Is it a slash issue? I vaguely remember MSBuild forcibly requiring a trailing slash on some of its properties.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.