Answer Questions
pjtaylor Images in Wikis
Is it possible to paste images into a Wiki We tried to copy content from a Word doc that contained some screen shots and paste it into a Wiki. None of the images copied over. What happens is the text copies over fine, but it does not copy over the images. It just leaves a blank where the image should be. Any ideas Hi all, We used to be able to use the "Save as Web Page Filtered" trick to save word docs directly into the Wiki, but lately it no longer works and all the documents previously converted that way now have bad image links instead of images. Any idea what chagned, or what our IT folsk mgiht have chagned to cause this Thanks, Eric- Tha ...Show All
LoSko Disable "connect when this network is in range"
I need to be able to disable this when a new network is created. By default this is checked in the wireless network pane. Any ideas simonshort wrote: I need to be able to disable this when a new network is created. By default this is checked in the wireless network pane. Any ideas has any one been able to achive this Simon i believe u have posted the query to the wrong forum. http://DotNetWithMe.blogspot.com vikas goyal ...Show All
mpco Problem using CreateTaskWithContentType
I recieve an error when try to set the ContentTypeId to other than 0x010801 (0x01080100D09BD90EFB3244a194C27F1CBD6D525C). I'm able to use this contenttype when it is set as defalut in workflow.xml (TaskListContentTypeId) Exception from wss workflow infrastructure: System.Reflection.TargetInvocationException:---> System.ArgumentException: "Value is not from expected range" or System.NullReferenceException ..... Microsoft.SharePoint.SPContentTypeId..ctor(String id) in Microsoft.SharePoint.Workflow.SPWinOETaskService.CreateTaskWithContentType(Guid taskId, SPWorkflowTaskProperties properties, String taskContentTypeId, HybridDictionary specialPermissions). Any idea how to resolve the problem ...Show All
ToutEnmasm (WSS2) Lists Web Service, add DateTime value
I want to use the Lists web service to add items to Events list. However I dont know how to format the Datetime value I use following Method xml for the updateListItems() <Method ID='1' Cmd='New'> <Field Name='ID'>New</Field> <Field Name='Title'>New Event</Field> <Field Name='EventDate'>2/2/2007 11:00 AM</Field> <Field Name='EndDate'>2/5/2007 5:00 PM</Field> </Method> I got this error: Invalid date/time value A date/tme field contains invalid data. Please check the value and try again. Jason try the UTC or GMT time formats. Dates have to be passed in the format YYYY-MM-DD or YYYY-MM-DDTHH:mm:ssZ . So for you case, try 2007-02-02T11 ...Show All
Izzy545 Single framework for windows forms and web app?
A business requires same application with two interfaces: i. Web Application for customer orders ii. Windows Forms version for customer orders + additional functionality (for use by sales/corporate users to take phone orders + access to additional screens) Environment: Visual Studio 2005, SQL Server 2005 .NET Framework 2.0 Is there a framework that can been used for developing both Widnows forms and Web apps Thanks in advance! Have you checked out the composite application block sc-bat enterprise library .NET can be used to build web applications and windows applications. Your logic can be placed in satellite assemblies and thus be shared between both applications if needed, and arc ...Show All
Michael Barrett SharePoint 2007 Documents
Hi, I'm new to SharePoint and I have a couple of easy questions. I've googled around a little and there is just to much information for my easy questions to yeild results. Is it possible to view documents that have been uploaded and not checked in yet as an owner of a site At what point in the process is a document indexed When checked in Approved or (Without approval it seems to be right away, but will this change as the site is more heavily used ) Is it possible to fire off a forced indexing of all documents in a given library Finally, can multiple documents be checked in at once It seems like you can easily upload a lot of documents, but going document-by-document doing check-in as publish version is a pain... Thanks, Ben ...Show All
langev Help Required- List Events
Hi I'm writing an event to User Information List... Here I'm using some conditions. If they are not met then I have show up an error message and stop the event to complete in the below code I'm using the ItemUpdated Event of the list. In custom code a condition is checked if satisfies then error page should come.... public override void ItemUpdated( SPItemEventProperties properties) { CustomCode(properties); } void CustomCode( SPItemEventProperties properties) { if (alreadyExist) { alreadyExist = false ; properties.ErrorMessage = "error message" ; properties.Cancel = true ; } Now when I run the above code this message is not coming.....my code is working ...Show All
NeTBaPb SPS -> MOSS 2007 Gradual Migration - "An unexpected error has occurred." on /default.aspx?
Hey all, I'm currently working on migrating an SPS2003 environment to 2007 in our dev environment (testing out, obviously, before we go to prod). I have followed the instructions that MSFT has provided for doing a Gradual Migration. I kick off the migration of the top-level site and it fails when it hits the "Starting Object" of "SPMigratableSiteCollection Parent=SPManager" (on the Upgrade page within Central Admin) In the Upgrade.log the first error I see is this: [SPWebTemplateSequence] [ERROR] [1/16/2007 5:22:59 PM]: Template SPS#0: Exception occurred in activating features in site with URL " http://data1:8080 " (SPWeb Id=17adabb3-4d80-4708-9ede-72ddc0a385e8, SPSite Id=07d3f719-6050-44bd-bd8b-565 ...Show All
ZimY Using Object Relation Mapping Tools
I am planning to use Object Relation mapping tool in our project, presently we zeroed on Nhibernate. Just before implementing i want to seek advice on the below points Any cons of using OR mapping tools Any known issues Any performance issues TIA, Sudheer. Thanks all for your responses. Thanks Arnon, your article is very good :-) Agree with Udi and Pranshu Sudheer, take a look to this recent thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=630361&SiteID=1 . It's the story of a guy that embraced ORM thinking he was going to save development time (his business scenario seemed to be highly changeable) ...Show All
ScorpEagle documents per view
Hi, I have a webpart that shows me the nr of documents of a library that have a certain view. The user can enter a certain view, wicht exists for that library, and then it shows the # of documents that view has. If the view has a filter, and it shows 2 of the 3 documents of the library, then i want my result only 2. Now I can only make this happen if the user selects this view as the Current View, but I want this result also when the user has not selected this view as current. So what I actually try to achieve is when, in Sharepoint, you go to your Document Library, and choose on a certain view, i want the list of the documents that are in that view. Here's my code so far, does anybody have a clue Thanks in adva ...Show All
Jayapal Chandran Authentication mechanisms for SOA patterns in Product architectures
Hi, I have got this question and thought i should post it across to find out the real answer. If we considered any product architectures that were built on Microsoft frameworks, say, MS Dynamics, Pivotal CRM (the company i work for), the default authentication model that is considered for is Windows Authentication for both Rich and smart client applications. This reminds the fact that both the user and the servers have to be placed within the same LAN boundaries and require to be in the Server's Active Domain System directory. I'm wondering how would the authentication systems works, If we were to host the same application as a hosted application model, (as MS Dynamics has an alternative models other than on-premise) as it ...Show All
ivanchain Notification on UpdateProfile request
Hi, I have been trying to get UpdateProfileNotification to work without any success uptill now. I have been able to update profile and have subscribed my SampleService to receive UpdateProfileNotification. But my sample service never gets UpdateProfileNotification when PM updates a record. I got inside eventlog and found Subscription request failing with an exception "Microsoft.ConnectedServices.SDK.Eventing.EventingLogger" threw an exception ---> System.NullReferenceException: Object refernce not set to an instance of an object at Microsoft.ConnectedServices.SDK.Eventing.EventingLogger.cctor But I could not find any class called Eventing.EventLogger in the SDK documentation shipped with CSF3.0 Developer f ...Show All
Troy Lundin Repeating Section
i am working on creating wss workflows, and using infopath to create the task forms. in one of the infopath forms i have to use the repeating section. from VS i was able to read the values of the fields in the repeating section, using the extended properties of the current task i got the xml string of this section and then parse it to get the values of the fields of all the sections added. now i want to write the data back to another repeating section in the next form. the infopath form should display the same number of sections created before, in addition to that the fields of these sections should be filled. any idea how to do that. Thanks in advance Best Regards Guys, How do you get the data from the repeating sec ...Show All
PiaMaria sometimes i can break through code in vs2005 to debug a site
I build my debug version, install it in GAC, then I reset iisreset .When i place a breakpoint I get the message: breakpoint will not currently be hit. no symbols have been loaded for this document Have u had this before. MKeeper, thanks for your input. It makes sense, but it doesn't clear it up ... at least not yet. Maybe I'm doing something wrong, but like the original author, even when it's not a site provisioning assembly, the breakpoints don't work unless I do as I explained. Then they do. In other words, if I install the debug version of an assembly with breakpoints into the GAC without doing anything else, the breakpoints don't work, even after all relevant assemblies have been loaded AND run. The assemblies in question ...Show All
Kiwi Ranger Re-creating Hibernate Functionality
As I was using my PC today, I came across the idea that I wanted to close a running application, and be able to re-open it later in exactly the same state. I noted that this was exactly the same sort of behaviour as you get when you Hibernate your PC, so I started digging around for a way to accomplish a "Hibernate" of an application, without actually turning off the PC. I haven't been able to find anything relevant so far, so I was wondering if anyone had any ideas A method/api call/something that will save the state of a program to disk (just as Hibernate does), and can recall it from disk at a later date There's got to be a way of doing this, maybe I'm just using the wrong search term Any help would be fantastic! ...Show All
