Cant Debug Code Library
It shouldn't be a problem as I now intend to run a batch file on post build which will compile the code library and dependencies in debug mode and output them to the bin/debug directory.
It shouldn't be a problem as I now intend to run a batch file on post build which will compile the code library and dependencies in debug mode and output them to the bin/debug directory.
hi,
i don't think you can debug library like that, usualy you use windows form or console application to test it,
but you can use the build menu, if your project was build successfuly then you don't have problem in your code but does this class will do what you want or not, you will have to test it in console or windows project
actualy in vs other than express its not problem because you can build more than one project in the same solution, which is not the case with express editiona
hope this helps
You can create a c# solution with multiple projects though so I created a c# solution with a fake app which project references my code libraries. This builds the code libraries in debug. Then I refresh the references in my web application project.
Thanks, sorted. Hopefully this post should help anyone else who has the same problem.
you are welcome
in this matter C# express and vwd express are the same but there is a forum for web applications it might be more helpfull in web technical matters http://forums.asp.net
mark the answer for your question as reply plz
best regards