| bio | website | about.meyerdenney.com |
|---|---|---|
| location | Bellingham, WA | |
| age | 27 | |
| visits | member for | 2 years, 1 month |
| seen | May 6 at 16:01 | |
| stats | profile views | 55 |
I am a Microsoft Certified Developer from the beautiful Northwest Washington. I am passionate about everything code and computers and am always looking to learn new skills. Check out my portfolio at http://about.meyerdenney.com
|
Apr 26 |
awarded | Popular Question |
|
Apr 25 |
awarded | Popular Question |
|
Apr 12 |
awarded | Yearling |
|
Apr 11 |
awarded | Notable Question |
|
Apr 1 |
awarded | Notable Question |
|
Mar 26 |
awarded | Popular Question |
|
Mar 11 |
awarded | Notable Question |
|
Mar 6 |
answered | Downloading files from sharepoint programmatically C# |
|
Mar 5 |
awarded | Popular Question |
|
Feb 21 |
awarded | Popular Question |
|
Jan 18 |
awarded | Notable Question |
|
Dec 28 |
awarded | Famous Question |
|
Dec 26 |
awarded | Popular Question |
|
Dec 18 |
awarded | Popular Question |
|
Dec 13 |
comment |
Uploading xml to document library won't start workflow I thought this was working so I marked correct, but upon further examination I am still getting an Error Occurred for my workflow status. I believe its because when I create my SPFile file object, I am already adding the file to the document library, then later on you have the file.MoveTo line which is moving the file to the same location it is already at. Can you inform me on how you initialized your SPFile file object in this sample code? Thanks! |
|
Dec 12 |
awarded | Popular Question |
|
Dec 10 |
asked | How to access an aspx page located in a different project? |
|
Nov 28 |
comment |
Uploading xml to document library won't start workflow I get a SPException thrown with no error message. The inner message says: "<nativehr>0x8102009b</nativehr><nativestack></nativestack>". According to Google this means a workflow has already started on the item and/or terminated via error. This is strange because as far as I can tell no workflow has started on the item. |
|
Nov 26 |
revised |
Uploading xml to document library won't start workflow Added more code that I have attempted at, and failed. |
|
Nov 26 |
comment |
Uploading xml to document library won't start workflow That unfortunately throws an SPException "To add an item to a document library, use SPFileCollection.Add()" Do you know of another way to upload a file to a document library? |