Hi, Albert.
re:
1. I work in C#.(but thoes it matter)
No. It doesn't matter.
If you only work in C#, every code file you place in App_Code
will be automatically compiled with csc.exe.
The Framework auto-senses the language the code file
is written in, and calls the appropiate compiler.
re:
2. No App_Code folder is auto created
The directory will be created by VS.NET 2005 Beta 2
*when you create a new Class file*.
From the main VS.NET menu : "File, New File" ( or Control + N )
Look in the Visual Studio Templates for the Class file template.
When you select it, you will be prompted to create the App_Code dir.
re:
4. R u saying that I should somehow manualy edit the config file to point to
assemblies?
No.
That reference was meant only if you want to use more than one programming
language in your application.
The assemblies will be placed in the ASP.NET Temporary Files directory
and will be auto-referenced by both VS.NET and ASP.NET if you place your
source files in the App_Code directory.
re:
5. Yes I found the dll files in the c/.net temp folder but what am i suposed
to do with them? I don think copying them will help
You do nothing with them.
All you do is place your code files in an App_Code directory on your server.
They *will* be compiled by the .Net Framework Beta 2 installed at the server.
re:
6. I am reading on now and i think I should uninstall the vwd express and
install the vwd 2005 beta 2? I am right.
vwd express and vwd express beta 2 are the same SKU,
only that vwd express was the beta 1 version.
Did you mean "uninstall Beta 1 and install Beta 2" ?
If so, that would explain why you were not prompted to create
the App_Code directory. That's a feature introduced in Beta 2.
If that's the case, yes, uninstall Beta 1 and install Beta 2 ASAP.
Friendly warning : you may need to wipe the Beta 1
partition in order to get Beta 2 to install correctly.
Sometimes uninstalling Beta 1 does not fully wipe it out.
You may want to take a look at this link for further info:
http://lab.msdn.microsoft.com/vs2005/uninstall/
And there's troubleshoting tips at :
http://lab.msdn.microsoft.com/vs2005/get/vsbeta2installissues/default.aspx
There's a cleanup tool which might help you prevent
wiping out the partition. Try it before formatting :
http://go.microsoft.com/fwlink/?linkid=47065
If it helps any, I had to format my partition ... ;-)