 |
|
 |
there is no need to tell what is very common
|
|
|
|
 |
|
 |
Hi,
It was a nice intro, but setting the enviroment aint the issue, please proceed onto the coding part.
Thanx
|
|
|
|
 |
|
 |
"One thing would be a restriction on this site selection is that this site should be a local site and cannot be a remote SharePoint site. I hope this issues gets resolved in upcoming SP1 version of VS 2008 . Click on "Next" to move to next step."
I developed a custom workflow in devleopment server for form library, So i want to deploy the workflow in production form library. but when i try to access the remotely from development server site by visual studio 2008, i get an error saying
"Sharepoint Site Location is not valid.The Sharepoint site at "..." could not be foud.Verify that you have typed theURL correctly. If the URL should be serving existing content, the system adminsistrator may need to add new request URRL mapping to the intendent application"
So can you explain me any work around to deploy the custom workflow in Production server with Visual Studio 2008
|
|
|
|
 |
|
 |
The Sharepoint Sequential Workflow Template (as well as the State Machine) does not work on a 64-bit machine but only on a 32-bit (see this article)
According to Microsoft: "The plan for Visual Studio 2010 is to still not support SharePoint 2007 Workflow projects on a 64bit workstation". This is disappointing. In 2008 the answer was: "In any case, we really wanted to support 64-bit in the VS 2008 release, but the effort required more resources than we had. Admittedly, the exception is not terribly graceful, and we have targeted to rectify this in a future release." (Source)
Is there a workaround in order to use the Sharepoint workflow templates on a 64-bit machine?
modified on Tuesday, January 19, 2010 4:55 PM
|
|
|
|
 |
|
 |
hi ,this is siddhesh we are planning to develop dynamic approval system software for our final year project(BE).We will be thankful if u help us out for the same.Reply soon
Thanking you.
|
|
|
|
 |
|
 |
Hi,
I've created a sample custom worflow just as you mentioned above. I'm able to deploy the solution sucessfully in the first time. After we changed the code it is always getting the first one. whatever we have made changes is not effecting in the second time.And also I cannot debug also.
So please help me .. since as of now I
m creating a new app inorder to effect the changed.. Thiswill be a difficult for each time to repeat all those fist things.
I'm using he visual studio 2008 and also working in the sharepoint server 2007 machine locally.
So pelase do reply..
|
|
|
|
 |
|
 |
Hi Nishith,
Can you please tell about how to create and choose deploy location of a visual studio workflow to sharepoint sub sites?
My problem is that i have a default sharepoint site in my sharepoint server 80 port. On this location i have created a new web application and on this web application i created seven sub sites. now i can't able to choose the sub sites url while i am trying to create a workflow.
Any suggestions please let me know.
Robi
Software Programmer
|
|
|
|
 |
|
 |
does someone have an idea on how to remove the character "?????" on the auto-generated e-mail from workflow by the field value that is left blank by the user?
|
|
|
|
 |
|
 |
does someone have an idea on how to remove the character "?????" on the auto-generated e-mail from workflow by the field value that is left blank by the user?
|
|
|
|
 |
|
 |
You can set default field or, if the user left blank the field, you can set this field after Complete Task.
|
|
|
|
 |
|
 |
Hi,
I created a custom document approval SharePoint workflow using VS2008. The workflow creates a share point task and translates this to an outlook task and sends it to an approver. As of now to test this, I send this task for approval to my email address.
I would like to make the approver configurable when the workflow is deployed to production just like the out-of-box document approval workflow. How can I accomplish this?
Thanks,
Hema
|
|
|
|
 |
|
 |
Add an Association data step to the configuration. (You can add a page after the default)
|
|
|
|
 |
|
 |
Hi Hema,
This is suresh, i am working on sharepoint 2007.
I was assigned a task creating multilevel approval workflow using visual studio 2008.
I searched a lot in net for sample solution but i did not get. iam new to workflows.
Can you send me any sample solution
Thanks & Regards,
Suresh
|
|
|
|
 |
|
 |
Hi There,
Everyone seems to talk about deployment in terms of debugging. I want to deploy to a production with multiple front ends. Is it just the same as pressing F5? Do I have to grab dlls and put them in the GAC of each machine? Help!
|
|
|
|
 |
|
 |
No, if it is being at a web farm scenario, deployment has to be done on each machine participating in the web farm.
you need to put the required DLLs in the GAC
Create a feature directory
Install and activate this feature using stsadm utility.
You can essentially create a batch file to do all this and run the same in each of your multiple front ends
Nishith Pathak
MVP, MCTS, MCPD, MCSD.Net(EA),MCAD.Net(EA),MCSD
|
|
|
|
 |
|
 |
Nice article that has helped me, but I still have issue.
I've created small task workflow in Visual Studio 2008 that compiles correctly when I press deploy but I get "Access denied" during deployment.
When I look at output log, I see all the files are copied correctly and the dll gets to the GAC, but I see message "Failed to deploy workflow templates. Access denied."
The user has full control permissions on sharepoint site, and all files except template is copied.
I'm must not understand some basic point. Can you help?
|
|
|
|
 |
|
 |
if you have already deployed your DLLS properly in GAC, you need to do the below steps.
1. Create a directory in the features directory [C:\Program Files\Common Files\microsoft shared\Web Server Extensions\12\TEMPLATE\FEATURES] and drop both the feature.xml and workflow.xml files into the directory.
2. Install the feature on your farm, using the following command line statements
stsadm -o installfeature -name <<name>>
4. Activate the feature to a site collection
stsadm -o activatefeature –name <<name>> -url <<url>>
Replace <<name>> and <<url>> with the actual value
Nishith
MVP, MCTS, MCPD, MCSD.Net(EA),MCAD.Net(EA),MCSD
|
|
|
|
 |
|
 |
Hi,
Thanks your post.
I am trying to develop SharePoint Workflow using VS 2008 on Windows XP. I installed SP1 beta for VS 2008 but cannot create project successful.
Do you know how to develop SharePoint Workflow on non Windows Server?
Thanks,
|
|
|
|
 |
|
 |
We can install MOSS 2007 on Windows Vista: http://community.bamboosolutions.com/blogs/bambooteamblog/archive/2008/05/21/how-to-install-windows-sharepoint-services-3-0-sp1-on-vista-x64-x86.aspx
Windows XP 32 bit cannot installed but 64 bit is OK.
Regards,
|
|
|
|
 |
|
|
 |