asp.net, crystal reports, installer, msdn
In Programming on November 17, 2008 at 6:17 pm
VS 2008 givin’ ya grief cuz it can’t find that nifty Crystal Reports viewer? You need to install Crystal Reports Basic 2008! You know…the one that is supposedly packaged with Visual Studio 2008? The “embedded” one? Yeah! That one!
Here’s where I finally tracked down my copy:
https://smpdl.sap-ag.de/~sapidp/012002523100009351512008E/crbasic2008sp1.exe
That long string of numbers + E is probably a session number or something. If it asks for an identity, just smile and nod and click OK. Why they put free stuff under an https site is beyond me. But then again, so is the fact that I have to go to some German website to download something that’s supposed to come with my IDE.
I really had to dig for this one. Some folks might be lucky enough to have an installation file in “C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bootstrapper\Packages\CrystalReports10_5″, according to this thread on MSDN.
There’s also “C:\Program Files\Microsoft Visual Studio 9.0\Crystal Reports\CRRedist\IA64″ but I ain’t got one of them fancy 64 bit processor doodads.
.net, asp.net, fix, html, IDE, intellisense, problem, visual studio, web forms
In Uncategorized on November 13, 2008 at 10:01 pm
Somehow my settings got jacked up on VS 2008 and Intellisense didn’t work when viewing editing aspx pages in “source” mode (when you’re editing HTML and web form tags). It coulda been a service pack install, it coulda been some of the paranoid junk that corporate America loads onto work computers nowdays, but regardless of the cause I was hosed. I tried everything.
I finally found a post that led me to an answer while looking digging through the offical ASP.Net forums. The proposed fix on the forum didn’t solve my particular issue (the topic was intellisense in XML files), but one poster mentioned switching the editor by right-clicking and selecting “Open with…”. I remembered seeing that and tried out a couple of different editing modes. It turns out that the “Web Form Editor” is the one to use. I set that mother as my default and now I’m plugging away at aspx pages again.
Soooo…in VS 2008’s Solution Explorer, right-click on an aspx page you’d like to edit, then select “Open with…”. Choose “Web Form Editor” and click the “Set As Default” button. Done.