Re: Random assembly names
Post your Application's Assembly
Re: Random assembly names
Quote:
Originally Posted by kasracer
Post your Application's Assembly
ok, now I feel stupid :) What do you mean my application's assembly? My application gets compiled into a .exe - surely you don't mean that? Or you mean the AssemblyInfo.cs?
Thanks,
Mike
Re: Random assembly names
AssemblyInfo.cs is what I mean
1 Attachment(s)
Re: Random assembly names
Re: Random assembly names
Wow that's wierd. Your assembly looks fine to me.
I got no idea. Maybe someone else will?
If it's possible, you could upload the entire solution and I would try to build it.
Re: Random assembly names
Thanks for taking a look. Unfortunately I'm not allowed to upload the entire solution. It'd be quite the burden anyway, as it's complex with lots of references to our own frameworks, application blocks etc.
I googled like crazy trying to find any info on this and could not. But I've got it narrowed down a little. I can see that a dynamically named assembly gets added to the end of list immediately after I call a web service for the first time.
Thinking about this a little more, I was at a talk once on XML serialization and the speaker was talking about what happens. .NET will output a .cs file and compile that using cs.exe on the fly. This is (at least one reason) why cs.exe is part of the .NET redistributable.
Interestingly, there's an entry you can make in your .config file that preserves the newly created assembly to make future stuff happen faster - I can't remember what that is, though.
Mike