-
I have this big folder with lots of javascript files and html files that I dragged form Windows Explorer onto my Solutions Explorer. These files are actually the fckEditor files. When I try to place a breakpoint in them I get a hollow breakpoint with a warning that says: "The breakpoint will not...
-
Can some one please explain me that are Orcas and VS 2008 the Same ???? cause i find lot of different versions of download on microsoft sites first i find this one http://www.microsoft.com/downloads/details.aspx?FamilyId=1DF11844-3C90-4FB8-A78F-4BA95ED0B370&displaylang=en where you have all the downloads...
-
Hi, When I tried to debug an ASP.NET web application assembly (with almost no content, thus running fine) on the new beta 2 using the ISS web server, I got the following error message (independent of the assembly being strongly or weakly named): "Unable to start debugging on the web server. Strong...
-
Workaround for Beta 2 JavaScript IntelliSense and Colorization Issue We have discovered that in a very limited number of setup scenarios of Visual Studio 2008 Beta 2, Jscript IntelliSense and Colorization may not work property after installing the product. You will get no IntelliSense in JavaScript code...
-
So I downloaded AjaxControlToolkit-Framework3.5.zip . Then i navigated to ...\AjaxControlToolkit\TemplateVSI\bin and double clicked AjaxControlExtender.vsi. which ran some stuff and said everything was fine. However, when I try to create a new website in VS2008, I do not see any Control Toolkit Templates...
-
I've had this error while using VS2005. The error was because there were lines missing in my web config releating to ASP AJAX setup. I fixed it by opening a new ASP.net AJAX project and copying the new web config file. Because VS2008 now comes with AJAX built in, i'd assume that the references...
-
When placing an fckEditor inside an UpdatePanel, upon submitting to the server, the content of the fckEditor gets cleared. This has been a known issue prior to VS2008 Beta2. The solution is documented here: http://jlcoady.net/archive/2007/03/30/fckeditor-work-inside-updatepanel here: http://wiki.fckeditor...
-
It would be nice in this next release of Visual Studio to be able to bind events from the source view in the HTML Designer. For example if I delcare and asp button in souce view I would like to be able to right click on the tag and choose from the context menu the click event and it would then generate...
-
Hi all, I've got a strange problem.. : <1> In vs2008 (beta1 or beta2), new a web site(.net framework 3.5) <2> Add a master page to the project .(I just kept its default name 'MasterPage.master') <3> Switch to the master page's "Design" view, an error shown...
-
Hi all: for example: testDataContext db=new testDataContext(); var res=db.tables.single(p=>p.columnName=="hi"); if there is a record in the database, it works well, but if there isn't , it will throw an exception, then , How could I know the record exists or not ? I don't think exception...