Edneeis
Jan 20th, 2004, 04:46 PM
In one project I have everytime I reference another assembly, which I put in the bin folder, I get a Parser Error on the only line in the Global.asax file:
<%@ Application Codebehind="Global.asax.vb" Inherits="isharecode.web.Global" %>
http://www.isharecode.com
I tried strong naming it and adding it to the GAC, didn't help. Then I read an MS KB article about not putting strong named assemblies in the bin folder or it causes trouble with some other things. So I moved it, but that didn't help so I went back to the non-strong named bit. The wierd thing is that in another web application I have referenced and am using 2 external assemblies and there is no trouble there. I can't figure out whats different about this one. The one that works is on a different server but they are both the same OS and setup.
In a previous post hellswraith mentioned something similiar which leads me to believe I'm not the only one with this problem.
http://www.vbforums.com/showthread.php?s=&threadid=273815
Any advice?
<%@ Application Codebehind="Global.asax.vb" Inherits="isharecode.web.Global" %>
http://www.isharecode.com
I tried strong naming it and adding it to the GAC, didn't help. Then I read an MS KB article about not putting strong named assemblies in the bin folder or it causes trouble with some other things. So I moved it, but that didn't help so I went back to the non-strong named bit. The wierd thing is that in another web application I have referenced and am using 2 external assemblies and there is no trouble there. I can't figure out whats different about this one. The one that works is on a different server but they are both the same OS and setup.
In a previous post hellswraith mentioned something similiar which leads me to believe I'm not the only one with this problem.
http://www.vbforums.com/showthread.php?s=&threadid=273815
Any advice?