Break Poins Are Changed To The Empty Circle Withthe Error No Symbols Loaded?
Mar 15, 2010
I have a website that I have release onto our server. I am trying to debug an issue. I start my Site. I open VS2008 I select attach to process and all my break poins are changed to the empty circle withthe error no symbols loaded. I try to go to debug -> Windwos -> modules but I do not see my .dll on the list to load sysmbols for. I have the smae .dll and .pdb on the server as on my local machine. My build mode is Debug. the server is using IIS7. Ihave tried deleting the Windows -> Microsoft.Net -> Framework -> v2.0.50727 -> Temporary ASP.Net Files.
View 2 Replies
Similar Messages:
Feb 25, 2011
I had an issue when I began working on my project, see this thread where I couldn't debug my DLL's. All I had to do to solve it, though it took me forevever to find this, was to hit F5. This doesn't make much sense since they are DLLs and I get a message that I can't run them directly, but whatever, it works. The output is generated as debuggable and I can copy it to my deployment directory and run and hit BPs (I attach to aspnet_wp).
My VS solution is four projects, all are DLLs, and one is called directly by my web application and it calls the others. There are two I am interested in debugging as I am enhancing them.
Maybe I jinxed myself, but I was actually musing recently that if I never figured out why I couldn't debug I'd never have progressed as much as I had in my task. Yesterday I backed up my project to a zip file - source and DLL's - because I was starting on a new piece. The only thing I did to the solution after that was move a module from App_LocalResources to App_Code, then I moved it back. And I added some code. When I tried to set BP's the next time I ran, I got "symbols not loaded". I haven't been able to debug since. I tried restoring the zip file since yesterday I could debug, but I didn't hit BPs there either. I will be researching this the rest of the day, I am sure, but I thought I would ask for specific since maybe I can tell you something that will you to know what I did wrong or you can throw out a question that will trigger to me what I am doing wrong. This is really not how I wanted to be spending a Friday.
View 2 Replies
Mar 30, 2011
I hate VS and this symbolic gibberish that never seem to have same solution (if it once was logic) twice. The screendump below says what it says.
As soon as I F5/Start the web project, the breakpoint going yellow. This ONLY affect the aspx.cs file that being changed. The other aspx.cs files can have breakpoints.
When I do rebuild/build all DLL and PDB files are created just fine. They have same compile time and are in same directory. Module-Windows i VS says the symbols are loaded perfectly. Well, yeah, try bite me!
I can tell, all symbolic is working just fine, until I was about doing changes inside those aspx.cs files (which was some time ago since last time). If I reset back the file, the breakpoint are working. If I try to make changes in another file, the problem appears there.
It simply appears like that the symbolic file generator don't understand changes maded in aspx.cs files..
View 3 Replies
Oct 28, 2010
Some days ago all of my projects started working crazily - I'm using VS 2010, .NET 4.0, Silverlight 4 SDK, WP7 SDK. The previously compiled code parts can be debugged as they should be, but as soon as I make any change to the observed .cs file all symbols are ignored.
"The breakpoint will not currently be hit. The source code is different from the original version."
However, the compile is successful, moreover the changes in the code can be seen in the debug mode as well (e.g. if i add messagebox.show(...) it works as expected), but I'm unable to debug the project.
This happens to my Silverlight, WPF, WP7 solutions, Web Applications, so everything important. The most annoying thing is that I even reinstalled Visual Studio, the whole .NET Framework 4 Client Profile, but nothing changed.
I don't want to reinstall the whole OS, but this way i'm unable to work:/
View 2 Replies
Oct 13, 2010
nfortunately, I can't get my breakpoints to work when in debug mode in Visual Studio 2008 (ASP.NET 3.5, Windows 7, IIS7). The website compiles and opens in debug mode, but the breakpoints themselves generate the following error message:"The breakpoint will not currently be hit. No symbols have been loaded for this document."There are some recommended solutions online, but for various reasons, either they haven't applied or I haven't been able to make them work. I've been trying to find the solution for about 12 hours now, and I'm getting desperate.(Note 1: This problem is specific to this website. I do have other websites that I open in VS2008 where the breakpoints work fine.)(Note 2: There is only one website/project associated with this problem. This website does not have multiple projects.)
View 1 Replies
Apr 22, 2010
I was debugging and noticed the following in VS 2008. I had a breakpoint set to see what the values were for the objects used with my parameters in my DAL. I hovered over the object in question and the little window came up with the name of the object(with the blue brick to the left of it), a vertical line, and the objects value to the right of it. This is what I expected to happen.
What I didn't expect is the that I was able to change the value of the object in the little window. I then tried to continue the execution with the new value that I inserted but wasn't able to get the new value to remain. I suspect maybe I didn't do something right.
Is there a way to get the new inserted value(in the little window in break mode) to be used? It seems like there is or I shouldn't have been able to change it..
View 4 Replies
Aug 5, 2010
I get following code (no server error, no html tags nothing... what I am copy pasting is FULL source code).
[Code]....
This goes on in several lines, no eed to repeat it all. There are no html tags, no server error... nothing. It happens on 3 pages, and only common things they have is a texbox TextMode="Multiline"... on first 2 it helped if that text area was empty or without any strange characters.But on 3rd one, I am simply raising postback from a checkbox to display or hide a corresponding textbox... so no data is being sent nothing..... I am totally baffled with this...
Edit: This happens on 2 IIS server (my local machine and other remote IIS that I use) but Cassini actually gives me a message error!
View 2 Replies
Feb 22, 2011
There are two dropdowns in my ASP.NET form. The second dropdown is dependent on the first dropdown - the second onedoes not have the item selected in the first one. My problems is that the selectedValue for the second dropdown is always empty after load event. I tried to set the selectedIndex to be 0 before access selectedValue property in the page load event, but it is still empty. What I want is to get the first item of the second dropdown as the default value.
[Code]....
View 1 Replies
Mar 15, 2011
One of my apps is to document aircraft inspection at mil sites. The discrepancy report for any one tail number can be many pages long. The description of the discrepancy in a gridview cell can be several lines. Therefore when the gridview hits the bottom of the physical page, the print spooler frequently splits the gridview row leaving part on one page and the rest at the top of the following page. I have done my due-diligence in research before posting but maybe I'm using the wrong words. I found something on CodeProject but it is too complicated for me. Does anyone have a simple solution? I use C# and am not very sharp with Java script.
View 6 Replies
Nov 16, 2010
Create a control 'ClassName' in file ClassName.cs. Path is c:ProjectWebuserControlsControlTypeClassName.cs
[code]...
The really bizarre thing is that the error is inconsistent.Sometimes the project builds, sometimes some files break the build, sometimes others do, sometimes all of them do.
View 1 Replies
Oct 13, 2010
I have an aspx page that is getting an Object Expected javascript error on submit, but when you break into the error the breakpoint is somewhere in the middle of the __VIEWSTATE input html element.A javascript stack dump shows just "{anonymous}(null)".What does this mean and how does one go about debugging further?
View 3 Replies
Jan 8, 2010
i just want the RadioButtonList without the radio button on it, i will code the rbl so that selected items have a different background color and make it look more professional, the radio buttons themselves i want to be able to get rid of in terms of appearance...
View 13 Replies
Jul 26, 2010
how to draw shapes in ASP.Net. I did a lot of research for the same. But every solution tht i got involved using Paint events wich are not available in ASP.nET. I also imported all the required pakackes like Drawing,Imaging,Drawing2D etc..
View 8 Replies
Sep 20, 2010
I'm trying to calculate the circumference and area of a circle when the diameter is entered by the user,I need the page to include a text box control to enter the diameter in, a button to post back the page and perform the necessary calculations on its on_click event and two label controls to display the results,with them rounded to two decimal places,
View 1 Replies
Sep 24, 2010
I want to show my database records in circle. If i use grid view or data grid or datalist then records will show in table structure. I want to show dynamic records in circle not as like forum view.
View 9 Replies
Nov 11, 2010
I am updating a project to MVC 3 RC and I am getting an error with IOC implementation that was working in MVC 3 Beta:
StructureMap configuration failures:
Source: Registry: StructureMap.Configuration.DSL.Registry, StructureMap, Version=2.6.1.0, Culture=neutral, PublicKeyToken=e60ad81abae3c223
[Code]....
what I need to change when using ASP.NET MVC 3 RC?
View 4 Replies
Mar 24, 2011
I have an EntityDataSource for a listview control. Based on the value of a query string, I want to be able to filter the data by the first letter of the last name. So what I need is something like this:
EntityDataSource1.Where = "it.LastName.StartsWith('A')"
but I'm getting an error: 'StartsWith' is not a member of type 'Edm.string' in the currently loaded schemes.
View 2 Replies
Jan 11, 2010
I have FormView that has a DropDownList
this DropDownList takes its list from a sqldatasource that has SessionParameter as parameter.
after loading the page if i changed the value of the session an error get fired !!
the Error is "Databinding methods such as Eval(), XPath(), and Bind() can only be used in the context of a databound control."
When i click on the GOOOO button the error occures
My Code is
[Code]....
My other code is
[Code]....
View 9 Replies
Dec 24, 2010
I have two tables one named article and the other article_type, where the articles table have a foreign key column that references the article_type primary table named "article_status". so i change the name of the article_status foreign key to be article_status_id, but now each time i tried to delete an article type column it raised an error said the the article_status column cannot be found , although i did not mentioned that column in my code here is the full error :-
System.Data.SqlClient.SqlException was unhandled by user code
Message=Invalid column name 'Article_status'.
Source=.Net SqlClient Data Provider
ErrorCode=-2146232060
LineNumber=1
Number=207
Procedure=""
Server=\.pipeE97065CB-CF67-4B sqlquery
State=1
StackTrace:
at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)
at System.Data.SqlClient.SqlDataReader.ConsumeMetaData()
at System.Data.SqlClient.SqlDataReader.get_MetaData()
at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString)
at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, DbAsyncResult result)
at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method)
at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method)
at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior)
at System.Data.Common.DbCommand.ExecuteReader()
at System.Data.Linq.SqlClient.SqlProvider.Execute(Expression query, QueryInfo queryInfo, IObjectReaderFactory factory, Object[] parentArgs, Object[] userArgs, ICompiledSubQuery[] subQueries, Object lastResult)
at System.Data.Linq.SqlClient.SqlProvider.ExecuteAll(Expression query, QueryInfo[] queryInfos, IObjectReaderFactory factory, Object[] userArguments, ICompiledSubQuery[] subQueries)
at System.Data.Linq.SqlClient.SqlProvider.CompiledQuery.Execute(IProvider provider, Object[] arguments)
at System.Data.Linq.CommonDataServices.DeferredSourceFactory`1.ExecuteKeyQuery(Object[] keyValues)
at System.Data.Linq.CommonDataServices.DeferredSourceFactory`1.Execute(Object instance)
at System.Data.Linq.CommonDataServices.DeferredSourceFactory`1.DeferredSource.GetEnumerator()
at System.Data.Linq.EntitySet`1.Load()
at System.Data.Linq.EntitySet`1.get_Count()
at System.Collections.Generic.List`1..ctor(IEnumerable`1 collection)
at System.Linq.Enumerable.ToList[TSource](IEnumerable`1 source)
at System.Data.Linq.Table`1.DeleteAllOnSubmit[TSubEntity](IEnumerable`1 entities)
at ProfessionalNetworkWebApplication.Models.ProfessionalNetworkRepository.Delete(Article_Type article) in C:UsersUserdocumentsvisual studio 2010ProjectsProfessionalNetworkWebApplicationProfessionalNetworkWebApplicationModelsProfessionalNetworkRepository.cs:line
35
at ProfessionalNetworkWebApplication.Controllers.ArticleTypeController.Delete(Int32 id, String confirmButton) in C:UsersUserdocumentsvisual studio 2010ProjectsProfessionalNetworkWebApplicationProfessionalNetworkWebApplicationControllersArticleTypeController.cs:line
73
at lambda_method(Closure , ControllerBase , Object[] )
at System.Web.Mvc.ActionMethodDispatcher.Execute(ControllerBase controller, Object[] parameters)
at System.Web.Mvc.ReflectedActionDescriptor.Execute(ControllerContext controllerContext, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod(ControllerContext controllerContext, ActionDescriptor actionDescriptor, IDictionary`2 parameters)
at System.Web.Mvc.ControllerActionInvoker.<>c__DisplayClassd.<InvokeActionMethodWithFilters>b__a()
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter(IActionFilter filter, ActionExecutingContext preContext, Func`1 continuation)
InnerException:
View 10 Replies
Jan 14, 2011
I have a page that loads a usercontrol dynamically. Depended on the user's actions, this control may be unloaded in Page_PreRender and a different control may be loaded instead. I am attempting to use the solution outlined by Mark DotNet Evans in this post:
http://forums.asp.net/p/1491790/3814320.aspx
This all works great, except if the user clicks the refresh button in the browser just after the change of usercontrol. Then, I get an error
Failed to load viewstate. The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request. ...
I assume the error is caused by the browser re-posting the request with the old viewstate that matched the control tree when the page was loaded, but no longer does. How can I prevent getting an error when the user reloads the page?
View 6 Replies
Jan 13, 2010
After some code change I have published my AJAXised web application to the server and the application failes to work properly - something weird is going on, as all .aspx pages are displayed as an ASPX markup text (page declaration, html controls, etc.), rather than a page is being rendered as an html. I have not changed the webconfig, only changed my pages' content/code behind.
View 4 Replies
May 20, 2010
I am hoping I am in the right place for this, I have a web application which has been running for about 4 years recently I updated my Ajax to the most recent version it continued to work OK then I changed from ScriptManager to ToolkitScriptManager now I get an error moving from my default page
View 1 Replies
Sep 14, 2010
For our ASP.NET project for school we had to build a sport event management web application.
We provide the application in three languages (English, Dutch & French) which you can switch all the time. This has worked all the time for all users, well that's what we think anyway.
Yesterday I found out that switching from one to another language isn't working for 2 of our users. So I started testing a bit and I always got this error.
I'll try to explain what happens behind the doors when changing the language:
First of all the current language is saved in a session so we don't have to check the user row every time a page loads. Besides that we save the language in the users row in the database.
Users Table:
Id int
Unchecked
Email varchar(150)
Unchecked
View 2 Replies
Aug 10, 2010
I have developed a report in SSRS 2005. My report uses subReport as well. MY report export functionality to PDF or any other formate works fine when parent report is popualted but when the parent report don't have any record and my user try to export it pdf it generate following error
An error occurred during local report processing. An internal error occurred on the report server. See the error log for more details. When i checked the Error log it says Sub report is not found
View 1 Replies
Sep 29, 2010
I have a web application that needs to be built using a nant script. All the projects in the solution build fine but for this error that crops up each time at the end of the build. I couldn't find much useful information on resolving this error. Has anyone encountered and fixed this kind of issue before?
[exec] ASPNETCOMPILER : errorASPRUNTIME: The target directory is not empty, and does not appear to contain a previously compiled application. Please delete it manually, or choose a different target. [C:SRCBorgWorld runkappsombies.metaproj]
View 1 Replies