Tumgik
#visualstudio2013
dreibayern · 4 years
Photo
Tumblr media
#visualartist #abstraktlines #pictureporn #digitalartdrawing #abstractforms #visualstudio2013 #pictureaddict #graphicartstattoo #VisualsCollective #abstractlife #graphicdesigner #graphicdesignlove #abstraktion #photojournal #GraphicsInAtlanta #graphicdesignservices #graphicdesignerlife #contemporarypainters #photoshopexpress #brochuredesign #artisticmodeling #artisticmoods #drawingcollection #designerportfolio #PicturePerfectLimited #artisticdecoration #picturefun #drawingfaces https://www.instagram.com/p/CGXZBOKJmms/?igshid=1jyj25wpncteh
0 notes
codeliya · 8 years
Text
Error of Webpart
#1. Error shown after add webpart: nullreferenceexception: object reference not set to an instance of an object
Cause : 
1. Check the function in cs file if there is any null return.
2. Check variable defined correctly. Eg: checkbox field type is boolean, not string.
#2. Webpart is there but no data shown and no error shown.
Cause: Check logic of ifelse statement.
#3. Webpart for carousel using Owl Carousel, all items appears in 1 row and ignore the option of items. 
Cause: The webpart zone is wider the carousel.
Solution: If using with bootstrap theme, webpart zone is in row > col, and webpart for carousel is in container > row (again) > col (again). Weird huh? If it still happen, need to check the styling.
#4. Web Part appears to be causing a problem. Value cannot be null. Parameter name: source
Cause: Field name in Lists related to the webpart is wrong. Or, the Lists have no data.
0 notes
dreibayern · 4 years
Photo
Tumblr media
#grafiktasarimi #designinspirations #visualstorytelling #graphicsdesigndubai #visuallearning #digitaldesign #graphicstunt #visualstudio2013 #designersareesdelhi #designerportfolio #drawingchallange #designereyewear #designphotography #graphicdesigners https://www.instagram.com/p/CF8yauWpest/?igshid=eim6fl3ejtn8
0 notes
codeliya · 8 years
Text
Web Part
For my notes,
Renaming project and solution directory  : http://www.codeproject.com/Articles/697108/Visual-Studio-Painlessly-Renaming-Your-Project-and
Renaming the wsp: edit the Package.package
Renaming the Site Collection Features: edit the Feature1.feature. Refer : https://jaclynsaito.wordpress.com/2011/04/26/how-to-change-a-sharepoint-feature-name-in-visual-studio-2010/
0 notes
supinon · 9 years
Text
VisualStudio2013導入
導入手順
Microsoftよりダウンロード(日本語パッチも)
普通にインスコ
WindowsUpdateをする←重要
日本語パッチ当てる
WindowsUpdateをせずに日本語パッチ当てるとデバッグできない等の不具合あるっぽいので注意。
してしまった場合はコマンドプロンプトでvs_langpack.exeのあるフォルダに移動して
vs_langpack.exe /uninstall
を実行すると修復か削除かを聞かれる。
以上メモ
0 notes