Click here to Skip to main content
15,912,977 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I've crystal report.
When I change something and save it, a new .vb files is created. As I'm using svn source control,
This becomes a big headache.
For example I've report called abc.rpt, and corresponding abc.vb file.
When I make changes to that report, abc1.vb has been created automatically.
But abc.vb is still there. So it shows a conflict error. I've tried running custom tool also.
But getting the same result. As of now I'm deleting the generated abc1.vb, as a temporary solution.
I'm using VS2008.

How to overcome this?
Posted

 
Share this answer
 
Comments
thams 10-Dec-13 2:32am    
Hi, Thanks for reply.
The link shows a workaround, which we are using currently. There is no solution. The real problem with us is, we r not only getting this kind of strange thing with Crystal reports but also with dataset designers. Anyway thanks for your time.
http://connect.microsoft.com/VisualStudio/feedback/details/532800/msdatasetgenerator-create-another-designer1-cs-file-for-my-typed-dataset#[^]
Above link solved my problem.
This in not only for DataSets, applies to crystal reports too.
Crisply did the following
1. Close the solution
2. Open .vbproj file in notepad (if C3 then .csproj)
3. look for <lastgenoutput>. if it contains xxx1.vb then rename it to xxx.vb.
4. save and close the project.

Thanks all.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900