Deploying global.asax.vb in .NET 2.0 VS 2005

  • Thread starter Thread starter marcwentink
  • Start date Start date
M

marcwentink

Hello,

When I deploy my project I get an error which states that the
Global.Asax file cannot find the information, and types I have put in
global.asax.vb. In which file normally is code of global.asax.vb
situated? What am I missing. Which file am I forgetting to deploy to my
test environment.

As you would imagine, running the project in the IDE does not give this
problem.

Marc Wentink
 
When I deploy my project I get an error which states that the
Global.Asax file cannot find the information, and types I have put in
global.asax.vb. In which file normally is code of global.asax.vb
situated?

Ok moving the 'web content' dll from the root to the bin directory
solved the problem. But I cannot tell the deploy project to do that for
me, since it puts 'content files' in the root by default. (??)

The same goes for language resource dll's which are situated in f.e.
[root]\en\. for English, and should be moved to [root]\bin\en\.

I cannot find any information on this, I cannot imagine I am the only
one that has encountered this problem?

Marc Wentink
 
Back
Top