Search results for query: *

  • Users: Gibou
  • Order by date
  1. G

    Office driving does not work anymore

    Does anybody have any idea ??
  2. G

    Office driving does not work anymore

    Hello, I've added an action in my asp.net website which allows the user to generate some doc and xls documents based on templates (a dot file for Word and a xls one for Excel). I worked since the end of last week but I don't understand why, now, it doesn't work anymore and I would like to have...
  3. G

    unknown project

    Okay, Thank you again for your patience. I'll try to re-install it once again but I'm 99% sure that it wasn't in my install CD. Have a nice day !
  4. G

    unknown project

    No, I'm using vs2005 professional edition Here are some screenshots (french inside, sorry) : Here you can see that I have the pro edition AND that web developper is properly installed. Although, you can see here that I can not chose the "web application project" template. In french, it...
  5. G

    unknown project

    That solution is good is the file were corrupted but it wasn't. Indeed, the problem, like I told before is that I haven't the template "web application project". vs 2005 tells me that it can not open this project because this kind of project is not installed and I don't know how to install it on...
  6. G

    unknown project

    I totally agree with you but all his activity is based and created with vs 2005/.net 2.0 I must not change that during the time I'm on this project. That's why it gives me so much headaches... Really, I've used all possible diplomatic ways but, no way, he does not want.
  7. G

    unknown project

    I would too. But the developer initially in charge of this project wants to stay in vs 2005 without compatibility problems and he has to work on the project in the same time as me so I have no choice but to use vs 2005 :-/
  8. G

    unknown project

    I can open *.vbproj file with vs 2008 but not vs 2005 because the template "web application project" is not installed for it and I still don't find it.
  9. G

    unknown project

    No no, "ASP.NET Website" and "Web Application Project" are not the same kind of project : Introduction to Web Application Projects
  10. G

    unknown project

    Ok but I don't understand why I haven't this template in my vs 2005. If I make "new -> project -> visual basic", it is no "asp.net web application" template. In no other place else, moreover. Is this template downloadable ? I don't find it on msdn. Thanks
  11. G

    unknown project

    Hello, I have to work on a project begun by another developer. This project is an asp+vb.net one so I thought it was a "ASP.NET Website with code behind in VB.NET" but it isn't so. When I click on the .sln file, Visual Studio .net tells me that it can not open the vbproj file although it has...
  12. G

    File Exists error

    Indeed, forgive me for the mistake and thank you, it works now :-)
  13. G

    File Exists error

    Nope, still not. The output path is this one: file:\c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files\project-name\3b594c54\3cb46ac5\ When I look at the final folder, I see anything but folders "Assembly", "hash" and "uploads" and current files. It seems normal that it...
  14. G

    File Exists error

    Hi, I'm using .NET 2.0 for this application. Before loading an xml file, i would like to be sure that the file exists. So I've that : if File.Exists(CoreApplication.ApplicationPath & _xml_file) where CoreApplication.ApplicationPath contains that ...
  15. G

    RegisterClientScriptInclude

    Indeed, why not. However, I'm a little bit curious. If .net has this function, it must work so what is wrong with my code ? It's that I want to understand. Until I found my mistake, I keep your solution, thanks, but I'm still looking for an explanation :-)
  16. G

    Question ASP Page life cycle (last event)

    Thank you, I take note of your advice about the Init event. Thanks :-) About the "visible" method. I prefer mine because on the load of the page, the div is always hidden unless the user does not have the javascript activated. In that case, the div is shown and will never be hidable. If the...
  17. G

    RegisterClientScriptInclude

    Hi, I want to dynamically insert a <script type="text/javascript" src="..."></script> into my <head></head> markups. I've seen I have to use the method RegisterClientScriptInclude. I'm in .net 2.0 in this project and this my code: ' Include some javascript external files Dim jScript As...
  18. G

    ASP + AJAX + Rewriter

    Hello, I'm currently trying to use ajax for a partial page update. I use AjaxControlToolkit for that (asp:UpdatePanel). It works fine I use too the intelligencia url rewriter. It works fine too, no particular problem. The problem comes when both are used at the same time. In a page like...
  19. G

    Question [Answered] Execute Master Page before

    Thank you, that was exactly what I was looking for since a few days !
  20. G

    Question [Answered] Execute Master Page before

    ok, indeed, it gives me a lot of enlightments about authentications, rights management, etc. however, can somebody explains me why the master page is executed after the content pages ? It seems so weird to me. It's not logic at all to me but, because I'm a noob in .net technologies (used to...
Back
Top